@charset "Shift_JIS";

/*全体構造
----------------------------------------------------------*/
* {margin:0px; padding:0px;}
html {overflow-y: scroll;}
p {line-height:190%;}
body {
	font-family:"ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", "ＭＳ Ｐゴシック", Meiryo, sans-serif;
	font-size:75%;
	line-height:190%;
	color:#eeeeee;
	background:url(../images/bg_detail.jpg) repeat-x #330000;
	text-align:justify;(Firefox用)
	text-justify: inter-ideograph;(IE用)
}
img {border:none;}
hr {
	clear: both;
	visibility: hidden;
}
ul,
ol {list-style-position:inside;}

/*リンク
----------------------------------------------------------*/
a{outline:none;}
a:link,
a:visited {
	color:#dfc0c0;
}
a:hover {
	color:#72695b;
}
a:hover img {
	opacity:0.8;
	filter: alpha(opacity=80);
}

/*汎用
----------------------------------------------------------*/
.clear {clear:both;}
.small {font-size:90%; line-height:120%;}
.bold {font-weight:bold;}
.large {font-size:120%;}
.u-line {text-decoration:underline;}
.right {float:right;}
.left {float:left;}
.center {text-align:center;}
.t-left {text-align:left;}
.t-right {text-align:right;}
.form5 {width:25px;}
.form15 {width:75px;}
.form20 {width:100px;}
.form50 {width:250px;}
.form70 {width:350px;}
.form90 {width:450px;}
.midashi {
	padding:0px 5px;
	background:url(../images/bg1.jpg);
	color:#ffffff;
	font-weight:bold;
	border:1px solid #504532;
}
.midashi2 {
	padding:2px 10px;
	background-color:#1a0000;
	color:#ffffff;
	font-weight:bold;
	border:1px solid #504532;
}

/*マージン・パディング
----------------------------------------------------------*/
.mb5 {margin-bottom:5px;}
.mb10 {margin-bottom:10px;}
.mb20 {margin-bottom:20px;}
.mb30 {margin-bottom:30px;}
.mt10 {margin-top:10px;}
.mt20 {margin-top:20px;}
.ml10 {margin-left:10px;}
.ml20 {margin-left:20px;}
.mr5 {margin-right:5px;}
.mr10 {margin-right:10px;}
.mr20 {margin-right:20px;}
.pb10 {padding-bottom:10px;}
.pb20 {padding-bottom:20px;}
.pt10 {padding-top:10px;}
.pt20 {padding-top:20px;}
.pl10 {padding-left:10px;}
.pl20 {padding-left:20px;}
.pr10 {padding-right:10px;}
.pr20 {padding-right:20px;}

/*カラー
----------------------------------------------------------*/
.red {color:#990000;}
.darkgray {color:#333333;}
.gray {color:#666666;}
.lightgray {color:#eeeeee;}
.brown {color:#330000;}
.brown2 {color:#736b5d;}
.brown3 {color:#c1b9ab;}
.white {color:#ffffff;}

/*----header----*/
#header p {
	display:none;
}
h1 {
	width:560px;
	height:70px;
	text-indent:-9999px;
	background:url(../images/detail_header.jpg) no-repeat;
	margin:0px auto;
}
h1 a{
	display:block;
	width:200px;
	height:70px;
	background: transparent;
	text-indent:-9999px;
	text-decoration:none;
}
h2 {
	width:520px;
	font-size:14px;
	margin-bottom:20px;
}
#content {
	text-align:left;
	width:520px;
	margin:0 auto;
	padding:20px;
	background:#330000;
}
#img {
	width:520px;
	padding:10px 0px 20px 0px;
}
#close {
	clear:both;
	text-align:center;
	margin-top:10px;
}

