@charset "Shift_JIS";
/* 初期設定 */

h1,h2,h3,h4,p,ul,ol,li,dt,dl,dd {
	margin: 0px;
	padding: 0px;
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
}
html {
	margin: 0;
	/* setting border: 0 hoses ie6 win window inner well border */
	padding: 0;
	width:100%;
	height:100%;
}
/* 強調 */
strong{
	color:#7D1413;
}
em{
	color:#E2402E;
}
/* ボディー */
body {
	width:100%;
	height:100%;
	font-size:10pt;
	_font-size:100%;
	font-weight:normal;
	line-height:140%;
	color: #312F29;
	margin:0;
	padding: 0;
	background:url(../images/bk03.jpg) top left repeat-y #302E29;
}

/* 画像ボーダー */
img {
	border-style: none;
}
/* 非表示 */
.none{
	display: none;
}
/* コンテナ */
#container {
	text-align: center;
	margin: 0;
	padding: 0;
	width: 100%;
}
/* clearfix */
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  min-height: 1px;
}
* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}


/* フロート */
.float-L{
	float:left;
}
.float-R{
	float:right;
}

/* テキストリンク */
a:link{
	color:#771312;
	text-decoration:underline;
}
a:visited{
	color:#312F29;
	text-decoration:underline;
}
a:active{
	color:#312F29;
	text-decoration:underline;
}
a:hover{
	color:#312F29;
	text-decoration:underline;
}

/* ↓ベース↓ */
div#base{
	width:565px;
	margin:0;
	float:left;
	background:url(../images/bk03.jpg) top left repeat-y;
}
/* メインスペース */
div#base div#mainspace{
	width:550px;
	margin:0;
	float:left;
}
/* ↓タイトル↓ */
div#mainspace h1{
	width:560px;
	height:100px;
	margin:0 0 35px 0;
	float:left;
	background:url(../images/kinjyo/tit_kinjyo.jpg) no-repeat;
	text-indent:-9999px;
}
/* ↓説明↓ */
div#mainspace p{
	width:500px;
	margin:0 0 15px 30px;
	_margin:0 0 15px 15px;
	float:left;
}
/* マップ */
div#mainspace p img{
	margin:10px 0 0 0;
	float:left;
}
/* ↓店舗リスト↓ */
div#mainspace ul{
	width:480px;
	margin:0 0 10px 40px;
	_margin:0 0 10px 20px;
	padding:0 0 10px 0;
	list-style:none;
	float:left;
	border-bottom:1px solid #D8D1B7;
}
div#mainspace li{
	width:140px;
	margin:0 0 0 5px;
	padding:0 0 0 10px;
	float:left;
	background:url(../images/kinjyo/maru.gif) left center no-repeat;
}
div#mainspace ul#noline{
	border-bottom:none;
}

/* フッター */
div#mainspace div.copy{
	width:560px;
	margin:20px 0 0 0;
	padding:30px 0 0 0;
	float:left;
	border-top:#CCC6AE 1px solid;
	background:url(../images/copy.gif) center no-repeat;
	text-indent:-9999px;
}
