/*  +++++　Template Design  Template Bank by モノクリエイト

このcssファイルは、ケースケ及びモノクリエイトから許可を得た方のみに、使用許可されるものです。
このcssファイルの無断配布及び商用販売を固く禁じます。

　　　　　　　　Copyright (C) 2007-2008 Mono-Create All rights reserved.　+++++ */


/* +++++ すべてのタグの余白をゼロにリセット +++++ */
* {  margin: 0; padding: 0; }


/* リンク設定 */
a { text-decoration: underline; color: #1d3994 }
a img { border: 0; }

/* 見出し設定 */
h1, h2, h3, h4 { font-weight: bold; }
h1, h2, h3, h4, p, ul { margin-top: 0; margin-bottom: 0;}


/* ++++++++++ ベース設定 ++++++++++ */

/* ブログ全体の設定 */
body {
	margin: 0px ;
	background: #fcfcfc;
	color: #000000;
	text-align: center;
	font-family: Verdana, Arial, sans-serif;
	}


/* ++++++ ブログの横幅設定 ++++++ */
#container {
	width: 780px;
	_width: 800px;
	font-size: 12px;
	text-align: left;
	background-color: #ffffff;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0;
	padding: 0;
	border-left: solid #cccccc 8px;
	border-right: solid #cccccc 8px;
	}


/* ++++++ ２段組の横幅設定 ++++++ */

/* コンテンツ部分の横幅 */
#right-sidebar #center	{
	width: 500px;
	_width: 490px;
	text-align: left;
	float: left;
	}

/* サイドバーの横幅 */

#right-sidebar #right {
	width: 260px;
	text-align: left;
	float: right;
	}


/* ++++++++++ レイアウトのデザイン設定 ++++++++++ */
#main {
	background-color: #ffffff;
	padding:10px 0;
	}

#right-sidebar #center {
	border-right: solid 1px #666666;
	}


/* ナビゲーション */
.navi {
	padding: 0 0 15px 0;
	text-align: right;
	font-size: 10px;
	margin: 0 0 10px 0;
	clear: both;
	}

/* ページトップリンク */
#return {
	text-align: right;
	font-size: 12px;
	padding: 15px 0 5px 0;
	clear: both;
	}

/* パンくずリスト */
#pankuzu  {
	font-size: 13px;
	padding: 0 0 10px 0;
	font-weight: bold;
	line-height: 120%;
	}

#pankuzu  h2 {
	font-size: 13px;
	padding: 0 0 10px 0;
	font-weight: bold;
	line-height: 120%;
	}

.normal { font-weight: normal; }


/* ++++++ 段の間隔 ++++++ */


/* コンテンツ部分の左右の余白 */
.content div {
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	}

.content h2 {
	color: #000000;
	font-size: 13px;
	height: auto;
	line-height: 150%;	
	padding: 10px 10px 1px;
	margin: 0;
	font-weight: normal;
	}

.content h3 {
	color: #000000;
	font-size: 13px;
	height: auto;
	line-height: 150%;	
	padding: 10px 10px 1px;
	margin: 0;
	font-weight: normal;
	}

/* 右サイドバーの左右の余白 */
#right div {
	margin-left: 5px;
	margin-right: 5px;
	}

#right div div, .content div div {
	margin-left: 0;
	margin-right: 0;
	}



/* ++++++++++ パーツのデザイン設定 ++++++++++ */

/* ++++++ ヘッダー部分のデザイン ++++++ */
/* ヘッダー */
#banner,
#banner2	{
	width: auto;
	padding: 0px;
	background:#ffffff;
	height:80px;
	}

#banner h1,
#banner2 h1 {	
	font-size: 24px;
	margin-bottom: 0;
	text-align: left;
	padding: 15px 15px 15px 0;
	}

#banner h1 a,
#banner2 h1 a {
	text-decoration: none;
	color: #000000;
	}

#banner h1 a:hover,
#banner2 h1 a:hover { color: #ff8c00; }

#banner h2,
#banner2 h2 {
	font-size: 12px;
	height: auto;
	line-height: 150%;	
	padding: 0px 15px;
	margin: 0 0 10px 0;
	}


/* ++++++ コンテンツ部分のデザイン ++++++ */

.right {
	float: right;
	margin: 0px 0px 20px 20px;
	}

.left {
	float: left;
	margin: 0px 20px 20px 0px;
	}

/* エントリー */
.entry h2 {
	color: #000000;
	font-size: 13px;
	width: auto;
	height: auto;
	line-height: 150%;	
	padding: 0px 5px 10px 0;
	margin: 0;
	}

.entry h3 {
	font-size: 13px;
	padding: 7px 0 0 15px;
	}

