﻿@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: 0;
	text-align: center; /* 中央レイアウト */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	line-height: 18px;
	background: url(../img/01/bg_main.jpg) repeat-x;
}

div#container {
	width: 800px;
	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/01/fr_m.gif) repeat-y;
	padding: 0;
	margin: 0;
	float: left;
	width: 800px;
}

/* ---------------------------------------------------------
■ ヘッダー
--------------------------------------------------------- */
div#banner {
	background: url(../img/01/money-3.jpg) no-repeat;
	width: 800px;
	height: 195px;
	margin: 0;
	float: left;
}

h1 {
	font-weight: bold;
	font-size: 18px;
	color: #002b5f;
	position: relative;
	top: 165px;
	left: 20px;
	width: 778px;
}

/* ---------------------------------------------------------
■ フッター
--------------------------------------------------------- */
div#footer {
	background: url(../img/01/bg_foot.gif) repeat-x #FFFFFF;
	width: 800px;
	text-align: center;
	float: left;
}

div#footer p {
	color: #CCCCCC;
	border: none;
	font-size: 12px;
	padding: 5px;
}

/* ---------------------------------------------------------
■ 右メニュー
--------------------------------------------------------- */
div#right {
	width: 190px;
	padding: 10px 10px 10px 0;
	float: right;
	font-size: 14px;
}

div.sidebar {
	margin: 0 0 10px;
}

/* メニュータイトル
---------------------------------- */
div.sidebar h3 {
	background: url(../img/01/nv_first.gif) repeat-y #00479e;
	border: 1px solid #999999;
	font-weight: bold;
	color: #FFFFFF;
	width: 168px;
	height: 20px;
	margin: 0;
	padding: 10px 10px 0 10px;
	text-align: left;
}

/* メニュー
---------------------------------- */
div.sidebar ul{
	background: #FFFFFF;
	width: 190px;
	height: auto;
}

div.sidebar ul li {
	width: 190px;
	height: auto;
	border-bottom: 1px dashed #BEC0BD;
	text-align: left;
}

/*オフ時*/
div.sidebar ul li a {
	background: url(../img/01/ic_01.gif) no-repeat 5px 13px;
	font-weight: bold;
	line-height: 16px;
	color: #000000;
	text-decoration: none;
	width: 160px;
	padding: 10px 10px 10px 20px;
	display: block;
}

/*オーバー時*/
div.sidebar ul li a:hover{
	background: url(../img/01/ic_01.gif) no-repeat 5px 13px #F5F5F5;
	color: #00479e;
	text-decoration: underline;
	width: 160px;
}

/* ---------------------------------------------------------
■ コンテンツ
--------------------------------------------------------- */
/* コンテンツ枠
---------------------------------- */
div#center {
	float: left;
	width: 570px;
	padding: 10px 0 10px 10px;
}

div.content {
	float: right;
	width: 560px;
}

/* パンクズ
---------------------------------- */
div#pankuzu {
	margin-bottom: 10px;
}

div#pankuzu a{
	color: #0081de;
	text-decoration: underline;
}

/* カテゴリータイトル1
---------------------------------- */
div.content h2 {
	background: url(../img/01/bg_tit.gif) repeat-y #f6f7fb;
	width: 530px;
	padding: 10px 10px 5px 20px;
	margin-bottom: 10px;
	border: 1px solid #9da9c6;
	font-weight: bold;
	font-size: 14px;
}

/* カテゴリータイトル2
---------------------------------- */
div.content h3 {
	background: url(../img/01/ic_02.gif) no-repeat;
	width: 530px;
	padding: 5px 10px 5px 20px;
	margin: 0 0 10px 5px;
	font-weight: bold;
	font-size: 14px;
}

div.content h3 a{
	color: #000000;
}


/* アドセンスタイトル
---------------------------------- */
div.ad_header {
	background: #EEEEEE;
	padding: 2px 10px;
	margin-bottom: 10px;
	width: 540px;
}

/* 通常テキスト(下線あり)
---------------------------------- */
p {
	margin: 0 5px 10px;
	line-height: 18px;
	border-bottom: 1px dashed #ffffff;
	padding-bottom: 10px;
}

/* 関連カテゴリー
---------------------------------- */
p.posted {
	text-align: right;
	width: 550px;
	padding: 0 5px 10px;
	border: none;
}

p.posted a{
	color: #00479e;
}

/* カテゴリーボックス
---------------------------------- */
div.categorybox {
	width: 560px;
	padding-bottom: 10px;
	overflow: auto;
}

div.categorybox div.fr{
	background: url(../img/01/fr_category.gif) no-repeat;
	width: 560px;
	height: 5px;
	float: left;
}

div.categorybox h3 {
	background: none;
	width: 500px;
	height: auto;
	padding: 8px 20px 0 20px;
	margin:0;
	font-weight: bold;
	color: #666666;
	line-height: 18px;
	float: left;
}

div.categorybox ul {
	padding: 10px 20px;
	float: left;
}

div.categorybox ul li {
	background: url(../img/01/ic_category.gif) no-repeat 0 8px;
	width: 110px;
	padding: 5px 10px 5px 10px;
	float: left;
}

div.categorybox ul li a {
	color: #00479e;
}

/* 下部ページリンク
---------------------------------- */
p.page_link {
	text-align: right;
	width: 550px;
	padding: 10px 5px 0;
	border: none;
}
/* ページトップへ戻る */
p.page_link a.page_top {
	background: url(../img/01/ic_top.gif) no-repeat 0 5px;
	text-decoration: underline;
	color: #00479e;
	padding: 0 10px 0 15px;
}

/* HOMEへ戻る */
p.page_link a.page_home {
	background: url(../img/01/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: 550px;
	padding: 0 5px;
	border: none;
}

p.page_next a {
	text-decoration: underline;
	color: #666666;
	padding-right: 10px;
}

