@charset "UTF-8";
/* Cascading Style Sheet for Support-Web */
/* =========================================================
■Reset of Default Style
========================================================= */
* {
margin: 0;
padding: 0;
font-style: normal;
font-weight: normal;
text-decoration: none;
}

h1,h2,h3,h4,h5,h6,p,pre,blockquote,ul,ol,dl,dd{margin:0;padding:0;}

html {
	overflow-y:scroll;
	height:100%;
}
img { vertical-align: bottom; }
hr  { display: none; }

fieldset
{border: 0; margin: 0; outline: 0; padding: 0;
background: transparent; vertical-align: baseline;}


/* =========================================================
■body
========================================================= */
body {
	margin: 0;
	padding: 0;
	background: #FFFFFF;
	color: #000000;
	height:100%;
	font-family :'Hiragino Kaku Gothic Pro', 'メイリオ', 'Verdana', san-serif;
	font-size:12px;
	*font-size:0.75em; /*for IE6,IE7*/
	line-height:1.6em;
}

/* =========================================================
■login用追加css
========================================================= */

.bg_top {
    background:#FFFFFF url(../img/bg_top02.jpg) repeat-x;
	}

h1 .toplogodummy {
    margin: 304px 0 0 125px;
	}

/* =========================================================
■container
========================================================= */
#wrapper_top {
	width: 960px;
	margin: 0 auto;
	padding: 0;
	background:url(../img/bg_top01.jpg) no-repeat;
}

/* =========================================================
■pt_c用追加css
========================================================= */
#wrapper_c {
	width: 100%;
	height: 100px;
	margin: 0;
	padding: 0;
	background: url(../img/headerC_bg.gif) top repeat-x;
}

#container {
	width: 960px;
	margin: 0 auto;
	padding: 0;
}

#header_c {
	width: 960px;
	height: 100px;
	background: url(../img/headerC_inner_bg.jpg) no-repeat;
	margin: 0 auto;
}

#header_c_2 {
	width: 960px;
	height: 100px;
	background: url(../img/headerC_inner_bg_noinfo.jpg) no-repeat;
	margin: 0 auto;
}

/* =========================================================
■pt_m用追加css
========================================================= */
#wrapper_m {
	width: 100%;
	height: 100px;
	margin: 0;
	padding: 0;
	background: url(../img/headerM_bg.gif) top repeat-x;
}

#header_m {
	width: 960px;
	height: 100px;
	background: url(../img/headerM_inner_bg.jpg) no-repeat;
	margin: 0 auto;
}



/* =========================================================
■header
========================================================= */
#header {
	display: inline-table;
	background: #99FFCC;
	height: 60px;
/*	width: 955px;*/
}
/*
div#header h1 {
	margin: 10px 5px;
	font-size: x-large;
}
*/
/* サイトタイトル部 */
#header_site_title {
	margin-left: 80px;
	padding-top:40px;
}

/* タイトルなしヘッダ部 */
#header_no_title {
     background-color: #006FDD;
     margin-left: 220px;
     padding-top: 40px;
     /zoom:1;
}

/* ログインユーザ情報部 */
#header_user_info {
	float: left;
	height: 60px;
	width: 400px;
}
#header_user_info table {
	margin: 10px 0;
}
#header_user_info table td{
	padding: 2px 0;
	width: 170px
}

/* そのた部 */
#header_other {
	float: right;
	height: 60px;
	width: 255px;
}
#header_other table {
	margin: 20px 0;
}
#header_other table td{
	text-align: center;
	width: 100px;
/*	padding: 0 20px;*/
}


/* =========================================================
■wrapper
========================================================= */
div#wrapper:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
div#wrapper {
	display: inline-table;
	min-height: 1%;

}
/* Hides from IE-mac \*/
html div#wrapper { height: 1%; }
div#wrapper { display: block; }
/* End hide from IE-mac */

/* =========================================================
■content wide (none side-bar)
========================================================= */
#content_wide {
	width: 955px;
}

/* =========================================================
■content
========================================================= */
#content {
	width: 960px;
	margin-top: 5px;
}

#content_inner {
	float: right;
	width: 700px;
	min-height: 380px;
}

#content_inner02 {
	float: right;
	width: 960px;
	min-height: 380px;
}

#content_breadcrumbs{
	text-align: left;
	margin: 8px 0;
}
#content_header{
	font-size: 24px;
	color:#0099FF;
/* Delete 2009.10.19 USOL
	margin-left: 260px;
*/
}
/* ADD content_menu_header 2009.10.19 USOL */
#content_menu_header{
	float: left;
	font-size: 24px;
	color:#0099FF;
	width:260px;
}
#content_header02{
	font-size: 24px;
	color:#0099FF;
	margin-left: 0px;
	width:960px;
}
#content_error{
	color: #FF0000;
	font-size: 100%;
	font-weight: bold;
	text-align: left;

	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
}
#content_main{
    margin-top: 10px;
	/* height: 380px;	 コンテンツの高さを一定にする場合指定 */
	/* overflow: auto;	 コンテンツの高さを一定にする場合指定 */
}
#content_attention{
    color: #FF0000;
    font-size: 100%;
    text-align: left;

    margin-top: 10px;
    margin-bottom: 10px;
}

/* =========================================================
■sidebar
========================================================= */
#sidebar {
	float: left;
	width: 240px;
}

#sidebar_inner {
	margin-top: 10px;
	width: 210px;
	padding: 15px;
	background: url(../img/sideBox_bg.jpg) top no-repeat;
	border: 1px solid #CCCCCC;
}

/* =========================================================
■footer
========================================================= */
#footer {
	margin-top: 10px;
	margin-bottom: 10px;
	width: 960px;
	border-top: solid 1px #DDDDDD;
}

#footer_top {
	margin-top: 40px;
	margin-bottom: 20px;
	width: 960px;
	border-top: 1px solid #DDDDDD;
}

.copyright {
	FONT-SIZE: 10px;
	line-height: 15px;
	TEXT-ALIGN: right
}

/* =========================================================
■indicator
========================================================= */
#indicator_text {
    font-size: 15px;
    margin-top: 5px;
    margin-bottom: 5px;
}

#indicator {
    margin-left: auto;
    margin-right: auto;
    height: 64px;
    width: 64px;
    margin-top: 5px;
    margin-bottom: 5px;
}