@charset "UTF-8";
@import "navi.css";

body {
	font: 16px/1.4 "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka;
	color: #333;
	background: url(../img/bg.gif) repeat left top;
	margin: 0px;
	padding: 0px;
}
#wrapper {
	background: #FFF;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}

/*
ヘッダ
*/
#header {
	border-bottom:#4F3120 solid 5px;
	background: url(../img/logomark.gif) no-repeat 650px bottom;
	height: 110px;
	_height: 120px;
	position:relative;
	margin-bottom: 10px;
	font-size:12px;
}
#header h1 {
	color:#666;
	font-weight:normal;
	padding-left: 25px;
	font-size:11px;
	padding-top: 20px;
	margin-top:0;
	letter-spacing: -0.7px;
}
#header p {
	float:right;
	text-align:left;
	margin: 0px 15px 0px 0px;
	padding: 0px;
	line-height: 110%;
	position: absolute;
	top: 2em;
	right: 25px;
}
#header #logo {
/*
	background: url(../img/logo.gif) no-repeat left top;
	width:388px;
	height:52px;
*/	margin: 0px 25px;
	_margin: 0px 25px 5px 25px;
	padding: 0;
}
/*
#header #logo a {
	width:388px;
	height:52px;
	text-indent:-9999px;
	display:block;
}
*/

/*
ナビゲーション
*/
#navi {
	margin-bottom: 7px;
}
#header #head_contact {
	position: absolute;
	top: 0px;
	right: 25px;
}





/*
コンテンツ
*/
#container {
	padding-right: 25px;
	padding-left: 25px;
}
#content,
#left,
#right {
	margin-bottom:0em;
}



/*
左カラム
*/
#left dl,
#left dl dt,
#left dl dd {
	margin: 0px;
	padding: 0px;
}
#left #movie {
	margin:0 0 10px 0;
}
#left #movie dl dt {
	margin-bottom: 0;
	padding:0;
	vertical-align: top;
}

#left #movie {
	margin:0 0 10px 0;
	padding:0;
	border-bottom: 1px dotted #765C2F;
}
#left #movie dl dd {
	margin:0;
	padding:0;
}

/*
お役立ち
*/
#pr {
	padding: 10px 0;
	clear: both;
	width:900px;
	background: #FFF;
}
#pr>table {
	margin:0 auto;
}
#pr caption {
	background: #4F3120;
	text-align: center;
	padding: 3px 3px 3px 25px;
	margin:0 0 10px 0;
}
/*
フッタ
*/
#foot {
	clear: both;
	text-align: center;
	border-top: 5px solid #4F3120;
	padding:1em;
	_padding:0.2em;
	font-size: 12px;
}
#foot address {
	font-style: normal;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
#foot address a {
	color: #333;
	text-decoration: none;
}
#foot p {
	font-weight: bold;
	color: #999;
	margin: 0px;
	padding: 0px;
}





/*
共通クラス
*/
.cl {
	margin: 0px;
	padding: 0px;
	clear:both;
}
.re {
}
.re a {
	text-align:right;
	font-size:12px;
	color:#999;
	font-weight:bold;
	display:block;
	text-decoration: none;
}
