@charset "UTF-8";
/* CSS Document */

body{
	background-color:#FFF;
	text-align:center;
	margin-top:0;
}
#header{
	position:relative;
	background-color: #fff;
	height:155px;
	margin:0 0 0 0;
}
#wrapper{
	width:780px;
	margin:0 auto;
	text-align:left;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#main{
	margin:0px 0px 0px 10px;
	padding:0px;
	width:590px;
	float:right;
	display:inline;	
}
#content{
	width:590px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#content_body{
	width:558px;
	padding:5px 15px 5px 15px;
	border-left:#CCC solid 1px;
	border-right:#CCC solid 1px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#content_deco_t{
	margin-top:10px;
	width:590px;
	height:7px;
	background-image:url(images/content_deco_t.png);
}
#content_deco_d{
	margin-top:0px;
	width:590px;
	height:7px;
	background-image:url(images/content_deco_d.png);
}
#sub_navi{
	width:180px;
	margin:0px 0px 0px 0px;
	padding:0px;
	float:left;
	display:inline;
}
.sbnv{
	margin:10px 0 10px 0;
}
#pan{
	background-image:url(images/pan_bg.png);
	width:590px;
	height:30px;
	margin:10px 0 0 0px;
	padding:0px;
}
#pan p{
	padding:6px 10px 0 10px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #666;
}
#footer{
	clear:both;
}
.clearfix:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix{
	display:inline-block;
	min-height:1%;/*IF 7*/
}
#container{
	/*position:relative*/
	margin:0 0 0 0px;
	padding:0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;	/*width:100%;*/
	
}

