@charset "utf-8";
/* CSS Document */
html, body, div, span, h1, h2, h3, p, a, img, ul, li, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	font-size: 16px;
	font-weight: normal;
	line-height: 1.8em;
}
body	{
	margin:0;
	padding:0;
	font-family:"メイリオ","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",  Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background: #350000;
	}
a {
	color: #FFFFFF;
}
a:hover {
	color:#FFFFFF;
	text-decoration: none;
}
/* ClearFix */
.cf:before, .cf:after {content:""; display:table;}
.cf:after {clear:both;}
.cf {zoom:1;}
.left {float: left;}
.right {float: right;}
img {
	vertical-align: bottom;	
}
h1 {
	padding-left: 1em;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: normal;
	vertical-align: middle;
}
.logo_area {
	padding: 10px 0 30px;
	margin-bottom: 20px;
	border-bottom: 8px #b09a3b solid;
}
.logo_area p img {
	height: 17px;
	vertical-align: top;
}
#wrapper {
	width: 900px;
	margin:0 auto;
}

#header {
}
#main {
	margin: 0 auto;
	text-align: center;
}
.photo_area {
	width: 760px;
	height: 284px;
	margin: 0 auto;
	padding: 0 20px;
	background: url(images/bg_01.jpg) top left no-repeat;
}
.photo_area li {
	list-style: none;
	width: 240px;
	height: 210px;
}
.photo_area li a{
    display: block;
    height: 210px;
    text-decoration: none;
    text-indent: -9999px;
    width: 240px;
}
.photo_area li.photo_01 a {
    background: url("images/photo_01.jpg") no-repeat scroll -20px 0 transparent;
}
.photo_area li.photo_02 a {
    background: url("images/photo_01.jpg") no-repeat scroll -280px 0 transparent;
}
.photo_area li.photo_03 a {
    background: url("images/photo_01.jpg") no-repeat scroll -540px 0 transparent;
}
.photo_area li.photo_01 a:hover {
    background-position: -20px -240px;
}
.photo_area li.photo_02 a:hover {
    background-position: -280px -240px;
}
.photo_area li.photo_03 a:hover {
    background-position: -540px -240px;
}
.btn_area {
	width: 800px;
	margin: 20px auto 60px;
}
.btn_01, .btn_02 {
    margin: 0 auto;
    width: 399px;
}
.btn_01 a, .btn_02 a {
    display: block;
    height: 80px;
    text-decoration: none;
    text-indent: -9999px;
    width: 399px;
}
.btn_01 a {
    background: url("images/btn_01.gif") no-repeat scroll 0 0 transparent;
}
.btn_02 a {
    background: url("images/btn_02.gif") no-repeat scroll 0 0 transparent;
}
.btn_01 a:hover, .btn_02 a:hover {
    background-position: 0 -80px;
}
#footer {
	width: 900px;
	margin: 0 auto;
	text-align: center;
	clear: both;
	font-size: 12px;
	border-top: 8px #b09a3b solid;
	padding: 20px 0;
	color: #FFFFFF;
}
#footer ul li {
	text-align:center;
	padding:0 5px;
	display:inline;
}

#footer p small {
	display:block;
	padding:10px 0 0 0;
	letter-spacing:0.1em;
}
.mg_r_20 {
	margin-right: 20px;
}