@charset "utf-8";

body{
	text-align:center;
	font-size:12px;
	background:#F2F3E6;
	padding-bottom:60px;
	font-family:"Osaka","ＭＳ Ｐゴシック","sans-serif";
	}

h1,h2,h3,h4,h5,h6{
	font-size:12px;
	font-weight:normal;
	margin:0;
	padding:0;
	}

img{
	margin:0;
	border:0;
	}

ul{
	margin:0;
	padding:0;
	list-style:none;
	}

li{
	margin:0;
	padding:0;
	}

p{line-height:140%;}

address{
	font-style:normal;
	}

em{font-style:normal;}

/***************************************************/

#wrap{
	width:960px;
	margin:20px auto;
	border:solid 1px #666;
	text-align:left;
	background:#fff;
	}

* html #wrap{
	width:962px;
	}

/***************************************************/

#header{
	height:40px;
	padding:10px;
	padding-top:0px;
	position:relative;
	border-top:solid 6px #ddd;
	}

* html #header{
	height:70px;
	}

#header h1{
	width:260px;
	height:20px;
	float:left;
	}

#header h1 a{
	width:260px;
	height:20px;
	display:block;
	position:absolute;
	left:14px;
	top:24px;
	background:url(../images/logo.gif) no-repeat;
	/*margin:24px 0 0 14px;*/
	/**/
	text-indent:-9999px;
	overflow:hidden;
	}

#header #utilityNavi{/*
	position:absolute;
	right:0px;
	bottom:6px;*/
	float:right;
	background:#f00;
	background:url(../images/navigation/utilityNavi_back.gif) no-repeat;
	margin-right:-10px;
	padding:0 10px 0 30px;
	height:20px;
	line-height:18px;
	}

#header #utilityNavi li{
	float:left;
	margin-right:14px;
	border:none;
	}

/***************************************************/

#navigation{
	background:url(../images/navigation/navi_back.jpg) repeat-x;
	height:38px;
	width:960px;
	}

#navigation li{
	width:148px;
	float:left;
	}

#navigation li.first{
	margin-left:36px;
	}

* html #navigation li.first{
	margin-left:25px;
	}

/***************************************************/

#visual{
	background:url(../images/top/visual_back.jpg) repeat-x;
	height:12px;
	padding:0px;
	}

/***************************************************/

#mainArea{
	padding:0px;
	padding-top:0px;
	background:url(../images/mainArea_back.gif) repeat-y;
	}

#mainArea:after {   
    content: ".";   
    display: block;   
    visibility: hidden;   
    height: 0.1px;   
    font-size: 0.1em;   
    line-height: 0;   
    clear: both;   
}

#mainArea{display:inline-block;} 
* html #mainArea{height:1%;}
#mainArea{display:block;}

/***************************************************/

#contents{
	width:688px;
	float:left;
	margin:0 10px;
	padding-bottom:20px;
	}

* html #contents{
	width:668px;
	}
	
#contents h2{
	background:url(../images/h2_back_level_2.jpg) no-repeat;
	height:24px;
	padding-left:24px;
	font-weight:bold;
	line-height:24px;
	color:#fff;
	margin-top:20px;
	border-bottom:solid 1px #777;
	}
	
#contents h3{
	background:url(../images/h3_back_level_2.jpg) no-repeat;
	height:24px;
	padding-left:24px;
	font-weight:bold;
	line-height:24px;
	color:#333;
	margin-bottom:10px;
	clear:both;
	}
	
#contents h4{
	background:#FFF8D6;
	height:24px;
	padding-left:24px;
	font-weight:bold;
	line-height:24px;
	color:#333;
	border-top:solid 1px #fc0;
	border-bottom:solid 1px #fc0;
	margin-bottom:0.5em;
	clear:both;
	}

/************************/

#contents table{
	margin:0;
	text-align:left;
	width:100%;
	border:groove 2px #fff;
	border-collapse:collapse;
	font-size:12px;
	}
	
#contents table th{
	width:100px;
	background:#919EBE;
	background:#FFF8D6;
	background:#eee;
	border:groove 2px #fff;
	text-align:center;
	padding:3px;
	}
	
#contents table thead.title th,#contents table thead.title td{
	background:url(../images/thead_back.jpg) repeat-x;
	background:#fc6;
	background:#FFDB8E;
	}
	
#contents table td{
	background:#efefef;
	background:#fff;
	border:groove 2px #fff;
	padding:3px;
	}
	
#contents table.noborder,#contents table.noborder th,#contents table.noborder td{
	border:none;
	background:none;
	color:#000;
	padding:2px 0;
	}
	
#contents table.noborder{
	margin:0;
	}

