﻿@charset "UTF-8";

/*
============================================================
基本レイアウト設定
------------------------------------------------------------
■ デフォルトリセット
■ floatクリア

■ レイアウトベース
■ 外枠フレーム
■ ヘッダー
■ フッター
■ 左メニュー

■ コンテンツ


============================================================
*/

/* ---------------------------------------------------------
■ デフォルトリセット
--------------------------------------------------------- */
h1, h2, h3, h4, h5, h6, p, address,
ul, ol, li, dl, dt, dd,
table, th, td, img, form {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-style: normal;
	font-size: 100%;
	line-height: 1;
	border: none;
	list-style-type: none;
}
img { vertical-align: middle; }
hr  { display: none; }
input, textarea { font-size: 100%; }

/* ---------------------------------------------------------
■ floatクリア
--------------------------------------------------------- */
span.clear {
	height: 1px;
	margin:  0;
	padding: 0;
	font-size: 1px;
	line-height: 1px;
	display: block;
	clear: both;
}

/* ---------------------------------------------------------
■ レイアウトベース
--------------------------------------------------------- */
body {
	margin: 0;
	padding: 3px 0 0 0;
	text-align: center; /* 中央レイアウト */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	line-height: 18px;
	background: url(../img/02/bg_main.gif) repeat-x;
}

div#container {
	width: 830px;
	margin: 0 auto; /* 中央レイアウト */
	text-align: left; /* テキスト左寄せ */
	overflow: hidden;
}

/* Netscape対策 */
div#container:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/* ---------------------------------------------------------
■ 外枠フレーム
--------------------------------------------------------- */
div#main {
	background: url(../img/02/fr_m.gif) repeat-y;
	padding: 0;
	margin-top: 3px;
	float: left;
	width: 830px;
}

/* ---------------------------------------------------------
■ ヘッダー
--------------------------------------------------------- */
div#banner {
	background: url(../img/02/mouse-1.jpg) no-repeat;
	width: 830px;
	height: 195px;
	margin: 0;
	float: left;
}

h1 {
	font-weight: bold;
	font-size: 14px;
	color: #002b5f;
	position: relative;
	top: 160px;
	left: 20px;
	width: 790px;
}

/* ---------------------------------------------------------
■ フッター
--------------------------------------------------------- */
div#footer {
	width: 827px;
	height: auto;
	padding: 0 0 0 3px;
	text-align: center;
	float: left;
}

div.foot {
	width: 824px;
	height: auto;
	background: #038c00;
	border-top: 3px solid #29a926;
	border-bottom: 3px solid #ddeaa4;
	float: left;
}

div#footer p {
	color: #FFFFFF;
	font-size: 12px;
	border: none;
	padding-top: 10px;
}

/* ---------------------------------------------------------
■ 左メニュー
--------------------------------------------------------- */
div#left {
	width: 154px;
	padding: 0 3px 10px 3px;
	float: left;
	font-size: 14px;
}

div#left div.sidebar {
	margin: 0;
}

/* メニュータイトル
---------------------------------- */
div#left div.sidebar h3 {
	background: url(../img/02/nv_first_left.jpg) no-repeat;
	border-bottom: 1px dotted #BEC0BD;
	font-weight: bold;
	color: #FFFFFF;
	width: 114px;
	height: 20px;
	margin: 0;
	padding: 12px 10px 0 30px;
	text-align: left;
}

/* メニュー
---------------------------------- */
div#left div.sidebar ul{
	background: #FFFFFF;
	width: 154px;
	height: auto;
}

div#left div.sidebar ul li {
	width: 154px;
	height: auto;
	border-bottom: 1px dotted #BEC0BD;
	text-align: left;
}

/*オフ時*/
div#left div.sidebar ul li a {
	background: url(../img/02/ic_02.gif) no-repeat 5px 13px;
	line-height: 16px;
	color: #000000;
	text-decoration: none;
	width: 129px;
	padding: 10px 10px 10px 15px;
	display: block;
}

/*オーバー時*/
div#left div.sidebar ul li a:hover{
	background: url(../img/02/ic_02.gif) no-repeat 5px 13px #f9faf3;
	color: #026634;
	text-decoration: underline;
	width: 124px;
}

/* ---------------------------------------------------------
■ 右メニュー
--------------------------------------------------------- */
div#right {
	width: 155px;
	padding: 0 2px 10px 0;
	float: right;
	font-size: 14px;
}

div#right div.sidebar {
	margin: 0;
}

/* メニュータイトル
---------------------------------- */
div#right div.sidebar h3 {
	background: url(../img/02/nv_first_right.jpg) no-repeat;
	border-bottom: 1px dotted #BEC0BD;
	font-weight: bold;
	color: #026634;
	width: 124px;
	height: 20px;
	margin: 0;
	padding: 12px 10px 0 30px;
	text-align: left;
}

/* メニュー
---------------------------------- */
div#right div.sidebar ul{
	background: #FFFFFF;
	width: 154px;
	height: auto;
}

div#right div.sidebar ul li {
	width: 154px;
	height: auto;
	border-bottom: 1px dotted #BEC0BD;
	text-align: left;
}

