@charset "utf-8";
@import url("reset.css");
@import url("fonts.css");

/*
Theme Name: Newspaper Theme A4 Type3
Theme URI: http://4plus.jp/
Description: WordPress Theme for the Newspaper(Magazine Type)
Version: 1.0
Author: 4plus Inc.
Author URI: http://4plus.jp/
*/


body {
	text-align: center;
	color: #333;
	background: #f3f3f3;
}

@media print{
	body {
		background-color: transparent;
		font-size: 13px;
	}
}

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: #0000FF;
	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;
	background: #fff;
	padding: 10px;
}

@media print{
	#wrap {
		width: 640px;
		margin: 0 auto;
		text-align: left;
		border: none;
		padding: 0;
		background-color: transparent;
	}
}

/***** header area *****
--------------------------------------------------*/

#header {
	border-top: #0000FF solid 3px;
	color: #0000FF;
	position: relative;
}

#header a {
	text-decoration: none;
}

#header h1 {
	font-size: 197%;
	font-weight: bold;
	padding: 0 20px 0 10px;
}

#header #subtitle {
	width: 640px;
	background: #0000FF;
	color: #fff;
	padding: 0;
}

#header #subtitle::after { /*clearfix*/
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
	line-height: 0;
}

#header #subtitle h2 {
	float: left;
	padding: 0 0 0 12px;
	font-size: 77%;
}

#header #subtitle #siteurl {
	float: right;
	padding: 0 10px 0 0;
	font-size: 77%;
}

#header #subtitle a:link,
#header #subtitle a:visited {
	color: #fff;
}

#header #subtitle a:hover {
	color: #999;
}

#header #subtitle a:active {
	color: #ccc;
}

#header #date {
	position: absolute;
	top: 7px;
	right: 10px;
	text-align: center;
	letter-spacing: 1px;
}

#header #year {
	line-height: 1.2;
	font-weight: bold;
	padding-left: 12px;
	padding: 0 5px 0 0;
}

#header #day {
	font-weight: bold;
	line-height: 1.2;
}

#header #magtitle {
	line-height: 1.2;
	font-weight: bold;
}

/***** content area *****
--------------------------------------------------*/

#content {
	width: 640px;
	float: left;
}

#content::after { /*clearfix*/
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
	line-height: 0;
}

#content img.aligncenter {
	margin: 5px auto 5px auto;
	text-align: center;
	display: block;
}

#content img.alignleft {
	margin: 2px 5px 0 0;
	float: left;
}
	
#content img.alignright {
	margin: 2px 0 0 5px;
	float: right;
}

#content p,
#content h3.subtitle {
	font-size: 93%;
}

#content .author {
	padding-right: 5px;
	text-align: right;
	display: block;
	clear: both;
}

.feedback {
	padding-right: 5px;
	text-align: right;
}

@media print{
	.feedback,
	.more-link {
		display: none;
	}
}

@media print{
	#content a {
		text-decoration: none!important;
	}
}

#content .entrytitle {
	padding: 0 0 5px 0;
}

#content1st p,
#content2nd p,
#content3rd p,
#content4th p,
#content5th p {
}

#content strong,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
	font-weight: bold;
}

#content em {
	font-style: italic;
}


/***** page area *****
--------------------------------------------------*/

#contentleft {
	margin-bottom: 7px;
	width: 640px;
	float: left;
}

#contentpage {
	height: auto;
	clear: both;
	padding-bottom: 50px;
	padding-top: 10px;
}

#contentpage h2.title {
	margin: 0 0 10px 5px;
	padding: 0 0 0 5px;
	border-left: #0000FF 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: #0000FF solid 5px;
	color: #0000FF;
}

#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: #999 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;
}

#contentpage #date {
	margin: -10px 0 10px 5px;
	padding: 0 0 0 5px;
	border-left: #999 solid 5px;
	font-size: 93%;
	color: #999;
}

/***** content1st area *****
--------------------------------------------------*/

#content1st {
	clear: both;
	width: 301px;
	height: 270px;
	padding: 5px 5px 15px 5px;
	float: left;
	border-left: #99CCFF solid 3px;
	border-top: #99CCFF solid 3px;
	position: relative;
	overflow: auto;
	margin-top: 10px;
}

@media print {
	#content1st {
		min-height: 270px;
		height: auto;
	}
	* html #content1st { /* for IE6 */
		height: 270px;
	}
}

;;#content1st { /*for Opera*/
	overflow: visible;
}

#content1st h2.title {
	font-weight: bold;
	color: #0066FF;
	font-size: 116%;
}

#content1st h2.title a:link,
#content1st p.author a:link,
#content1st h2.title a:visited,
#content1st p.author a:visited {
	color: #0066FF;
	text-decoration: underline;
}

#content1st h2.title a:hover,
#content1st p.author a:hover {
	color: #999;
	text-decoration: none;
}

#content1st h2.title a:active,
#content1st p.author a:active {
	color: #ccc;
	text-decoration: none;
}

