﻿/* ++++++ トップページのデザイン ++++++ */
body#home {
	background: white url(../images/header/header.gif) repeat-x top left;
	margin: 0;
	padding: 0 ;
	border: 0;
	text-align: center;
	line-height: 1.5em;
	font-family:"font-family:'メイリオ','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3',Meiryo,'ＭＳ Ｐゴシック',sans-serif";
	font-size: 0.8em;
	color: #494949;

}

/* よく登場する要素のリセット */
h1, h2, h3, h4, h5, h6, p, address,
ul, ol, li, dl, dt, dd,
table, caption, th, td, img, form {
	margin: 0;
	padding: 0;
	border: none;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
	text-align: left;
	list-style-type: none;
}

/* テキストエリア内文字サイズのブラウザ間での差異をなくす */
textarea { font-size: 100%; }
p { font-size: 95%; }

/* 画像の下にできる隙間をなくす */
img { border: 0; display: block; }

/* hr 要素は不可視で使う */
hr { display: none; }

/* リンク */
a { border: none; text-decoration: underline; color: #1c5cc5; }
a:hover { color: #5a92ed; text-decoration: underline; }

/* テーブル */
th, td { vertical-align: top; }

/* ++++++ レイアウト設定 ++++++ */

#container {
	margin: 0 auto 0px;
	width: 860px;
	padding: 0;
	text-align: left;
}

#contents {
	width: 844px;
	margin: 30px 0 0 8px;
	padding: 0;
	text-align: left;
}

/* ++++++ ヘッダー設定 ++++++ */

#header{
	position: relative;
	height: 80px;
	width: 860px;
	margin: auto;
}

#header * {
	margin: 0;
	padding: 0;
}

#header #logo {
	position: absolute;
	left: 8px;
	top: 6px;
}

#header_text {
	position: absolute;
	color: #bbab65;
	left: 79px;
	top: 12px;
	font-size: 0.8em;
}

#header h1 {
	position: absolute;
	left: 79px;
	top: 35px;
	*top: 35px;
}

#header #phone {
	position: absolute;
	left: 672px;
	top: 7px;
}

#flash {
	clear: both;
}


/* ++++++ メイン設定 ++++++ */
#main { float:right ; width: 560px;}


h2 { }






#flash {
	height: 340px;
	background: url(../images/top/bg_flash.gif) no-repeat;
	text-align:center;
	padding: 15px 0px 5px;
	margin-top: 15px;
}


/* ++++++ 新着設定 ++++++ */
#news h2{ margin-left: -3px;}

#news_flame { 
	background-color: #f6f3e1;
	margin: 10px 0;
	overflow: auto;
	overflow-x: hidden;
	height: 200px;
}


#news_flame table { border-collapse: collapse; width: 540px; margin-left: 15px; }
#news_flame table th { 
	background: url(../images/top/news_ic.gif) no-repeat 0 12px; 
	padding: 7px 0 7px 15px;
	width: 80px;
	vertical-align:top;
}
#news_flame table td { 
	padding: 7px;
}

#news_flame table tr{ border-bottom: 1px #fff solid;}
/* ++++++ キャンペーンバナー/　おすすめ ++++++ */

#campaign_banner, #recommend ul { margin: 20px 0; zoom: 100%; }
#campaign_banner:after, #recommend ul:after {
	content: "";
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}
#campaign_banner li, #recommend ul li { float: left;}
#campaign_banner li a, #recommend ul li a { float: left;}

#recommend ul { margin: 10px 0 20px 4px; }
#recommend ul li { margin: 0 10px 10px 0;}
#recommend ul li.right { margin-right: 0;}

#recommend h2{ margin-left: -3px;}

/* ++++++ アクセス ++++++ */
#access { 
	background-color: #f6f3e1;
	zoom: 100%;
	padding-bottom: 20px;
	margin-bottom: 30px;
}
#access h2{ margin-left: -3px;}
#access:after {
	content: "";
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}
#access_img { 
	width: 211px; 
	float: left; 
	margin: 15px 0 0 15px;
	text-align: center;
}

#access_txt { float: right; width: 300px; _width: 270px; margin-right: 15px;}

p#seo { font-size: 0.8em; margin-top: 15px;}
p#info {margin-top: 15px;}
/* ++++++ 左コンテンツ ++++++ */
#sidebar {
	float: left;
	width: 264px;
}
#sidebar ul { margin-bottom: 15px;}
#sidebar li { vertical-align: top; font-size: 0; line-height: 0;}
#sidebar li a { vertical-align: top; font-size: 0; line-height: 0;}



/* ++++++ フッター ++++++ */
/* ++++++ フッター部分のデザイン ++++++ */
#footer { 
	background: url(../images/footer/bg_footer.gif) repeat-x center top;
	clear: both; 
	width: 100%; 
	text-algin: center;
	height: 47px;
}
#footer_in { width: 844px; margin: 0 auto 0; text-align: center; }
address { color: #dbc86e; margin: 0 0 0 250px; padding-top: 15px; font-size: 0.9em; font-family:"ＭＳ Ｐ明朝", 細明朝, リュウミンL; }
