/*

※トップ画面は画像のみ個別CSSで設定。
※snavは、ボタン部の画像、初期位置、下部スペース縦サイズ、ロールオーバーを個別CSSで設定。
※メイン、サブコンテンツの高さはページの個別CSSで設定。
※h2のバーは背景画像のみ個別CSSで設定。base.cssはいじらない。
※h3、h4は必ず<dl><dt><dd>と用いる。

*/


/* ------ここからリセットCSS------------------------------------------------
* Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
* http://cssreset.com*/
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* -----------------------------------------------ここまでリセットCSS---- */


/* ------ここからサイト全体設定------------------------------------------ */
body {
	line-height: 1.5;
    background-image: url(../img/common/bg_body.jpg);
	background-repeat: repeat;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
}

/* --------------------------------------------ここまでサイト全体設定---- */


/* ------ここからヘッダー----------------------------------------------- */

/* ----ここからヘッダー領域設定----  */
#header {
	background: url(../img/common/bg_header.jpg) repeat;
	padding: 5px 0px 0px;
}

#header .inner {
    overflow: hidden;
	height: 50px ;
	width: 960px ;
	margin: 0 auto ;
}
/* ----ここまでヘッダー領域設定----  */


/* ----ここからトップロゴ----  */
h1 a{
	display: block;
	float: left;
	height: 50px;
	width: 200px;
	background: url(../img/common/btn_logo.jpg) no-repeat;
	text-indent: -9999px;
}
/* ----ここまでトップロゴ----  */


/* ----ここからお問い合わせ＆アクセス----  */
#header ul {
	overflow: hidden;
	float: right;
	width: 340px;
}

#header li a {
	display: block;
	float: left;
	width: 150px;
	height: 25px;
	background: url(../img/common/btn_header.gif) no-repeat;
	text-indent: -9999px;
	margin: 25px 0px 0px 20px;
}

#header .inquiry a {background-position: 0 0;}
#header .access a {background-position: -150px 0;}

#header .inquiry a:hover {background-position: 0 -25px;}
#header .access a:hover {background-position: -150px -25px;}
/* ----ここまでお問い合わせ＆アクセス----  */


/* -----------------------------------------------ここまでヘッダー---- */


/* ------ここからコンテンツ----------------------------------------------- */
#contents {
	overflow: hidden;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}


/* ----ここからメイン----  */
#main {
	background-color: #FFF;
	float: right;
	width: 740px;
}

h2 {
	height: 30px;
	width: 740px;
	margin-bottom: 20px;
	text-indent: -9999px;
}

#main dl {
	width: 700px;
	margin: 0 0 20px 20px;
}

#main dt {
	overflow: hidden;
	background: url(../img/common/bar_subtitle.jpg) no-repeat bottom;
	padding-bottom: 5px;
}

h3 {
	float: left;
	font: 120% bold;
	padding: 0 0 3px 5px;
}

h4 {
	float: right;
	font-size: 90%;
	padding: 5px 3px 0 0;
}

#main dd {
	width: 680px;
	padding: 10px;
}

/* ----ここまでメイン----  */


/* ----ここからサイド----  */
#side {
	background: url(../img/common/bg_side.jpg) repeat-y;
	text-align: center;
	float: left;
	width: 200px;
	padding: 0px 5px;
}

/* ----ここからリンク----  */
#side .link {
	margin: 40px 0 20px;
	text-indent: -9999px;
}

#side .title{
	background: url(../img/common/bar_link.jpg) no-repeat;
}

#side .link a{
	display: block;
	height: 40px;
	margin-top: 15px;
}

.link01{background: url(../img/common/link/bnr_jinjacho.gif)}
.link02{background: url(../img/common/link/bnr_yakuba.gif)}
.link03{background: url(../img/common/link/bnr_kankou.gif)}
.link04{background: url(../img/common/link/bnr_berrys.gif)}
.link05{background: url(../img/common/link/bnr_gosyo.gif)}
.link06{background: url(../img/common/link/bnr_hakone.gif)}
.link07{background: url(../img/common/link/bnr_neno.gif)}

/* ----ここまでリンク----  */

/* ----ここまでサイド----  */

/* -------------------------------------------------ここまでコンテンツ---- */


/* ------ここからフッター------------------------------------------------- */
#footer {
	background: url(../img/common/bg_footer.jpg) repeat-x;
}

#footer .inner {
	position: relative; /* 基準ボックス化 */
	color: #FFF;
	width: 960px;
	height: 85px;
	padding: 15px 0px 10px;
	margin: 0px auto;
	font-size: 80%;
}

#footer dl {
	float: left;
}

#footer dt {
	padding-bottom: 5px;
}

#sitemap {
	float:right;
	width: 490px;
}

#footer ul {
	widht:490px;
}

#footer li a{
	float: left;
	padding-left: 30px;
	color: #FFF;
	text-decoration: none;
}

#copy {
	float: right;
	margin-top: 35px;
}

/* ----ここから三ツ石＆トップへ----  */
#mitsuishi {
	position: absolute;
	right: -170px;
	top: -86px;
	background: url(../img/common/img_mitsuishi.png) no-repeat;
	width: 676px;
	height: 86px;
	text-indent: -9999px;
}

#totop a{
	display: block;
	position: absolute;
	right: -20px;
	top: -250px;
	width: 20px;
	height: 200px;
	text-indent: -9999px;
	background: url(../img/common/totop02.gif) no-repeat left center;
}

#totop a:hover{background-position: -20px center;}

/* ----ここまで三ツ石＆トップへ----  */


/* ---------------------------------------------------ここまでフッター----- */
