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

body {
	margin: 0 auto;
	padding: 0;
	font:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background:#ffaf53;
	color:#666;
	font-size: 14px;
}


/*
TEMPLATE STYLE--------------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------
*/

/*リセット*/
h1,h2,h3,h4,h5,h6 {font-weight:normal;font-size:1em;padding-top:0px;padding-right:0px;padding-bottom:0px;}
ul li {list-style-type:none; margin:0; padding:0;}
a img {border:0;}
p,form {margin: 0px;padding: 0px;}
a:hover, a:active{
	outline:none;
}

/*下部マージン調節*/
.m_b_5 {margin-bottom: 5px;}
.m_b10 {margin-bottom: 10px;}
.m_b20 {margin-bottom: 20px;}
.m_b30 {margin-bottom: 30px;}

/*リンク設定*/

a {/*ベース(未設定の場合の基準)*/
	color:#F00;
	text-decoration:none;
}
a:link {/*未訪問*/}
a:visited {/*訪問済*/}
a:hover {
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}

.pkg:after {
	display:block;
	clear:both;
	height:0px;
	visibility:hidden;
	content:".";
}
.pkg {
	min-height: 1px;
}
* html .pkg {
	height: 1px;
	/*¥*//*/ /*MAC IE5.x対策*/
	height: auto;
	overflow: hidden;/**/
}



/*
ORIGINAL STYLE--------------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------
*/

#contents{
	position: relative;
	margin: 0 auto;
	width: 950px;
	background: #eae4df;
	box-shadow: 1px 1px 8px rgba(0,0,0,0.2)
}

.btn{/*絶対値ボタンを作る場合*/
	position:absolute;
	text-indent:-9999px;
	display:block;
}

.logo{
	position: absolute;
	left: 420px;
	top: 42px;
	width: 500px;
	height: 330px;
}

.movie01{
	left: 153px;
	top: 619px;
	width: 643px;
	height: 351px;
}

.backBtn a{
	box-shadow:0px 0px 8px rgba(0,0,0,0.2);
	font-size:90%;
	position:fixed;
	display:block;
	padding:10px;
	background:#FFF;
	top:10px;
	left:10px;
	border-radius:4px;
	filter:alpha(opacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9;
	color:#666;
}

.backBtn a:hover{
	text-decoration:none;
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

h1{
	display: block;
	height: 1226px;
	background: url(../images/bg.jpg)
}

#reviewArea{
	padding: 25px 35px;
}

dl{
	display: block;
	min-height: 213px;
	margin-bottom: 25px;
}

dt{
	float: left;
	width: 180px;
}

	dt img{
		box-shadow: 1px 1px 8px rgba(0,0,0,0.2)
	}

dd{
	float: left;
	width: 640px;
	min-height: 160px;
	background: #FFF;
	padding: 25px 30px;
	border-radius: 8px;
	box-shadow: 1px 1px 8px rgba(0,0,0,0.2)
}

	dd h3{
		color: #603813;
		font-weight: bold;
		font-size: 130%;
		margin-bottom: 12px;
		padding-bottom: 3px;
		border-bottom: 1px solid #603813;
	}

	dd h3 span{
		font-size: 70%;
		font-weight: normal;
	}

	dd h3 a{
		font-size: 80%;
		margin-left: 15px;
	}
