@charset "UTF-8";

/* ページ全体の基本的な設定
----------------------------------------------- */
* {
	margin:0px;
	padding:0px;
}
body {
	font-family:Geneva, Arial, Helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", sans-serif;
	font-size:100%;/* フォントサイズ */
	line-height:140%;
	color:#333;
	background:#fff url(../images/bg.jpg) no-repeat top;
}
div,dl,ul {
	margin:0px;
	padding:0px;
}
	div:after,dl:after,ul:after {
		content:"";
		display:block;
		clear:both;
		height:0px;
		overflow:hidden;
	}
	/*\*/
	* html div,* html dl,* html ul {
		height:0em;
		overflow:visible;
	}

ul, ol {
	list-style:none;
}

p {
	line-height:140%;
	margin:0px;
	padding:0px;
	}

/* 画像 */
img {
	border:none;
}

/* リンク文字列 */
a:link {
	color:#0100fe;
}
a:visited {
	color:#0100fe;
}
a:hover {
	color:#fe0001;
}

/* ヘッダ
----------------------------------------------- */
div#header {
	width:860px;
	margin:0px auto;
}
div#header h1 {
	width:460px;
	float:left;
}

/* コンテンツ
----------------------------------------------- */
/* 背景のラッパー＋背景上乗せ用 */
div#wrapper {
	width:860px;
	background:url(../images/wrapper_bg_body.gif) repeat-y top;
	margin:0px auto;
}
div.cover {
	width:860px;
	background:url(../images/wrapper_bg_top.jpg) no-repeat top;
}

/* 	パンくず */
div.crumb {
	width:860px;
	height:140px;
	background:url(../images/header_bg.jpg) no-repeat bottom;
}
div.crumb p {
	padding-top:12px;
	margin:0px 25px;
}
div.crumb p span.home {
	font-weight:bold;
	font-size:84%;/* フォントサイズ */
}

/* 	ナビゲージョンタブ */
div.menu {
	width:860px;
	background:url(../images/contents_bg_head.gif) no-repeat bottom;
}
	/* タブ下バーの色違い */
	div.c_g {
		background:url(../images/contents_bg_g.gif) no-repeat bottom;
	}
	div.c_r {
		background:url(../images/contents_bg_r.gif) no-repeat bottom;
	}
	div.c_y {
		background:url(../images/contents_bg_y.gif) no-repeat bottom;
	}
	div.c_t {
		background:url(../images/contents_bg_t.gif) no-repeat bottom;
	}
	div.c_b {
		background:url(../images/contents_bg_b.gif) no-repeat bottom;
	}
	div.c_p {
		background:url(../images/contents_bg_p.gif) no-repeat bottom;
	}
div.menu ul {
	margin:0px 20px;
	padding-left:10px;
}
div.menu ul li {
	width:114px;
	height:51px;
	float:left;
}

/* 	メインコンテンツ */
div.contents {
	clear:both;
	width:860px;
	background:url(../images/contents_bg_body.gif) repeat-y top;
}

/* サブナビゲーション */
div.contents_foot {
	width:860px;
	height:120px;
	background:url(../images/contents_bg_foot.gif) no-repeat top;
	padding:20px 0px 0px 0px;
}
div.contents_foot p {
	text-align:center;
}
div.contents_foot p.footmenu {
	margin-bottom:10px;
	font-size:90%;/* フォントサイズ */
}
div.contents_foot p span {
	border-right:1px solid #a7a7a7;
	padding:0px 10px 0px 5px;
}
div.contents_foot p span.first {
	border-left:1px solid #a7a7a7;
	padding-left:10px;
}
div.contents_foot p.inquiry {
	color:#555;
	font-size:84%;/* フォントサイズ */
}

/* ページトップ
----------------------------------------------- */
div#pagetop {
	clear:both;
	text-align:right;
	padding-right:30px;
	font-size:78%;/* フォントサイズ */
}

/* フッタ
----------------------------------------------- */
div#footer {
	width:860px;
	background:url(../images/wrapper_bg_foot.gif) no-repeat top;
	margin:0px auto;
	padding-top:20px;
}
div#footer p {
	text-align:center;
	padding-bottom:10px;
	color:#555;
	font-size:78%;/* フォントサイズ */
}

/* ●百菜
----------------------------------------------- */
/* 	ナビゲージョンタブ */
	/* タブ下バーの色違い */
	div.c_c {
		background:url(../images/contents_bg_c.gif) no-repeat bottom;
	}

/* 	メインコンテンツ */
	/* コンテンツ背景の色違い */
	div.c_cb {
		background:url(../images/contents_bg_body_c.gif) repeat-y top;
	}

/* サブナビゲーション */
	/* コンテンツ背景の色違い */
	div.c_cf {
		background:url(../images/contents_bg_foot_c.gif) no-repeat top;
	}