@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: #f6f4ff;
}

div#container {
	width: 816px;
	margin: 0 auto; /* 中央レイアウト */
	text-align: left; /* テキスト左寄せ */
	overflow: hidden;
}

/* Netscape対策 */
div#container:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/* ---------------------------------------------------------
■ 外枠フレーム
--------------------------------------------------------- */
div#fr_t {
	background: url(../img/02/fr_t.gif) no-repeat bottom;
	width: 820px;
	height: 10px;
}
div#main {
	background: url(../img/02/fr_m.gif) repeat-y;
	padding: 0 11px;
	margin: 0;
	float: left;
	width: 800px;
}

div#fr_b {
	background: url(../img/02/fr_b.gif) no-repeat top;
	width: 820px;
	height: 10px;
	float: left;
}

/* ---------------------------------------------------------
■ ヘッダー
--------------------------------------------------------- */
div#banner {
	background: url(../img/02/mv_01.jpg) no-repeat;
	width: 798px;
	height: 180px;
	margin: 0;
	float: left;
}

h1 {
	font-weight: bold;
	font-size: 18px;
	color: #692e92;
	position: relative;
	top: 155px;
	left: 20px;
	width: 778px;
}

/* ---------------------------------------------------------
■ フッター
--------------------------------------------------------- */
div#footer {
	width: 798px;
	height: auto;
	padding: 10px 0;
	background: #692e92;
	border-top: 3px solid #a069c7;
	text-align: center;
	float: left;
}

div#footer p {
	color: #FFFFFF;
	font-size: 12px;
	border: none;
}

/* ---------------------------------------------------------
■ 左メニュー
--------------------------------------------------------- */
div#left {
	width: 180px;
	padding: 10px;
	float: left;
	font-size: 14px;
	text-align: left;
}

div.sidebar {
	margin: 0 0 10px;
}

/* メニュータイトル
---------------------------------- */
div.sidebar h3 {
	background: url(../img/02/nv_first.jpg) no-repeat;
	font-weight: bold;
	color: #FFFFFF;
	width: 155px;
	height: 20px;
	margin: 0;
	padding: 15px 10px 0 35px;
}

/* メニュー
---------------------------------- */
div.sidebar ul{
	background: url(../img/02/nv_second_m.gif) repeat-y;
	width: 200px;
	height: auto;
	border-bottom: 1px solid #CCCCCC;
}

div.sidebar ul li {
	width: 200px;
	height: auto;
	border-bottom: 1px dashed #BEC0BD;
	text-align: left;
}

/*オフ時*/
div.sidebar ul li a {
	width: 153px;
	height: auto;
	padding: 10px 10px 10px 35px;
	display: block;
	text-decoration: none;
	background: url(../img/02/ic_02.gif) no-repeat 15px 13px;
	color: #692e92;
	margin: 0 1px;
	font-weight: bold;
	line-height: 16px;
}

/*オーバー時*/
div.sidebar ul li a:hover{
	background: url(../img/02/ic_02.gif) no-repeat 15px 13px #f7ecfe;
	color: #45096e;
	text-decoration: underline;
	width: 153px;
	margin: 0 1px;
}

/* ---------------------------------------------------------
■ コンテンツ
--------------------------------------------------------- */
/* コンテンツ枠
---------------------------------- */
div#center {
	float: right;
	width: 570px;
	padding: 10px 10px 10px 0;
}

div.content {
	float: right;
	width: 560px;
}

/* パンクズ
---------------------------------- */
div#pankuzu {
	margin-bottom: 10px;
}

div#pankuzu a{
	color: #7e2217;
	text-decoration: underline;
}

/* カテゴリータイトル1
---------------------------------- */
div.content h2 {
	background: url(../img/02/bg_tit.jpg) no-repeat top;
	width: 530px;
	padding: 10px 10px 5px 20px;
	margin-bottom: 10px;
	border-bottom: 3px double #a069c7;
	font-weight: bold;
	font-size: 14px;
}

/* カテゴリータイトル2
---------------------------------- */
div.content h3 {
	background: url(../img/02/ic_01.gif) no-repeat 0 2px;
	width: 530px;
	padding: 2px 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: #692e92;
}

/* カテゴリーボックス
---------------------------------- */
div.categorybox {
	width: 560px;
}

div.categorybox div.fr_t{
	background: url(../img/02/fr_category_t.gif) no-repeat bottom left;
	width: 560px;
	height: 10px;
	float: left;
}

div.categorybox div.fr_b{
	background: url(../img/02/fr_category_b.gif) no-repeat;
	width: 560px;
	height: 10px;
	float: left;
}

div.categorybox div.fr_m {
	background: url(../img/02/fr_category_m.gif) repeat-y;
	width: 520px;
	padding: 10px 20px;
	float: left;
}

div.categorybox div.fr_m h3 {
	background: none;
	width: 500px;
	height: auto;
	padding: 0 0 5px 0;
	margin:0;
	float: left;
	font-weight: bold;
	color: #666666;
	line-height: 18px;
}

div.categorybox div.fr_m  ul li {
	background: url(../img/02/ic_category.gif) no-repeat 0 8px;
	width: 105px;
	padding: 5px 10px 5px 15px;
	float: left;
}

div.categorybox div.fr_m  ul li a{
	color: #692e92;
}

/* 下部ページリンク
---------------------------------- */
p.page_link {
	text-align: right;
	width: 550px;
	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: #692e92;
	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: 550px;
	padding: 0 5px;
	border: none;
}

p.page_next a {
	text-decoration: underline;
	color: #666666;
	padding-right: 10px;
}
