@charset "utf-8";
@import url("reset.css");
@import url("fonts.css");

/*
Theme Name: Newspaper Theme Type1
Theme URI: http://4plus.jp/
Description: WordPress Theme for the Newspaper
Version: 1.2
Author: 4plus Inc.
Author URI: http://4plus.jp/
*/

/*
Copyright 2008 4plus Inc. (email : info@4plus.jp)

Newspaper Theme Type1
http://np.4plus.jp/

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php
*/

body {
	text-align: center;
	font-family: "ＭＳ Ｐ明朝", "ヒラギノ明朝 Pro W3", "Times New Roman", Times, serif;
	background-color:#E7E6E0;
	padding: 10px;
}

@media print {
	body {
		background-color: transparent;
		font-size: 13px;
		padding: 0;
	}
}

body * {
	line-height: 1.6;
} 

* html body * { /* for IE6 */
	line-height: 1.57;
}

*:first-child+html body * { /* for IE7 */
	line-height: 1.57;
}

a:link,
a:visited {
	color: #000;
	text-decoration: underline;
}

a:hover {
	color: #999;
	text-decoration: none;
}

a:active {
	color: #CCC;
	text-decoration: none;
}

br.clear {
	clear: both;
}


#wrap {
	width: 950px;
	margin: 0 auto;
	text-align: left;
	border: #000 solid 0px;
	padding: 10px;
	background:#fff;
}

@media print {
	#wrap {
		width: 640px;
		margin: 0 auto;
		text-align: left;
		border: none;
		padding: 0;
		background-color: transparent;
	}
}


/***** header area *****
--------------------------------------------------*/

#header {
	background: url(images/title.gif) no-repeat;
	margin: 0 0 8px 0;
	width: 690px;
	height: 114px;
	clear: both;
}

#headerinner {
	width: 690px;
	color: #fff;
}

#headerinner a:link,
#headerinner a:visited {
	color: #FFF;
	text-decoration: none;
}

#headerinner a:hover {
	color: #999;
	text-decoration: none;
}

#headerinner a:active {
	color: #CCC;
	text-decoration: none;
}

#header h1 {
	font-weight: bold;
	padding: 0 0 0 10px;
	font-size: 167%;
	line-height: 1.0;
}

#header h2 {
	padding: 0 0 7px 12px;
	line-height: 1.2;
	font-size: 85%;
	font-weight: bold;
}

#header #title {
	float: left;
}

#header #publish {
	font-size: 12px;
	float: left;
	font-weight: bold;
	text-align: left;
	padding: 110px 10px 0 0;
	color: #000;
	font-family: "Times New Roman", Times, serif;
}

@media print {
	html>/**/body #header #publish { /* for Firefox */
		font-weight: normal;
		font-family: "ＭＳ Ｐ明朝", "ヒラギノ明朝 Pro W3", "Times New Roman", Times, serif;
	}
	html:first-child #header #publish {
		font-weight: bold;
	}
}

#header #publish p {
	line-height: 1.2;
}



/***** content area *****
--------------------------------------------------*/

#content {
	width: 674px;
	padding: 6px;
	border: #000 2px solid;
	clear: both;
	display: inline-block;
	zoom: 100%;  
}

#content::after { /*clearfix*/
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
	line-height: 0; /* for Opera*/
}

#content img.aligncenter {
	margin: 5px auto 5px auto;
	text-align: center;
	display: block;
}

#content img.alignleft {
	margin: 0 10px 0 0;
	float: left;
}
	
#content img.alignright {
	margin: 0 0 0 10px;
	float: right;
}
	
#content p {
	font-size: 100%;
	font-family: "ＭＳ 明朝", "ヒラギノ明朝 Pro W3", "Times New Roman", Times, serif;
}

#content p.author {
	padding-right: 5px;
	text-align: right;
	display: block;
	clear: both;
	font-family: "ＭＳ Ｐ明朝", "ヒラギノ明朝 Pro W3", "Times New Roman", Times, serif;
}

.feedback {
	padding-right: 5px;
	text-align: right;
}

@media print {
	.feedback,
	.more-link {
		display: none;
	}
}

#contentleft {
	width: 690px;
	margin-bottom: 7px;
	float: left;
}

@media print {
	#content a {
		text-decoration: none!important;
	}
}

#content strong {
	font-weight: bold;
}

#content em {
	font-style: italic;
}

#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
	font-weight: bold;
}


/***** page area *****
--------------------------------------------------*/

#contentpage {
	width: 690px;
	height: auto;
	clear: both;
	padding-bottom: 50px;
	padding-top: 0px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", Arial, Helvetica, sans-serif;
}

#contentpage div.kuzu {
	background: url(images/pic_home.png) no-repeat 0px 0px;
	margin: 0px 0px 10px 0px;
	padding: 0 0px 0 18px;
	font-size: 12px;
}

#contentpage h2.title {
	margin: 0 0 10px 0;
	padding: 0 0 0 0;
	font-weight: bold;
	font-size: 18px;
}