/***************************************************/

#sidebar{
	width:252px;
	text-align:center;
	float:right;
	}

#sidebar h3{
	background:url(../images/sidebar/sidebar_title.jpg) no-repeat;
	height:36px;
	width:234px;
	margin:0 auto;
	margin-top:20px;
	}

* html #sidebar h3{
	margin-left:0px;
	}

#sidebar ul{
	margin:0px 9px 10px 9px;
	width:232px;
	list-style:none;
	text-align:left;
	line-height:140%;
	background: #F3F2ED;
	border:solid 1px #CDC9B7;
	border:solid 1px #666;
	border-bottom:none;
	}

* html #sidebar ul{
	width:234px;
	}

#sidebar ul li{
	padding-left:16px;
	padding:0;
	line-height:32px;
	border-top:solid 1px #fff;
	border-bottom:solid 1px #666;
	}

#sidebar ul li a{
	display:block;
	background:url(../images/mark/mark_02_32.gif) no-repeat;
	padding-left:30px;
	text-decoration:none;
	color:#333;
	}

#sidebar ul li a:hover{
	background:url(../images/mark/mark_02_32.gif) no-repeat #cfcfcf;
	color:#fff;
	}

/**************************/

#sidebar ul li ul{
	width:100%;
	}

#sidebar ul li ul li{
	}

#sidebar ul li ul li.first{
	border:none;
	}

#sidebar ul li ul li.end{
	border:none;
	}

/**************************/
/**************************/
	
#sidebar ul#sb_ul_01{
	border-bottom:solid 1px #666;
	border-top:none;
	}

#sidebar ul#sb_ul_01 li{
	padding:0;
	line-height:120%;
	border-top:solid 1px #ccc;
	}

#sidebar ul#sb_ul_01 li#sb_mobile{
	background:url(../images/sidebar/sb_title_mobile_01.jpg) no-repeat;
	padding-top:34px;
	border-bottom:solid 1px #666;
	}


#sidebar ul#sb_ul_01 li#sb_mobile ul{
	margin:0 10px;
	}

#sidebar ul#sb_ul_01 li#sb_mobile ul li{
	background:url(../images/mark/mark_02.gif) no-repeat;
	border:none;
	padding-left:16px;
	margin-bottom:0.5em;
	padding-top:0;
	}
	
#sidebar ul#sb_ul_01 li#sb_mobile p{
	background:url(../images/mark/mark_02.gif) no-repeat;
	border:none;
	margin:0.5em;
	margin-left:10px;
	margin-top:0;
	padding:0;
	padding-left:16px;
	}
	
#sidebar ul#sb_ul_01 li#sb_mobile p.center{
	background:none;
	margin-bottom:10px;
	margin-left:0;
	}

#sidebar ul#sb_ul_01 li#sb_mobile img{
	margin:0;
	}

/************************/

#sidebar ul#sb_ul_01 li#sb_docs{
	background:url(../images/sidebar/sb_title_docs_01.jpg) no-repeat;
	padding-top:22px;
	border-bottom:none;
	}

#sidebar ul#sb_ul_01 li#sb_docs ul{
	border:none;
	margin:0;
	}

#sidebar ul#sb_ul_01 li#sb_docs ul li{
	border-bottom:solid 1px #666;
	border-top:solid 1px #fff;
	}

#sidebar ul#sb_ul_01 li#sb_docs ul li a{
	display:block;
	background:url(../images/mark/mark_02_32.gif) no-repeat;
	padding:6px 0;
	padding-left:30px;
	text-decoration:none;
	color:#333;
	}


#sidebar ul#sb_ul_01 li#sb_docs  ul li a:hover{
	background:url(../images/mark/mark_02_32.gif) no-repeat #cfcfcf;
	color:#fff;
	}


/************************/

#sidebar ul#sb_ul_01 li#sb_disclosure{
	background:url(../images/sidebar/sb_title_disclosure_01.jpg) no-repeat;
	padding:10px;
	padding-top:34px;
	border-bottom:none;
	}

#sidebar ul#sb_ul_01 li#sb_disclosure a{
	background:url(../images/mark/mark_02.gif) no-repeat;
	padding-left:16px;
	margin-left:144px;
	}

#sidebar ul#sb_ul_01 li#sb_disclosure a:hover{
	color:#666;
	}

#sidebar ul#sb_ul_01 li#sb_disclosure ul li{
	background:url(../images/mark/mark_02.gif) no-repeat;
	padding-top:0px;
	padding-left:16px;
	}

/************************/

#sidebar ul#sb_ul_01 li#sb_tokuyuchin{
	background:url(../images/sidebar/sb_title_tokuyuchin.jpg) no-repeat;
	padding-top:22px;
	border-bottom:none;
	}

