@charset "utf-8"; 


/* 全体構造
---------------------------------------------------- */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, table, td, th, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
	margin: 0px;
	padding: 0px;
}

body {
	text-align:center;
	font-size:12px;
	line-height:1.5;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,Osaka,'ＭＳ Ｐゴシック','MS P Gothic',sans-serif,Arial, Helvetica, Verdana, ;
	background:url(../images/teaser_bg.jpg) repeat-x #582800;
	padding-top:22px;
}
a img,img{border:none; vertical-align:bottom;}
a {outline:none;}
hr{
	margin:0 0 0 0;
	border:none;
	padding:0;
	height:0;
	width:auto;
	visibility:hidden;
	clear:both;
	display: block;
}
#wrapper{
	width:1010px;
	margin:0 auto;
	padding-bottom:40px;
}
#info{
	background:url(../images/teaser_footer.jpg) no-repeat;
	width:981px;
	height:441px;
	padding-left:29px;
	position:relative;
}
#btn1,
#btn2{
	display:inline;
}
#btn1 a,
#btn2 a{
	display:block;
	width:160px;
	height:160px;
	text-indent:-9999px;
	float:left;
	margin-top:230px;
}

#btn1 a:hover{background:url(../images/teaser_btn1.jpg) no-repeat;}
#btn2 a:hover{background:url(../images/teaser_btn2.jpg) no-repeat;}

#copy{
	width:300px;
	position:absolute;
	left: 697px;
	top: 310px;
	text-align:right;
	color:#e29e5c;
	font-size:10px;
}

/* リンク
---------------------------------------------------- */
a:link {
	color:#43bbf8;
	background: transparent;
}
a:visited {
	color:#43bbf8;
	background: transparent;
}
a:hover, a:active {
	color:#ff18e7;
	background: transparent;
	text-decoration:underline;
}


/* 汎用スタイルシート
---------------------------------------------------- */
.clear {clear:both;}
.clearfix:after {  
	content: ".";  
	display: block;  
	visibility: hidden;  
	height: 0.1px;  
	font-size: 0.1em;  
	line-height: 0;  
	clear: both;  
}
.none{
	display:none;
}