.entry p {
	font-size: 13px;
	font-weight: normal;
	line-height: 150%;
	padding: 0 10px 10px 0;
	clear: both;	
	}

.entry p.posted {
	text-align: right;
	font-size: 9px;
	color: #000000;
	padding: 0 10px 15px 0;
	}

.entry p.posted a {
	color: #000000;
	text-decoration: none;
	}

.entry p.extended {
	text-align: right;
	font-size: 12px;
	padding: 10px 10px 15px 5px;
	}

.entry ul {
	font-size: 14px;
	list-style-type: none;
	}

.entry li {
	font-size: 13px;
	list-style-type: none;
	line-height: 130%;
	padding: 0 20px 10px 20px;
	margin: 10px 0 0 0;
	border-bottom: dotted 2px #444444;
	}

.entry li a { font-weight: bold; }


/* トラックバック */
.trackbacks h3 {
	font-size: 12px;
	padding: 0 10px;
	}

.trackbacks-content {
	font-size: 10px;
	padding: 0 10px;
	}

.trackback-footer {
	font-size: 10px;
	}

#trackbacks-info {
	margin: 10px 0;
	border: 1px dashed #444444;
	padding: 2px 10px;
	color: #333333;
	font-size: 11px;
	text-align: center;
	}

/* カテゴリー一覧・関連エントリー */
.categorybox,
.entry-bottom {
	padding: 10px;
	margin: 10px 0;
	font-weight: normal;
	}

.categorybox h3,
.entry-bottom h3 {
	font-size: 11px;
	padding: 0 0 5px 6px;
	font-weight: normal;
	}

.categorybox h4,
.entry-bottom h4 { font-size: 12px; }


/* アーカイブ・カテゴリーアーカイブの設定 */
.sitemap h2,
.categorylist h2 {
	font-size: 12px;
	height: auto;
	line-height: 150%;	
	padding: 0px 5px 1px 5px;
	margin: 0;
	}

.sitemap h3,
.categorylist h3 {
	height: auto;
	font-size: 12px;
	text-align: left;
	font-weight: bold;
	margin: 10px 0 0 0;
	padding: 0 0 5px;
	}

.sitemap p {
	font-size: 12px;
	line-height: 110%;
	padding: 0 10px 10px 5px;
	clear: both;	
	}

.categorylist p {
	line-height: 150%;
	font-size: 12px;
	text-align: left;
	padding: 10px;
	margin-bottom: 15px;
	}


/* ++++++ サイドバー部分のデザイン ++++++ */

/* メニュー */
.sidebar { 	padding: 0; margin: 0px;}

.freespace,
#sponsored-link {
	margin: 0 0 20px 0;
	font-size: 12px;
	}

.sidebar h3,
#categories h3,
#recent h3,
#link-list h3,
#sponsored-link h3, 
#search h3,
.freespace h3 {
	color: #4d4d4d;
	font-size: 13px;
	font-weight: bold;
	height: auto;	
	padding: 3px 5px 20px 0;
	margin: 0;
	}

.sidebar ul,
#categories ul,
#recent ul,
#link-list ul,
.freespace ul {
	font-size: 13px;
	font-weight: bold;
	display: block;
	margin: 0;
	}

.sidebar #categories ul ul {
	margin-bottom: 0;
	margin-top: 2px;
	}

.sidebar li,
#categories li,
#recent li,
#link-list li,
.freespace li {
	width: 250px;
	height: auto;
	font-weight: normal;
	line-height: 120%;
	list-style-type: none;
	padding: 1px 0 40px 0;
	}

.sidebar p,
#categories p,
#recent p,
#link-list p,
.freespace p {
	width: 250px;
	height: auto;
	font-weight: normal;
	line-height: 120%;
	list-style-type: none;
	padding: 10px 0 3px 0;
	}


/* お気に入りに追加 */
.favorite {
	text-align: left;
	padding: 0 0 10px 0;
	}


/* AdSenseの設定 */
.ad_head,
.ad_center,
.ad_kiji {
	background-color:#fff;
	text-align: left;
	margin-bottom: 10px;
	}

.ad_side {
	background-color:#fff;
	text-align: left;
	margin-bottom: 10px;
	padding: 0;
	}


/* Movable Type・著作権情報 */
#powered {
	width: auto;
	font-size: 10px;
	color: #666666;
	text-align: left;
	margin: 15px;
	padding: 5px;
	border: dashed 1px #666666;
	}


/* フッターの設定ここから */
#footer {
	width: 780px;
	_width: 800px;
	height: auto;
	font-size:13px;
	text-align: center;
	margin: 0;
	clear: both;
	border-top: solid 2px #cccccc;
	}

#footer-inner { padding: 22px 15px 0 15px; }