@charset "utf-8";

body {
    /*font-family: Verdana,Arial,Helvetica,sans-serif;*/
	font-family:'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
    color: #555555;
	background:url(../img/common/bg_body2.jpg) repeat-x #FAF7F0;
    font-size: 72.5%;
    line-height: 150%;
    letter-spacing:1px;
}

/*18*/
div#container {
    width: 902px;
	height:650px;
    margin: 0 auto;
    padding: 0 0px;
    /*background-color: #F2FAE4;*/
	background: url(../img/common/bg_container.jpg) no-repeat center top;
    text-align: left;
	clear:both;
}
/*18*/
div#top_caption {
	margin:0px auto;
	width:600px;
	height:25px;
	line-height:25px;
	text-align:center;
}
div#top_main {
	width:450px;
	height:428px;
	margin:50px auto 0;
	background: url(../img/18/bg.png) no-repeat center top;
	text-align:center;
}
div#top_main2 {
	width:450px;
	height:45px;
	margin:0px auto;
}
div#top_main dt {
	display:block;
	padding-top:275px;
}
div#top_main2 ul {
	margin-top: 0;
}
div#top_main2 ul li.bt1 {
	float: left;
	margin-right: 20px;
	display: block;
	width: 215px;
	height: 45px;
	overflow: hidden;
}
div#top_main2 ul li.bt1 a {
	float: left;
	display: block;
	width: 215px;
	height: 0px;
	padding-top: 45px;
	overflow: hidden;
	background: url(../img/18/btn.png) no-repeat 0 0;	
}
div#top_main2 ul li.bt1 a:hover {
	background: url(../img/18/btn.png) no-repeat 0 -55px;	
}
div#top_main2 ul li.bt2 {
	float: left;
	display: block;
	width: 215px;
	height: 45px;
	overflow: hidden;
}
div#top_main2 ul li.bt2 a {
	float: left;
	display: block;
	width: 215px;
	height: 0px;
	padding-top: 45px;
	overflow: hidden;
	background: url(../img/18/btn.png) no-repeat -235px 0;	
}
div#top_main2 ul li.bt2 a:hover {
	background: url(../img/18/btn.png) no-repeat -235px -55px;	
}


/* フッター
----------------------------------------------- */
#footer {
	clear: both;
    width: 902px;
    margin: 0 auto 0px;
	height: 40px;
    /*padding: 15px 8px;*/
    font-size: 90%;
    color: #fff;
    text-align: center;
	background:url(../img/common/bg_footer.png) bottom no-repeat;
}

#footer em {
	display: none;
}

