@charset "Shift_JIS";
/* CSS Document */

* {
	line-height:120%;
	margin: 0px;
	padding: 0px;
}

body{
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size:0.75em;
	color:#333;
	text-align:center;
	background:url(../img/bg_body.gif) repeat-x;
}

.clear{clear:both;}

p{margin-bottom:10px;text-align:left;}

img{border: 0px;vertical-align:top;}



ul,ol{list-style:none;}

a{color:#666; text-decoration:none;}
a:hover{color:#999; text-decoration:underline;}


.float_r{float:right;}

.float_l{float:left;}

.align_r{text-align:right;}

.align_c{text-align:center;}

.space1{margin-bottom:10px;}	


h2{
	margin-bottom:10px;
	text-align:left;
	}

#wrapper{
	margin-right: auto;
	margin-left: auto;
	padding:0;
	overflow: hidden;
	width:800px;
	background-color:#fff;
	}
/*********************************/	
/* ヘッダー **********************/
/*********************************/
#header{
	padding-bottom:10px;
	margin-bottom:20px;
	}

#header h1,#header p{
	font-size:100%;
	margin-bottom:10px;
	padding:3px;
	font-weight:normal;
	color:#fff;
	text-align:left;
	background-color:#0c2c55;
	}
	
#header a{
	color:#fff;
	}

#header_box{
	padding-left:10px;
	text-align:left;
	}
	
#header_box:after{
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/*\*/
* html #header_box{
    height: 1em;
	overflow:visible;
}
/**/

#logo{
	float:left;
	}

/* 広告エリア *********************/
.banner{
	float:left;
	width:450px;
	margin-left:20px;
	text-align:center;
	}
/*********************************/


/*********************************/
/* コンテツメイン ************/
/*********************************/
#main{
	clear:both;
	float:left;
	width:610px;
	padding:0 10px;
	}

/* 広告エリア *********************/
.super_banner{
	margin:0 auto 10px;
	}

.google {
	margin:0 auto 10px;
	padding:0;
}

.text_top{
	margin:0 auto 10px;
	padding-bottom:30px;
	text-align:left;
	}
/*********************************/
#main_navi{
	margin-bottom:30px;
}

.main_box{
	width:610px;
	margin-bottom:10px;
	text-align:left;
	}
	
.main_box:after{
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/*\*/
* html .main_box{
    height: 1em;
	overflow:visible;
}
/**/


.main_box h2{
	padding:3px;
	margin-bottom:6px;
	font-size:120%;
	border-bottom:3px solid #999999;
	background-color:#F7F7F7;
	color:#333;
	}

.main_box h3{
	font-size:100%;
	font-weight:normal;
	text-indent:1.3em;
	background:url(../img/icon_cercle.gif) left center no-repeat;
	}

.l_box{
	float:left;
	width:300px;
	margin-right:10px;
	}

.r_box{
	float:left;
	width:300px;
	}


/*********************************/
/* コンテンツページ **************/
/*********************************/
#contents{
	margin-right: auto;
	margin-left: auto;
	padding-bottom:30px;
	text-align:left;
	}

#contents h1{
	padding:2px;
	margin-bottom:10px;
	text-align:left;
	color:#333333;
	font-size:100%;
	border-top:1px solid #999999;
	border-bottom:1px solid #999999;
	}

#contents h2{
	margin-bottom:5px;
	font-size:120%;
	text-indent:1.1em;
	border-bottom:1px dotted #8f7b50;
	background:url(../img/icon_cercle.gif) left center no-repeat;
	}

.pan{
	width:100%;
	margin-bottom:10px;
	}
	
.pan:after{
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/*\*/
* html .pan{
    height: 1em;
	overflow:visible;
}
/**/

.pan li{
	float:right;
	}

/*********************************/
/* サイドグローバルナビ **********/
/*********************************/
#left{
	float:right;
	width:160px;
	padding-right:10px;
	margin-bottom:20px;
	text-align:left;
	}
/*********************************/
.sideNavi{
	padding:5px 0;
	background-color:#e5f0ff;
	}

.sideNaviInside{
	padding:3px;
	margin-bottom:3px;
	}

.sideNaviInside p{
	margin-bottom:0;
	color:#0B4981;
	font-weight:bold;
	border-bottom:2px solid #0c2c55;
	}

.sideNavibox{
	padding:3px;
	margin-bottom:3px;
	color:#000;
	}

.sideNavibox li{
	padding:3px;
	line-height:130%;
	border-bottom:1px dotted #8f7b50;
	}
/*********************************/


/*********************************/
/* フッター **********************/
/*********************************/
#footer{
	clear:both;
	background-color:#fff;
	}

#footNavi ul{
	width:100%;
	padding:10px 0;
	}
	
#footNavi ul:after{
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/*\*/
* html #footNavi ul{
    height: 1em;
	overflow:visible;
}
/**/

#footNavi li{
	float:right;
	}

#footNavi li a{
	text-decoration:none;
	}

#footer p.copy{
	padding:3px;
	text-align:center;
	color:#fff;
	background-color:#0c2c55;
	}

#footer p.copy a{
	color:#fff;
	}
	
div#main_ad {
	width: 100%;
	margin-bottom: 20px;
	padding: 0;
	text-align: center;
}
