@charset "utf-8";
@import "default.css";


/***********************************************************************
 * Common
 ***********************************************************************/

/* common tags */
body {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 1.6;
	color: #000;
}
a {
	color: #0066ff;
}
a:hover {
	color: #5a0c10;
	text-decoration: none;
}


#side{
	width:315px;
	background:url(../images/navi_bg.png) repeat-y;
	text-align:center;
	padding-bottom:20px;
	}
	
#side h1{
	margin:0;
	padding:50px 0 50px 0;}
	
#offer{
background:url(../images/info.png) no-repeat;	
width:261px;
height:206px;
margin:0 auto 40px auto;}

#btn{
	padding-top:158px;}

#side ul{}
#side ul li{
	list-style:none;
	margin-bottom:20px;}

#footer{
	color:#fff;
	text-align:center;
	font-size:85%;
	margin:100px 0 0px 0;}
	
#txt{
	height:297px;
	width:697px;
	position:absolute;
	left: 400px;
	top: 145px;
}
