/* CommonCSS------------------------------- */
* {
	margin: 0px;
	padding: 0px;
}
body {
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
}
p,li,address,h1,h2,h3,h4,h5,h6,dl,table {
	font-size: 14px;
	line-height: 190%;
	color: #333333;
	font-family: 'Quicksand', "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 'メイリオ' , Meiryo , Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
a {
	color: #2F55A1;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
th {
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	background-color:#F7F7F7;
}
.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
}
.clearfix:after {
   content: ".";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
}
.clearfix { display: inline-block; }
/* exlude MacIE5 \*/
* html .clearfix { height: 1% }
.clearfix {display:block;}
/* end MacIE5 */
.replace {
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -9999px;
	display: block;
}
.mainBox {
	width: 860px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#header {
}
#header h1 {
	float: left;
	height: 80px;
	padding-top: 10px;
}
#header #navi {
	list-style-type: none;
	float: right;
	padding-top: 40px;
}
#topP {
	font-family: Georgia, "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "メイリオ", Meiryo, serif;
	font-size: 22px;
	line-height: 180%;
	text-align: center;
	color: #104394;
	padding-top: 20px;
	padding-bottom: 30px;
}
.mainP {
	padding-left: 40px;
}
.mainPG {
	padding-left: 0px;
	font-size: 16px;
}
.mainBox h2 {
	background-color: #D4DCEC;
	height: 35px;
	width: 840px;
	border-right-width: 0px;
	border-bottom-width: 3px;
	border-left-width: 0px;
	border-bottom-color: #104394;
	border-bottom-style: solid;
	font-size: 18px;
	margin-bottom: 15px;
	padding-left: 20px;
}

#foot {
	background-color: #104394;
	padding-top: 10px;
	height: 100%;
	padding-bottom: 50px;
}
#footbox {
	width: 860px;
	margin-right: auto;
	margin-left: auto;
}

#foot #footer {
	font-size: 12px;
	float: right;
	color: #FFF;	
}


#detail {
	background-color: #F5F5F5;
	padding-top: 20px;
	padding-bottom: 50px;
}
#detailbox {
	width: 860px;
	margin-right: auto;
	margin-left: auto;
	list-style-type: none;
}
#detail .detailP {
	font-size: 14px;
	float: left;
}
#detail .detailP2 {
	font-size: 14px;
	padding-left: 30px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666;
	margin-left: 30px;
	float: left;
}

.banner {
	padding-left: 40px;
}
.banner ul {
	list-style-type: none;
	padding-top: 5px;
}
.banner ul li {
	float: left;
	padding-right: 20px;
	padding-bottom: 5px;
}
.mainBox h3 {
	font-size: 14px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
.mainBox .mainPG a #syamei {
	font-weight: bold;
}