#contentpage h3 {
	background: url(images/pic_title.gif) no-repeat 0px 0px;
	margin: 20px 0px 20px 0px;
	padding: 0 35px 0 35px;
	font-size: 22px;
	font-weight: bold;
}

#contentpage h3 span{
	background: url(images/new.png) no-repeat 0px 0px;
	height: 80px;
	width: 100px;
}

#contentpage h3 a {
	color: #336633;
	text-decoration: none;
}

#contentpage div.story {
	padding: 0px 40px 0px 40px;
}


#contentpage p {
	padding: 5px 0px 5px 0px;
}
#contentpage div.story p {
	font-size: 15px;
	line-height: 2.0;
}

#contentpage p#date, p#edit {
	padding: 20px 40px;
	text-align: left;
}

#contentpage h4,
#contentpage h5,
#contentpage h6 {
	font-weight: bold;
	margin: 20px 5px 5px;
	padding: 0 5px;
	border-left: #333 solid 5px;
}



#contentpage ul,
#contentpage ol,
#contentpage dl {
	padding: 5px;
}

#contentpage ul,
#contentpage ul li {
	list-style: inside disc;
	margin-left: 5px;
}

#contentpage ol,
#contentpage ol li {
	list-style: inside decimal;
	margin-left: 5px;
}

#contentpage dl dt,
#contentpage dl dd {
}

#contentpage blockquote {
	background: #eee;
	border: #666 solid 2px;
	margin: 10px;
	padding: 5px;
}

#contentpage code {
	font-family: "Courier New", Courier, mono;
}

#contentpage img.aligncenter {
	margin: 5px auto 5px auto;
	text-align: center;
	display: block;
}

#contentpage img.alignleft {
	margin: 0 10px 0 0;
	float: left;
}
	
#contentpage img.alignright {
	margin: 0 0 0 10px;
	float: right;
}

#contentpage strong {
	font-weight: bold;
}

#contentpage em {
	font-style: italic;
}

.navigation {
	margin-top: 10px;
}

.navigation a {
	margin-right: 10px;
}


/***** content1st /single /page content area *****
--------------------------------------------------*/

#content1st {
/*height: 275px;*/
	clear: both;
/*overflow: auto;*/
	padding-bottom: 10px;
	border-bottom: #000 1px solid;
	margin: 0 0 10px 0;

}

@media print {
	#content1st {
		min-height: 275px;
		height: auto;
	}
	* html #content1st { /* for IE6 */
/*height: 275px;*/
	}
}

#content1st h2.title {
	color: #FFF;
	background: url(images/bg_md1.gif);
	margin: 0 0 10px 0;
	text-align: center;
	border: #333 double 3px;	
	font-weight: bold;
	font-size: 21px;
}




#contentsg {
	width: 674px;
	padding: 6px;
	border: #000 0px solid;
	clear: both;
	display: inline-block;
	zoom: 100%;  
}

#contentsg::after { /*clearfix*/
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
	line-height: 0; /* for Opera*/
}


#contentsg img.aligncenter {
	margin: 5px auto 5px auto;
	text-align: center;
	display: block;
}

#contentsg img.alignleft {
	margin: 0 10px 0 0;
	float: left;
}
	
#contentsg img.alignright {
	margin: 0 0 0 10px;
	float: right;
}
	

#contentsingle {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", Arial, Helvetica, sans-serif;
	min-height: 275px;
	height: auto;
	clear: both;
}

* html #contentsingle { /* for IE6 */
	height: 300px;
}

#contentsingle h2.title {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", Arial, Helvetica, sans-serif;
	color: #FFF;
	background: url(images/bg_single.jpg) center center;
	padding: 10px;
	margin: 0 0 30px 0;
	text-align: center;
	border: #333 double 3px;	
	font-weight: bold;
	font-size: 21px;
}

#contentsingle p {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 2.0;
}


/***** content2nd area *****
--------------------------------------------------*/

#content2nd {
	width: 240px;
	height: 405px;
	margin-bottom: 5px;
	border-top: 3px double #333;
	border-right: 3px double #333;
	padding-top: 5px;
	padding-right: 5px;
	clear: both;
	overflow: auto;
	float: left;
}

@media print {
	#content2nd {
		min-height: 405px;
		height: auto;
	}
	* html #content2nd { /* for IE6 */
		height: 405px;
	}
}

#content2nd h2.title {
	margin: 0 0 10px 0;
	font-weight: bold;
	text-align: center;
	border: #333 double 3px;	
}

#content2nd p {
}


/***** content3rd area *****
--------------------------------------------------*/

#content3rd {
	width: 420px;
	height: 410px;
	overflow: auto;
	float: right;
}

@media print {
	#content3rd {
		min-height: 410px;
		height: auto;
	}
	* html #content3rd { /* for IE6 */
		height: 410px;
	}
}

#content3rd h2.title {
	background: url(images/bg_md2.gif);
	margin: 0 0 10px 0;
	font-weight: bold;
	text-align: center;
	border: #333 double 3px;	
	font-size: 116%;
}

#content3rd p {
}


/***** content4th area *****
--------------------------------------------------*/

#content4th {
	width: 400px;
	height: 255px;
	clear: both;
	margin-top: 5px;
	overflow: auto;
	float: left;
}

