@charset "utf-8";
@import url("reset.css");
@import url("fonts.css");

/*
Theme Name: Newspaper Theme Type2
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 Type2
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:#ccc;
	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;
}

#wrap {
	width: 960px;
	margin: 0 auto;
	text-align: left;
	border: #000 solid 2px;
	padding: 10px;
	background:#F9F9F9;
}

@media print {
	#wrap {
		width: 640px;
		margin: 0 auto;
		text-align: left;
		border: none;
		padding: 0;
		background-color: transparent;
	}
}


/***** header area *****
--------------------------------------------------*/

#header {
	font-size: 85%;
	line-height: 1.0;
	width: 642px;
}

#header a {
	text-decoration: none;
}

#headerleft {
	float: left;
	padding-left: 2px;
	width: 200px;
}

#headercenter {
	float: left;
	width: 200px;
	text-align: center;
}

#headerright {
	float: right;
	width: 200px;
	text-align: right;
	padding-right: 2px;
}

#title {
	float: right;
	height: 327px;
	clear: both;
	border-left: #333 solid 1px;
	padding-left: 6px;
	margin-bottom: 5px;
	padding-top: 3px;
}

#title h1 {
	border: #333 solid 2px;
}

#title h1 img {
	border: #333 solid 1px;
	margin: 1px;
}

#title #date {
	font-weight: bold;
	text-align: center;
	font-size: 116%;
}

#title #week {
	font-size: 93%;
	text-align: center;
	letter-spacing: 2px;
	border: #333 solid 1px;
}

#title #week-single {
	font-size: 93%;
	text-align: center;
	letter-spacing: 2px;
}

#title #publishertitle {
	font-size: 85%;
	margin-top: 5px;
	line-height: 1.2;
}

#title #publishertitle-single {
	font-size: 85%;
	margin-top: 10px;
	line-height: 1.2;
}

#title #publisher {
	font-size: 85%;
	line-height: 1.2;
	width: 80px;
}


/***** page header area *****
--------------------------------------------------*/

#headerpage {
	margin: 0 0 8px 0;
	width: 636px;
	clear: both;
	border: #000 solid 2px;
	padding: 1px;
}

#headerinner {
	width: 634px;
	border: #333 solid 1px;
	background: #f9f9f9 url(images/bg_title.png) repeat;
	color: #fff;
	overflow: hidden;
}

#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;
}

#headerpage h1 {
	font-weight: bold;
	padding: 0 0 0 10px;
	font-size: 167%;
	line-height: 1.0;
	border: none;
	margin: 0;
}

#headerpage h2 {
	padding: 0 0 7px 12px;
	line-height: 1.2;
	font-size: 85%;
	font-weight: bold;
}

#headerpage #title {
	float: left;
	margin: 0;
	padding: 0;
	height: auto;
	border: none;
}

#headerpage #publish {
	float: right;
	font-weight: bold;
	text-align: right;
	padding: 10px 10px 0 0;
	font-family: "Times New Roman", Times, serif;
}

#headerpage #publish p {
	line-height: 1.2;
}


/***** content area *****
--------------------------------------------------*/

#content {
	width: 626px;
	padding: 3px 6px 6px;
	border: #000 2px solid;
	clear: both;
}

#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: 93%;
	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: 640px;
	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 {
	height: auto;
	clear: both;
	padding-bottom: 50px;
	padding-top: 10px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", Arial, Helvetica, sans-serif;
}

#contentpage h2.title {
	margin: 0 0 10px 5px;
	padding: 0 0 0 5px;
	border-left: #333 solid 5px;
	font-weight: bold;
	font-size: 123.1%;
}

#contentpage p {
	font-size: 100%;
	padding: 5px;
}

#contentpage h2,
#contentpage h3,
#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 area/single content area *****
--------------------------------------------------*/

#content1st {
	width: 530px;
	height: 332px;
	float: left;
	overflow: auto;
	margin-top: 3px;
}

