@charset "UTF-8";


/* formatting style
----------------------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
.clear{
	clear:both;
	height:1px;
	font-size:1px;
}
.clearfix:after{
	content:".";
	clear:both;
	display:block;
	line-height:0;
	height:0;
	visibility:hidden;
}
.clearfix{
	zoom:1;
}
body{
	font-size: 12px;
	line-height: 1.6;
	background-image: url(../img/bg.gif);
	background-repeat: repeat-x;
	background-position: 0 0;
	background-color: #F3F3F5;
}

/* for WinIE6*/
* html body {
	font-size: 75%;
	font-family: "ＭＳ Ｐゴシック",sans-serif;
	vertical-align:baseline;
}
/* for WinIE7*/
*:first-child+html body { 
	font-size: 75%;
	font-family: "メイリオ","ＭＳ Ｐゴシック";
}
/* for WinIE8*/
html>/**/body {
	font-size: 75%;
	font-family: "メイリオ","ＭＳ Ｐゴシック";
}
/* for modern browser not WinIE8(Safari,FireFox)*/
html:not(:target) body {
	font-size: 12px;
	font-family: Verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
	font-family: Hiragino Kaku Gothic Pro, "ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ Ｐゴシック", sans-serif;
}




/* link styles
----------------------------------*/
a img {
	border-style: none;
}
a:link {
	color:#1A274D;
	text-decoration: underline;
}
a:visited {
	color: #1A274D;
	text-decoration: underline;
}
a:hover {
	color:#C22520;
	text-decoration: none;
}
#footer_navi a:link {
	color:#FFFFFF;
	text-decoration: none;
}
#footer_navi a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#footer_navi a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}



/* basic layout
----------------------------------*/
#header {
	width: 840px;
	height:75px;
	margin: 22px auto 0;
	position:relative;
}
#wp_container01 {
	background-color: #F3F3F5;
}
#wp_container02 {
	background-color: #FFFFFF;
	border-top:1px solid #CCCCCC;
}
#wp_container03 {
	background-color: #E7E8EC;
	border-top:1px solid #CCCCCC;
}
#ft_container01 {
	background-color: #1A274D;
}
.footer {
	width: 840px;
	margin: 0px auto;
}




/* header styles
----------------------------------*/
#header_left{
	float:left;
	width:170px;
	padding-left:10px;
}
#header_right{
	float:right;
	width:612px;
	padding-top:25px;
}
h1{
	font-weight:normal;
	font-size:100%;
	color:#1A274D;
}
#logo{
	padding-top:8px;
}
#address{
	padding-bottom:20px;
}



/* wrapper styles
----------------------------------*/
#mainArea{
	float:left;
	width:580px;
}
#sideArea{
	float:right;
	width:234px;
	padding-bottom:40px;
}
.mainBox{
	width:580px;
	padding-bottom:40px;
}
.midashi{
	background-image:url(../img/midashi_arrow.gif);
	background-position:0 3px;
	background-repeat:no-repeat;
	width:542px;
	padding:0 0 7px 18px;
	margin-left:10px;
	font-size:120%;
	font-weight:bold;
	color:#C22520;
	line-height:1.4;
	letter-spacing:0.1em;
}
.border01{
	padding-bottom:15px;
}
.komidashi{
	width:560px;
	padding-bottom:15px;
	margin-left:10px;
	font-size:130%;
	font-weight:bold;
	color:#1A274D;
	line-height:1.6;
	letter-spacing:0.1em;
}
.honbun{
	width:560px;
	margin-left:10px;
	letter-spacing:0.1em;
}



/* footer styles
----------------------------------*/
ul#footer_navi{
	padding:12px 0;
	font-size:90%;
	line-height:normal;
	text-align:right;
	letter-spacing:0.1em;
}
ul#footer_navi li{
	list-style-type:none;
	background-image:url(../img/footer_arrow.gif);
	background-position:0 40%;
	background-repeat:no-repeat;
	padding-left:10px;
	padding-right:1em;
	display:inline;
}
ul#footer_navi li#fn_haba{
	padding-right:0em;
}
#copy{
	font-size:80%;
	color:#666666;
	letter-spacing:0.2em;
	text-align:right;
	padding:10px 0;
}