@media print {
	#content4th {
		min-height: 255px;
		height: auto;
	}
	* html #content4th { /* for IE6 */
		height: 255px;
	}
}

#content4th h2.title {
	color: #FFF;
	background: url(images/bg_md3.gif);
	margin: 0 0 10px 0;
	font-weight: bold;
	text-align: center;
	border: #333 double 3px;	
	font-size: 116%;
}

#content4th p {
}


/***** content5th area *****
--------------------------------------------------*/

#content5th {
	width: 250px;
	height: 250px;
	border: 3px double #333;
	padding: 0 5px;
	margin-top: 5px;
	overflow: auto;
	float: right;
}

@media print {
	#content5th {
		min-height: 250px;
		height: auto;
	}
	* html #content5th { /* for IE6 */
		height: 250px;
	}
}

#content5th h2.title {
	margin: 0 0 10px 0;
	font-weight: bold;
	text-align: center;
	border-bottom: #333 solid 1px;
}

#content5th p {
	padding: 0 0 0 5px;
}


/***** comment area *****
--------------------------------------------------*/

#pagecomment #respond {
	border: none;
	border-top: #000 dotted 1px;
	padding-left: 5px;
	padding-right: 5px;
	width: 630px;
}

#pagecomment #commentlist {
	margin: 0;
}

#respond {
	width: 625px;
	margin: 10px 0;
	padding: 10px 0px 10px 15px;
	border: #000 solid 1px;
	text-align: left;
	clear: both;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", Arial, Helvetica, sans-serif;
}

#respond::after { /*clearfix*/
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

#respond h2 {
	padding: 0 0 10px 0;
	font-weight: bold;
}

#respond h2#postcomment {
	padding: 20px 0 10px 0;	
}

#trackback {
	padding: 0 0 10px 0;
}

#trackback input {
	font-size: 85%;
}

#commentlist {
	margin: 0 20px 0 0;
	border-bottom: #999 solid 1px;
}

#commentlist li{
	border-top: #999 solid 1px;
	padding: 15px 3px;
}

#commentlist li .meta {
	padding: 0 0 10px 0;
}

#commentlist li .meta span {
	font-size: 85%;
}


/***** side area *****
--------------------------------------------------*/

#side {
	width: 240px;
	float: right;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", Arial, Helvetica, sans-serif;
}

#side h2 {
	color: #319C01;
	margin: 10px 0 0px 0;
	border-bottom: #319C01 solid 2px;
	font-weight: bold;
	border-top: #319C01 solid 2px;
	margin-bottom: 5px;
	padding-left: 2px;
}

#side ul,
#side .textwidget {
	margin: 0 0 20px 0;
}

#side .textwidget {
	padding-left: 2px;
}

#side .sidenavi {
	margin: 0;
}

#side ul li ul li ul {
	margin: 0;
}

#side ul li {
	background: #f9f9f9 url(images/arrow1.gif) no-repeat 0px 6px;
	padding-left: 10px;
	margin:3px 0 1px 3px;
}

#side ul.children {
	margin:0px 0 0 0px;
}


#side ul.blogroll li{
	background: none;
	padding-left: 0px;
	margin-left: 0px;
}



#side .sidenavi .pagenav,
#side .sidenavi .linkcat {
	background: none;
	padding: 0;
	margin: 0;
}

#side #searchform {
	position: relative;
	height: 45px;
}

#side #searchform input {
	position: absolute;
	top: 0px;
	left: 160px;
	height: 22px;
	margin: 0;
	background: #333;
	color: #FFFFFF;
	border: #333 solid 1px;
	width: 50px;
	line-height: 1.2;
}

#side #searchform input#s {
	left: 0px;
	width: 150px;
	height: 20px;
	background: #fff;
	color: #333;
	border: #ccc solid 1px;
	padding: 0;
}

#side .rss-date {
	padding-left: 5px;
}

#side #ads {
	 border: #000 solid 1px;
	 width: 300px;
	 height: 250px;
	 margin: 10px 0;
}

@media print{
	#side {
		display: none;
	}
}


/***** calendar area *****
--------------------------------------------------*/

#wp-calendar {
	width: 240px;
	margin: 5px 5px 20px 5px;
}

#wp-calendar #next a {
	text-align: right;
}

#wp-calendar #prev a {
	text-align: left;
}

#wp-calendar a {
	display: block;
}

#wp-calendar tbody a {
	border: #666 solid 1px;
}

#wp-calendar caption {
	padding: 0 5px 5px 5px; 
	text-align: center;
	font-weight: bold;
}

#wp-calendar td {
	padding: 2px;
	text-align: center;
}

#wp-calendar th {
	padding: 0;
	text-align: center;
}


/***** footer area *****
--------------------------------------------------*/

#footer {
	margin: 10px auto 10px auto;
	text-align: center;
	clear: both;
	color: #000;
	font-size: 12px;
}

@media print{
	#footer {
		width: 642px;
	}
}

#footer p {
	padding: 0 0 0 6px;
}

#footer a {
	text-decoration: none;
	color: #fff;
}