@media print {
	#content1st {
		min-height: 332px;
		height: auto;
	}
	* html #content1st { /* for IE6 */
		height: 332px;
	}
}

#content1st h2.title {
	margin: 0 0 5px 0;
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 167%;
	background: #f9f9f9 url(images/bg_1st.png) repeat;
}

#content1st h2.title a:link,
#content1st h2.title a:visited {
	color: #fff;
	text-decoration: none;
}

#content1st h2.title a:hover {
	color: #999;
	text-decoration: none;
}

#content1st h2.title a:active {
	color: #CCC;
	text-decoration: none;
}

#content1st p {
}

/***** content2nd area *****
--------------------------------------------------*/

#content2nd {
	width: 210px;
	height: 325px;
	margin-bottom: 5px;
	border-top: 3px double #333;
	border-right: 3px double #333;
	padding-right: 5px;
	clear: both;
	overflow: auto;
	float: left;
}

@media print {
	#content2nd {
		min-height: 325px;
		height: auto;
	}
	* html #content2nd { /* for IE6 */
		height: 325px;
	}
}

#content2nd h2.title {
	margin: 0 0 10px 0;
	font-weight: bold;
	text-align: center;
	border-bottom: #333 solid 1px;
}

#content2nd p {
}


/***** content3rd area *****
--------------------------------------------------*/

#content3rd {
	width: 400px;
	height: 330px;
	overflow: auto;
	float: right;
}

@media print {
	#content3rd {
		min-height: 330px;
		height: auto;
	}
	* html #content3rd { /* for IE6 */
		height: 330px;
	}
}

#content3rd h2.title {
	margin: 0 0 5px 0;
	font-weight: bold;
	text-align: center;
	color: #fff;
	font-size: 138.5%;
	background: #f9f9f9 url(images/bg_3rd.png) repeat;
}

#content3rd h2.title a:link,
#content3rd h2.title a:visited {
	color: #fff;
	text-decoration: none;
}

#content3rd h2.title a:hover {
	color: #999;
	text-decoration: none;
}

#content3rd h2.title a:active {
	color: #CCC;
	text-decoration: none;
}

#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 {
	margin: 0 0 7px 0;
	font-weight: bold;
	text-align: center;
	color: #fff;
	font-size: 123.1%;
	background: #f9f9f9 url(images/bg_4th.png) repeat;
}

#content4th h2.title a:link,
#content4th h2.title a:visited {
	color: #fff;
	text-decoration: none;
}

#content4th h2.title a:hover {
	color: #999;
	text-decoration: none;
}

#content4th h2.title a:active {
	color: #CCC;
	text-decoration: none;
}

#content4th p {
}


/***** content5th area *****
--------------------------------------------------*/

#content5th {
	width: 200px;
	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: 302px;
	float: right;
	font-family: "Times New Roman", Times, serif;
}

#side h2 {
	border-bottom: #333 double 3px;
	font-weight: bold;
	border-top: #333 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/list.png) no-repeat 0px 6px;
	padding-left: 15px;
	margin-left: 3px;
}

#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: 290px;
	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 {
	clear: both;
	font-family: "Times New Roman", Times, serif;
	font-size: 85%;
}

@media print{
	#footer {
		width: 642px;
	}
}

#footer p {
	padding: 0 0 0 2px;
}

#footer a {
	text-decoration: none;
}

/***** footer area *****
--------------------------------------------------*/

#footerpage {
	clear: both;
	font-family: "Times New Roman", Times, serif;
	background: #333;
	color: #fff;
	font-size: 85%;
}

#footerpage p {
	padding: 0 0 0 6px;
}

#footerpage a {
	text-decoration: none;
	color: #fff;
}

@media print{
	#footerpage {
		width: 642px;
	}
}

div#copy {
margin-top:20px;margin-left:10px;
font-size:8pt;
font-family:"メイリオ";
}
#copy ul li {
	background: #f9f9f9 url(images/list.png) no-repeat 0px 6px;
	padding-left: 15px;
	margin-left: 3px;
}