@charset "UTF-8";
@import url(common.css);
@import url(textsettings.css);


/* ---------------------------------------------------------------- *
	ドキュメント全体に関する設定
 * ---------------------------------------------------------------- */

body {
  color: #333333;
  background: #FFFFFF;
}

#container {
  background: transparent url(../images/bk.gif) repeat-y;
  width: 760px;
  margin: 0 auto;
  padding: 0 10px;
}

/* ---------------------------------------------------------------- *
	ヘッダ部分の設定
 * ---------------------------------------------------------------- */

#header {
  background:url(../images/header_bk.gif) top left no-repeat;
  width:760px;
  height:95px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
}

#header_nyear {
  background:url(../images/header_nbk.gif) top left no-repeat;
  width:760px;
  height:95px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
}
/* ---------------------------------------------------------------- *
	ナビゲーション部分の設定
 * ---------------------------------------------------------------- */

#navi {
  background: url(../images/navi_bk.gif) no-repeat top left;
  height: 45px;
}

#navi ul {
  margin: 0;
  padding: 0;
}

#navi ul li {
  margin-right: 5px;
  padding: 0;
  float: left;
}

#navi ul li a {
  margin: 0;
  padding: 0;
  display: block;
}

#navi a:hover {
  background: #EEEEEE url(img/arrow.gif) no-repeat;
  text-decoration: none;
}

/* ---------------------------------------------------------------- *
	コンテンツコンテナの設定
 * ---------------------------------------------------------------- */

#main {
  padding-left: 0;
  padding-right: 300px;
  background: tranparent;
  margin-top: 0;
  margin-bottom: 0;
}

#sub {
  padding-left: 0;
  padding-right: 0;
  background: tranparent;
  margin-top: 0;
  margin-bottom: 0;
}


/* ---------------------------------------------------------------- *
	サイドコンテンツ領域の設定
 * ---------------------------------------------------------------- */

#sidebox {
  background: transparent;
  width: 290px;
  margin-right: 15px;
}

/* ---------------------------------------------------------------- *
	コンテンツ部分の設定
 * ---------------------------------------------------------------- */

.contents {
  background: #FFFFFF;
  margin-top: 0;
  margin-bottom: 15px;
  padding-top: 0.7em;
  padding-right: 0.7em;
  padding-bottom: 0.7em;
  padding-left: 0.7em;
}

/* ---------------------------------------------------------------- *
	コンテンツ画像の設定
 * ---------------------------------------------------------------- */

.contents img.fig {
  float: left;
  margin-top: 0;
  margin-right: 1em;
  margin-bottom: 1em;
  margin-left: 0;
}


/* ---------------------------------------------------------------- *
	トップページのニュース部分の設定
 * ---------------------------------------------------------------- */

.contents dl#news{
	margin:0px;
	padding:0px 0px 0px 0px;
	clear:both;
	width:430px;
	}
.contents dl#news dt{
	font-weight:bold;
	margin:0px;
	padding:5px 0px;
	clear:both;
	float:left;
	width:5.5em;
	}
.contents dl#news dd{
	border-bottom:1px dotted #CCCCCC;
	margin:0px;
	padding:5px 0px 5px 5.5em;
	}



/* ---------------------------------------------------------------- *
	サイドボックス内のコンテンツの設定
 * ---------------------------------------------------------------- */

#sidebox .contents {
  margin-top: 0;
}

/*ulとliはいらない。削除を090702*/
#sidebox .contents ul {
  margin: 0 0 0 1.4em;
  padding: 0;
}

#sidebox .contents ul li {
  margin-bottom: 0.5em;
}

/* ---------------------------------------------------------------- *
	画像のみのボックスを作る場合の設定
 * ---------------------------------------------------------------- */

.imgbox {
  background: #FFFFFF;
  margin-top: 0;
  margin-bottom: 6px;
}

/* ---------------------------------------------------------------- *
	サイドボックス内の画像のみボックスの設定
 * ---------------------------------------------------------------- */

#sidebox .imgbox {
  background: transparent;
   margin-top: 0; 
   margin-bottom: 15px;
   text-align:center;
}

/* ---------------------------------------------------------------- *
	フッタ部分の設定
 * ---------------------------------------------------------------- */

#footer {
  background: #FFFFFF url(img/foot.gif) no-repeat right top;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0.6em;
  padding-right: 0;
  padding-bottom: 1em;
  padding-left: 1em;
  border-top: 5px solid #FF0000;
}

/*再設定じゃー090702*/
#footer ul {
    margin-bottom: 4px;
    padding: 0;
    border-left: 1px solid #CCCCCC;
}

#footer ul li {
  margin: 0;
  padding: 0 5px;
  border-right: 1px solid #CCCCCC;
  background-image: none;
}

/* ---------------------------------------------------------------- *
	ショップ一覧のアンカーリスト部分の設定
 * ---------------------------------------------------------------- */

.contents dl{
	margin:0px;
	padding:0px 20px 0px 0px;
	clear:both;
	width:450px;
	}
.contents dt{
	font-weight:bold;
	margin:0px;
	padding:5px 0px;
	clear:both;
	float:left;
	width:10em;
	}
.contents dd{
	border-bottom:1px dotted #CCCCCC;
	margin:0px;
	padding:5px 10px 5px 5.5em;
	}


/* ---------------------------------------------------------------- *
	ショップ一覧のテーブル部分の設定
 * ---------------------------------------------------------------- */

table{
	width: auto;
	height: auto;
	border-collapse:separate;
	border-spacing:4px 2px;
	margin-bottom:30px;
	}
table caption {
  margin: 0.5em 0;
  padding: 0 4px 0 0;
  font-size: 1em;
  text-align: left;
  color: #CC3333;
  caption-side: top;
}

table tr th {
  font-size: 1.1em;
  line-height: 2.2em;
  color: #000000;
  border-bottom: 1px dotted #ffffff;
}

table tr th#s_name{
	width:225px;
	line-height:1.5;
	border-bottom:7px solid #FF6633;
	}

table tr th#s_type{
	width:220px;
	line-height:1.5;
	border-bottom:7px solid #FF9900;
	}	

table tr th#s_tel{
	width:100px;
	line-height:1.5;
	border-bottom:7px solid #FF6633;
	}

table tr th#s_address{
	width:100px;
	line-height:1.5;
	border-bottom:7px solid #FF9900;
	}

table tr td{
	margin: 0;
	font-size: 1em;
	padding:1.2em 7px 0.3em 0.2em;
	color: #333333;
	border-bottom:1px dotted #999999;
	/*line-height:2em;*/
	}

table tr td#s_names{
	padding:1.2em 5px 0.3em 0.3em;
	}

	
								
