@charset "Shift_JIS"; 		/* 文字コードセット */


/* 全体構造
---------------------------------------------------- */
* {
	margin: 0px; /* 各ブラウザの独自解釈をリセット */
	padding: 0px;
}

body {
	background:#f9f9f9 url(../img/bg2.jpg) repeat-x;
	font-size:80%; /* 基本のフォントサイズ */
	line-height: 1.5em; /* 基本の行間 */
	text-align:center;
	font-family:"Hiragino Kaku Gothic Pro","ヒラギノ角ゴPro W3",Osaka,"メイリオ","ＭＳ Ｐゴシック";
	text-align:justify; /* Firefox用*/
	text-justify:inter-ideograph;/* ie用 */
}

#wrapper{
	width:648px;
	color:#333;
	text-align:left;
	margin:0 auto;
}

#header{
	width:642px;
	height:76px;
	background: url(../img/header3.jpg) no-repeat;
	margin:0 auto;
	text-indent:-9999px;
}
	
#content{
	width:608px;
	padding:20px;
	text-align:left;
	margin:0 auto;
	background:url(../img/detail-bg.jpg) repeat-y bottom;
}

#title{
	clear:both;
	background:url(../img/mark.jpg) no-repeat 0px 5px;
	height:19px;
	border-top:4px solid #ecc1af;
	padding:5px 0px 0px 40px;
	font-size:120%;
	color:#a7897c;
	margin-bottom:15px;
}

#gazo{width:594px; margin-bottom:20px;}
#gazo img{width:172px; padding:2px;border:1px #bbb solid;margin:0px 10px;}

#maintext{margin-bottom:5px;}

#down{
	width:80px;
	height:25px;
	font-size:10px;
	line-height:100%;
	margin:10px auto;
}
#down a{
	display:block;
	text-decoration:none;
	text-indent:-9999px;
	height:25px;
	width:80px;
	background: url(../img/close.gif) no-repeat;
}