/*オフ時*/
div#right div.sidebar ul li a {
	background: url(../img/02/ic_03.gif) no-repeat 5px 13px;
	line-height: 16px;
	color: #000000;
	text-decoration: none;
	width: 129px;
	padding: 10px 10px 10px 15px;
	display: block;
}

/*オーバー時*/
div#right div.sidebar ul li a:hover{
	background: url(../img/02/ic_03.gif) no-repeat 5px 13px #f9faf3;
	color: #026634;
	text-decoration: underline;
	width: 124px;
}

/* ---------------------------------------------------------
■ コンテンツ
--------------------------------------------------------- */
/* コンテンツ枠
---------------------------------- */
div#center {
	float: left;
	width: 490px;
	padding: 10px 0 10px 13px;
}

div.content {
	float: right;
	width: 490px;
}

/* パンクズ
---------------------------------- */
div#pankuzu {
	margin-bottom: 10px;
}

div#pankuzu a{
	color: #026634;
	text-decoration: underline;
}

/* カテゴリータイトル1
---------------------------------- */
div.content h2 {
	background: url(../img/02/bg_tit.gif) no-repeat #f6f7fb;
	width: 460px;
	height: 17px;
	padding: 10px 10px 5px 20px;
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 14px;
	color: #026634;
}

/* カテゴリータイトル2
---------------------------------- */
div.content h3 {
	background: url(../img/02/ic_01.gif) no-repeat;
	width: 455px;
	padding: 2px 10px 5px 25px;
	margin: 0 0 10px 5px;
	font-weight: bold;
	font-size: 14px;
	color: #026634;
}

div.content h3 a{
	color: #026634;
}

/* アドセンスタイトル
---------------------------------- */
div.ad_header {
	background: #EEEEEE;
	padding: 2px 10px;
	margin-bottom: 10px;
	width: 470px;
}

/* 通常テキスト(下線あり)
---------------------------------- */
p {
	margin: 0 5px 10px;
	line-height: 19px;
	padding-bottom: 5px;
}

/* 関連カテゴリー
---------------------------------- */
p.posted {
	text-align: right;
	width: 480px;
	padding: 0 5px 10px;
	border: none;
}

p.posted a{
	color: #026634;
}

/* カテゴリーボックス
---------------------------------- */
div.categorybox {
	width: 490px;
}

div.categorybox div.fr_t{
	background: url(../img/02/fr_category_t.jpg) no-repeat bottom left;
	width: 490px;
	height: 11px;
	float: left;
}

div.categorybox div.fr_b{
	background: url(../img/02/fr_category_b.jpg) no-repeat;
	width: 490px;
	height: 11px;
	float: left;
}

div.categorybox div.fr_m {
	background: url(../img/02/fr_category_m.jpg) repeat-y;
	width: 460px;
	padding: 10px 20px;
	float: left;
}

div.categorybox div.fr_m h3 {
	background: none;
	width: 460px;
	height: auto;
	padding: 0 0 5px 0;
	margin:0;
	float: left;
	font-weight: bold;
	color: #666666;
	line-height: 18px;
}

div.categorybox div.fr_m h4 {
	background: none;
	width: 460px;
	height: auto;
	padding: 0 0 5px 0;
	margin:0;
	float: left;
	font-weight: bold;
	color: #026634;
	line-height: 14px;
}

div.categorybox div.fr_m  ul li {
	background: url(../img/02/ic_category.gif) no-repeat 0 8px;
	width: 220px;
	padding: 5px 5px 5px 5px;
	float: left;
}
div.categorybox div.fr_m  ul li a {
	color: #026634;
}

div.categorybox div.fr_n {
	background: url(../img/02/fr_category_m.jpg) repeat-y;
	width: 460px;
	padding: 10px 20px;
	float: left;
}

div.categorybox div.fr_n h3 {
	background: none;
	width: 460px;
	height: auto;
	padding: 0 0 5px 0;
	margin:0;
	float: left;
	font-weight: bold;
	color: #666666;
	line-height: 18px;
}

div.categorybox div.fr_n h4 {
	background: none;
	width: 460px;
	height: auto;
	padding: 0 0 5px 0;
	margin: 0;
	float: left;
	font-weight: bold;
	color: #026634;
	line-height: 14px;
}

div.categorybox div.fr_n  ul li {
	background: url(../img/02/ic_category.gif) no-repeat 0 8px;
	width: 460px;
	padding: 5px 10px 5px 15px;
	float: left;
}
div.categorybox div.fr_n  ul li a {
	color: #026634;
}

/* 下部ページリンク
---------------------------------- */
p.page_link {
	text-align: right;
	width: 480px;
	padding: 10px 5px 0;
	border: none;
}
/* ページトップへ戻る */
p.page_link a.page_top {
	background: url(../img/02/ic_top.gif) no-repeat 0 5px;
	text-decoration: underline;
	color: #026634;
	padding: 0 10px 0 15px;
}

/* HOMEへ戻る */
p.page_link a.page_home {
	background: url(../img/02/ic_home.gif) no-repeat 0 5px;
	text-decoration: underline;
	color: #666666;
	padding: 0 10px 0 15px;
	border: none;
}

/* 次の記事へ＞
---------------------------------- */
p.page_next {
	text-align: right;
	width: 480px;
	padding: 0 5px;
	border: none;
}

p.page_next a {
	text-decoration: underline;
	color: #666666;
	padding-right: 10px;
}