#content1st h3.subtitle {
	color: #0066FF;
}

#content1st p {
}

#content1st p.author {
	color: #0066FF;
}


/***** content2nd area *****
--------------------------------------------------*/

#content2nd {
	width: 301px;
	height: 270px;
	padding: 5px 5px 15px 5px;
	float: right;
	border-right: #66FF00 solid 3px;
	border-top: #66FF00 solid 3px;
	position: relative;
	overflow: auto;
	margin-top: 10px;
}

@media print {
	#content2nd {
		min-height: 270px;
		height: auto;
	}
	* html #content2nd { /* for IE6 */
		height: 270px;
	}
}

;;#content2nd { /*for Opera*/
	overflow: visible;
}

#content2nd h2.title {
	font-weight: bold;
	font-size: 116%;
	color: #00CC00;
}

#content2nd h2.title a:link,
#content2nd p.author a:link,
#content2nd h2.title a:visited,
#content2nd p.author a:visited {
	color: #00CC00;
	text-decoration: underline;
}

#content2nd h2.title a:hover,
#content2nd p.author a:hover {
	color: #999;
	text-decoration: none;
}

#content2nd h2.title a:active,
#content2nd p.author a:active {
	color: #ccc;
	text-decoration: none;
}

#content2nd h3.subtitle {
	color: #00CC00;
}

#content2nd p {
}

#content2nd p.author {
	color: #00CC00;
}

div.singleleft {
	float: left;
	width: 320px;
}

div.singleright {
	float: right;
	width: 320px;
}

div.singleright #content2nd {
	min-height: 390px;
	height: auto;
	overflow: visible;
}


/***** content3rd area *****
--------------------------------------------------*/

#content3rd {
	clear: both;
	width: 301px;
	height: 270px;
	padding: 25px 5px 0 5px;
	float: left;
	border-right: #FFCC33 solid 3px;
	border-bottom: #FFCC33 solid 3px;
	position: relative;
	margin-bottom: 15px;
	overflow: auto;
}

@media print {
	#content3rd {
		min-height: 270px;
		height: auto;
	}
	* html #content5th { /* for IE6 */
		height: 270px;
	}
}

#content3rd h2.title {
	font-weight: bold;
	font-size: 116%;
	color: #FF9900;
}

#content3rd h2.title a:link,
#content3rd p.author a:link,
#content3rd h2.title a:visited,
#content3rd p.author a:visited {
	color: #FF9900;
	text-decoration: underline;
}

#content3rd h2.title a:hover,
#content3rd p.author a:hover {
	color: #999;
	text-decoration: none;
}

#content3rd h2.title a:active,
#content3rd p.author a:active {
	color: #ccc;
	text-decoration: none;
}

#content3rd h3.subtitle {
	color: #FF9900;
}

#content3rd p {
}

#content3rd p.author {
	color: #FF9900;
}

/***** content4th area *****
--------------------------------------------------*/

#content4th {
	width: 301px;
	height: 270px;
	padding: 25px 5px 0 5px;
	float: right;
	border-left: #FF6699 solid 3px;
	border-bottom: #FF6699 solid 3px;
	position: relative;
	margin-bottom: 15px;
	overflow: auto;
}

@media print {
	#content4th {
		min-height: 270px;
		height: auto;
	}
	* html #content4th { /* for IE6 */
		height: 270px;
	}
}

#content4th h2.title {
	font-weight: bold;
	font-size: 116%;
	color: #FF0099;
}

#content4th h2.title a:link,
#content4th p.author a:link,
#content4th h2.title a:visited,
#content4th p.author a:visited {
	color: #FF0099;
	text-decoration: underline;
}

#content4th h2.title a:hover,
#content4th p.author a:hover {
	color: #999;
	text-decoration: none;
}

#content4th h2.title a:active,
#content4th p.author a:active {
	color: #ccc;
	text-decoration: none;
}

#content4th h3.subtitle {
	color: #FF0099;
}

#content4th p {
}

#content4th p.author {
	color: #FF0099;
}


/***** content5th area *****
--------------------------------------------------*/

#content5th {
	clear: both;
	width: 508px;
	height: 110px;
	border-top: #0000FF solid 3px;
	border-left: #0000FF solid 3px;
	padding: 5px 6px 0 10px;
	position: relative;
	margin-bottom: 15px;
}

@media print {
	#content5th {
		min-height: 110px;
		height: auto;
	}
	
	* html #content5th { /* for IE6 */
		height: 110px;
		width: 511px;
	}

	*:first-child+html #content5th { /* for IE7 */
		width: 511px;
	}
}

#content5th h2.title {
	font-weight: bold;
	color: #0000FF;
}

#content5th h2.title a:link,
#content5th p.author a:link,
#content5th h2.title a:visited,
#content5th p.author a:visited {
	color: #0000FF;
	text-decoration: underline;
}

#content5th h2.title a:hover,
#content5th p.author a:hover {
	color: #999;
	text-decoration: none;
}

