/*
Theme Name: Chapter 7
Description: 福島カラー印刷用テンプレート
*/
@charset "UTF-8";
/* ブラウザスタイルの初期化 */

html, body, div, span, applet, object, iframe, h1, h2, h3,  
h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address,  
big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp,  
small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li,  
fieldset, form, label, legend, table, caption, tbody, tfoot,  
thead, tr, th, td{
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-weight:inherit;
	font-style:inherit;
	line-height: 1.8;
	font-size:100%;
	color:#333333;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo','ＭＳ Ｐゴシック','sans-serif';
 }  
 html, body{
 	height:100%;
}
:focus{  
	outline:0;  
}  
table{  
	border-collapse:separate;  
	border-spacing:0;  
}  
caption, th, td{  
	text-align:left;  
	font-weight:normal;  
}  
a img, iframe{  
	border:none;  
}  
ol, ul{  
	list-style:none;  
}  
input, textarea, select, button{  
	font-size:100%;  
	font-family:inherit;  
}  
select{  
	margin:inherit;  
}  
/* Fixes incorrect placement of numbers in ol's in IE6/7 */  
ol{margin-left:2em;}  
/* == clearfix == */  
.clearfix:after{  
	content:".";  
	display:block;  
	height:0;  
	clear:both;  
	visibility:hidden;  
}  
.clearfix{display:inline-block;}  
* html .clearfix{height:1%;}  
.clearfix{display:block;}

.left{
	float: left;	
}
.right {
	float: right;
}

/* コンテナ */
div#container	{
	width: 948px;
	margin: auto;
	border-right: 1px solid #00b5be;
	border-left: 1px solid #00b5be;
	position:relative;
	min-height:100%;
}

/* ヘッダー */
div#header	{
	background-color: #a8d1ff;
	width: 948px;
	height: 270px;
}

div#header h1	{font-size: 1.875em;
	margin: 0 60px}

div#header h1 a	{text-decoration: none;
	color: #2b76cc}

div#header p	{font-size: 12px;
	margin: 8px 20px 0}

/* 独立ページのメニュー */
ul#pagemenu	{list-style-type: none;
	margin: 0;
	padding: 0}

ul#pagemenu li	{display: inline;
	padding-right: 10px}

ul#pagemenu li a	{font-size: 12px;
	color: #2b76cc;
	text-decoration: none}

/* メイン */
div#main	{
	width: 908px
}

/* コンテンツ */
div#content	{
	width: 738px;
	float: left;
	margin-bottom: 20px;
	margin-left: 20px;
}
* html div#content	{
	width: 738px;
	float: left;
	margin-bottom: 20px;
	margin-left: 10px;
}
p#pagetitle	{font-size: 0.875em;
	font-weight: bold;
	color: #2b76cc;
	border: dotted 1px #2b76cc;
	text-align: center;
	padding: 10px 0;
	margin-top: 20px}

/* 記事 */
div.post	{
	border: 1px solid #00b5be;
	padding: 18px;
	margin: 20px auto;
}

div.post h2	{
	background-image: url(mark.gif);
	background-repeat: no-repeat;
	font-size: 18px;
	border-bottom: solid 1px #8cc63f;
	margin: 0;
	background-position: 0px;
	padding: 0px 0px 1px 22px;
	color: #00CCCC;
	font-weight: bold;
	font-style: normal;
}

div.post h2 a	{
	text-decoration: none;
	color: #8cc63f
}

div.post p	{font-size: 12px;
	line-height: 1.6;
	margin-top: 10px}

p.postinfo	{color: #2b76cc;
	text-align: right;
	margin: 20px 0 0;
	clear: both}

p.postinfo a	{color: #2b76cc}


/* 記事内の画像 */
.aligncenter	{display: block;
		margin-left: auto;
		margin-right: auto}

div.post img	{border: none}

.alignleft	{float: left;
		margin-right: 10px;
		margin-bottom: 2px}

.alignright {float: right;
	margin-left: 10px;
	margin-bottom: 2px}

.wp-caption	{border: solid 1px #aaaaaa;
	text-align: center;
	padding-top: 5px;
	margin-top: 10px}


/* ページリンク */
p.pagelink a	{font-size: 12px;
	color: #2b76cc}

span.pageprev	{float: left}

span.pagenext	{float: right}


/* コメント */
#comments	{clear: both}

div#com	{border: solid 1px #2b76cc;
	padding: 0 18px;
	margin-top: 45px}

textarea	{width: 360px}

div#com h3	{font-size: 0.875em;
	border-bottom: solid 1px #2b76cc;
	padding-bottom: 3px;
	margin-top: 20px}