#sidebar ul#sb_ul_01 li#sb_tokuyuchin ul{
	border:none;
	margin:0;
	padding:0;
	}

#sidebar ul#sb_ul_01 li#sb_tokuyuchin li{
	padding-left:16px;
	padding:0;
	margin:0;
	line-height:32px;
	border-top:solid 1px #fff;
	border-bottom:solid 1px #666;
	}

#sidebar ul#sb_ul_01 li#sb_tokuyuchin ul li a{
	display:block;
	background:url(../images/mark/mark_02_32.gif) no-repeat;
	padding-left:30px;
	text-decoration:none;
	color:#333;
	}

#sidebar ul#sb_ul_01 li#sb_tokuyuchin ul li a:hover{
	background:url(../images/mark/mark_02_32.gif) no-repeat #cfcfcf;
	color:#fff;
	}
	
/************************/

#sidebar ul#sb_ul_01 li#sb_kids_110{
	background:url(../images/sidebar/sb_title_kids_110.jpg) no-repeat;
	padding:10px;
	padding-top:34px;
	border-bottom:none;
	}

#sidebar ul#sb_ul_01 li#sb_kids_110 a{
	background:url(../images/mark/mark_02.gif) no-repeat;
	padding-left:16px;
	margin-left:60px;
	margin-top:0.5em;
	}

#sidebar ul#sb_ul_01 li#sb_kids_110 a:hover{
	background:url(../images/mark/mark_02.gif) no-repeat #ccc;
	}

#sidebar ul#sb_ul_01 li#sb_kids_110 ul li{
	background:url(../images/mark/mark_02.gif) no-repeat;
	padding-top:0px;
	padding-left:16px;
	}
/************************/

#sidebar ul#sb_ul_01 li#sb_consult{
	background:url(../images/sidebar/sb_title_consult.jpg) no-repeat;
	padding:10px;
	padding-top:34px;
	border-bottom:none;
	}

#sidebar ul#sb_ul_01 li#sb_consult a{
	background:url(../images/mark/mark_02.gif) no-repeat;
	padding-left:16px;
	margin-left:60px;
	margin-top:0.5em;
	}

#sidebar ul#sb_ul_01 li#sb_consult a:hover{
	background:url(../images/mark/mark_02.gif) no-repeat #ccc;
	}

#sidebar ul#sb_ul_01 li#sb_consult ul li{
	background:url(../images/mark/mark_02.gif) no-repeat;
	padding-top:0px;
	padding-left:16px;
	}

/**************************/
/**************************/

#secom{display:none;}

/***************************************************/

#footer{
	clear:both;
	background:url(../images/footer_back.jpg) repeat-x #eee;
	}


#footer address{
	display:block;
	float:left;
	margin:24px 10px 10px 10px;
	padding-bottom:20px;
	/*background:url(../images/footer_address_back.gif) no-repeat;
    text-indent:-9999px;
    overflow:hidden;*/
	}

/**********/
/*
#footer #f_utilityNavi{
	height:12px;
	padding:0;
	margin:10px;
	}
	
	
#footer #f_utilityNavi li{
	float:left;
	padding:0 6px;
	}
	
#footer #f_utilityNavi li a{
	color:#666;
	font-weight:bold;
	text-decoration:none;
	}
*/
/**********/

#globalNavi{
	float:right;
	width:560px;
	margin-top:24px;
	}
	
#globalNavi li{
	float:left;
	border-right:solid 1px #333;
	padding:0 10px;
	margin-bottom:6px;
	height:12px;
	line-height:14px;
	white-space: nowrap;
	}
	
#globalNavi li.first{
	border-left:solid 1px #333;
	}
	
#globalNavi li a{
	color:#666;
	}


#copyright{
	clear:both;
	background:#333;
	color:#fff;
	text-align:right;
	padding:2px 10px;
	}

/***************************************************/

	
#pan{
	margin:20px 20px;
	padding:0px 10px;
	background:#eee;
	text-align:left;
	font-size:12px;
	line-height:20px;
	}

.clear{
	clear:both;
	}
	
.red{
	color:#f00;
	}
	
.blue{
	color:#00f;
	}

.center{
	text-align:center;
	}
	
.gotop{
	display:block;
	margin:20px 0 20px 600px;
	padding:6px 10px;
	text-align:right;
	font-size:12px;
	clear:both;
	}

.signature{
	text-align:right;
	padding-top:20px;
	}
/*
#gotop{
	margin:0px 5px 0px 600px;
	padding-top:20px;
	text-align:right;
	clear:both;
	display:block;
}
*/