#content5th h2.title a:active,
#content5th p.author a:active {
	color: #ccc;
	text-decoration: none;
}

#content5th h3.subtitle {
	color: #0000FF;
}

#content5th p {
}

#content5th p.author {
	color: #0000FF;
}


/***** images area *****
--------------------------------------------------*/

p#num1,
p#num2,
p#num3,
p#num4,
p#num5 {
	position: absolute;
	color: #fff;
	width: 20px;
	text-align: center;
	font-size: 116%;
	line-height: 1.0;
	padding: 2px 0;
}

#num1 {
	background: #99CCFF;
	bottom: 0px;
	left: 0px;
}

#num2 {
	background: #66FF00;
	bottom: 0px;
	right: 0px;
}

.singleright #num2 {
		bottom: -1px;
}

@media screen {
	* html #num2 {
		right: -1px; /* for IE6 */
	}
}

#num3 {
	background: #FFCC33;
	top: 0px;
	right: 0px;
}

@media screen {
	* html #num3 {
		right: -1px; /* for IE6 */
	}
}

#num4 {
	background: #FF6699;
	top: 0px;
	left: 0px;
}

#num5 {
	background: #0000FF;
	top: 0px;
	right: 0px;
}

p#imagetitle1,
p#imagetitle2,
p#imagetitle3,
p#imagetitle4,
p#imagetitle5 {
	position: absolute;
	font-size: 77%;
}

#imagetitle1 {
	bottom: 2px;
	left: 25px;
}

#imagetitle2 {
	bottom: 2px;
	right: 25px;
}

#imagetitle3 {
	top: 2px;
	right: 25px;
}

#imagetitle4 {
	top: 2px;
	left: 25px;
}

#imagetitle5 {
	top: 2px;
	right: 25px;
}

.images {
	clear: both;
	width: 645px;
}

.images p {
	float: left;
}

.images p img {
	margin: 0 12px 0 0;
	float: left;
}

#image1 img {
	border: #99CCFF solid 3px;
}

.singleleft #image1 {
	float: left;
}

#image2 img {
	border: #66FF00 solid 3px;
	margin-right: 0;	
}

.singleright #image2 {
	float: right;
}

#image3 img {
	border: #FFCC33 solid 3px;
}

#image4 img {
	border: #FF6699 solid 3px;	
}

#image5 img {
	border: #0000FF solid 3px;
	position: absolute;
	top: -3px;
	right: -113px;
}

@media print {
	* html #image5 img { /* for IE6 */
		top: 0px;
	}
	*:first-child+html #image5 img { /* for IE7 */
		top: 0px;
	}
}

/***** side area *****
--------------------------------------------------*/

#side {
	width: 302px;
	float: right;
}

#side h2 {
	border-top: #0000FF solid 2px;
	border-bottom: #0000FF double 3px;
	font-weight: bold;
	margin-bottom: 5px;
	padding-left: 2px;
	color: #0000FF;
}

#side ul li ul {
	margin: 0 0 20px 0;
}

#side ul li ul li ul {
	margin: 0;
}

#side ul li ul li {
	background: #fff url(images/list.png) no-repeat 0px 6px;
	padding-left: 15px;
	margin-left: 3px;
}

#side li.pagenav ul{ /*for wpnp*/
	margin: 0;
}

* html body #side #notes { /* for IE6 */
	margin-top: -15px; /*for wpnp*/
}

*:first-child+html body #side #notes { /* for IE7 */
	margin-top: -15px; /*for wpnp*/
}

#side #ads {
	 border: #0000FF 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: #0000FF solid 1px;
}

#wp-calendar caption {
	padding: 0 5px 5px 5px; 
	text-align: center;
	font-weight: bold;
	color: #0000FF;
}

#wp-calendar td {
	padding: 2px;
	text-align: center;
}

#wp-calendar th {
	padding: 0;
	text-align: center;
	color: #0000FF;
}



/***** comment area *****
--------------------------------------------------*/

#pagecomment #respond {
	border: none;
	border-top: #000 dotted 1px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	width: 630px;
}

#pagecomment #commentlist {
	margin: 0;
}

#respond h2 {
	padding: 0 0 10px 0;
	font-weight: bold;
	font-size: 108%;
}

#respond h2#postcomment {
	padding: 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%;
}

#respond a:link,
#respond a:visited {
	color: #333;
	text-decoration: underline;
}

#respond a:hover {
	color: #999;
	text-decoration: none;
}

#respond a:active {
	color: #ccc;
	text-decoration: none;
}


/***** footer area *****
--------------------------------------------------*/

#footer {
	clear: both;
	border-top: #0000FF solid 2px;
	color: #0000FF;
	font-size: 85%;
}

@media print{
	#footer {
		width: 640px;
		font-size: 77%;
	}
	* html #footer { /* for IE6 */
		margin-top: 15px;
	}
	*:first-child+html #footer { /* for IE7 */
		margin-top: 15px;
	}
}

#footer p {
	line-height: 1.2;
}

#footer a {
	text-decoration: none;
}