div#com p	{font-size: 12px}

div.compost	{border-bottom: dotted 1px #2b76cc}

p.cominfo	{text-align: right}

div#com a	{color: #2b76cc}

p#comfeed img	{vertical-align: middle}

p#comfeed a	{color: black;
	text-decoration: none}

p#comfeed	{background-color: #a8d1ff;
	padding: 8px;
	margin-top: 30px}

p#trurl	{background-color: #a8d1ff;
	padding: 8px;
	margin-bottom: 30px}

/* サイドバー */
div#sidebar	{
	width: 150px;
	float: right;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: 20px;
}
* html div#sidebar	{
	width: 150px;
	float: right;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: 10px;
	margin-left: 10px;
}
div#sidebar2	{width: 150px;
	float: right;
	margin-top: 20px;
	margin-bottom: 20px}

div#sidebar h2, div#sidebar2 h2
	{
	background-image: url(menubar-small.png);
	background-repeat: no-repeat;
	font-size: 12px;
	color: white;
	margin: 0 0 10px;
	font-weight: bold;
	display: block;
	padding-bottom: 6px;
	padding-left: 8px;
}

div#sidebar li, div#sidebar2 li
	{
	font-size: 12px;
	list-style-type: none;
	margin-bottom: 4px;
	background-image: url(listmark.gif);
	background-repeat: no-repeat;
	padding-left: 16px;
	vertical-align: top;
	background-position: 0px;
}

div#sidebar li a, div#sidebar2 li a
	{color: #000000;
	text-decoration: none}

div#sidebar ul, div#sidebar2 ul
	{margin: 8px 8px 20px;
	padding: 0}

div#sidebar2 ul li li
	{font-size: 1em;
	background-image: url(listmark-small.gif);
	background-position: 0 3px;
	padding-left: 12px}

div#sidebar2 ul ul	{margin-left: 0}

/* カレンダー */
#wp-calendar	{width: 100%;
	margin-bottom: 20px;
	font-size: 12px}

#wp-calendar a	{color: #2b76cc}

#wp-calendar td, #wp-calendar th
	{text-align: center}

#wp-calendar caption	{background-image: url(menubar-small.png);
	background-repeat: no-repeat;
	color: white;
	font-size: 12px;
	padding-bottom: 6px;
	padding-left: 8px;
	font-weight: bold;
	text-align: left}

#wp-calendar #prev	{text-align: left;
	padding-top: 3px;
	padding-left: 3px}

#wp-calendar #next	{text-align: right;
	padding-top: 3px;
	padding-right: 3px}

/* フィード */
p.feed	{font-size: 12px;
	font-family: Verdana, Helvetica, sans-serif;
	border: solid 1px #8cc63f;
	padding: 5px;
	margin: 25px 0}

p.feed a	{color: #444444;
	text-decoration: none}

p.feed img	{vertical-align: middle;
	margin-right: 8px}

/* タグクラウド */
p#tagcloud	{line-height: 1.2;
	margin-top:10px}

p#tagcloud a	{color: #2b76cc}

/* 検索フォーム */
input#s	{width: 140px;
	margin-bottom: 5px}

/* フッター */
div#footer	{
	clear: both;
	background-image: url(footer_copyright.gif);
	background-repeat: no-repeat;
	height: 61px;
	width: 948px;
}

address	{font-size: 12px;
	font-style: normal;
	font-family: Verdana, sans-serif;
	padding-top: 6px}

address a	{color: #000000}


/* ２段組み用の設定 */
div#main2 div#content	{
	width: 738px;
	float: left;
	margin-left: 20px;
}

/* １段組み用の設定 */
div#main1 div#content	{width: 760px}

div#main1 div.post	{padding-left: 140px;
	padding-right: 140px}
#container #content .post h2 {
	color: #8cc63f;
}
#container #sidebar .banner {
	display: block;
	margin-bottom: 10px;
}

