@charset "utf-8";

/*
Theme Name: 4plus style 
Theme URI:
Description: 
Version: 
Author: 4plus Inc.
Author URI: http://4plus.jp/
*/

@import url("reset.css");
@import url("fonts.css");

body {
	text-align: center;
	/*font-family: "MS Pゴシック", Osaka, "ヒラギノ角ゴ Pro W3", arial, helvetica, clean, sans-serif;*/
	font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	color: #333333;
	background-color: #efefef;
}

body * {
	line-height: 1.6;
}

a:link {
	color: #000099;
	text-decoration: underline;
}

a:visited {
	color: #000099;
	text-decoration: underline;
}

a:hover {
	color: #0099FF;
	text-decoration: underline;
}

a:active {
	color: #0099FF;
	text-decoration: none;
}


#wrap {
	width: 950px;
	text-align: left;
	margin: 0 auto;
	border-left: #ddd solid 2px;
	border-right: #ddd solid 2px;
	background: #fff;
}


/*--------------------------------------------------
	***** header area *****
--------------------------------------------------*/

#header {
	width: 100%;
}


/*--------------------------------------------------
	***** content area *****
--------------------------------------------------*/

#content {
	width: 100%;
	padding: 10px 0 50px 0;
}

#content::after { /*clearfix*/
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

#contentleft {
	width: 550px;
	float: left;
	padding-left: 10px;
}

* html #contentleft {
	width: 560px; /*fotIE6*/
}

#contentleft h2,
#contentleft h3 {
	padding-left: 8px;
	font-weight: bold;
	font-size: 107%;
	border-bottom: #666 dotted 1px;
	padding-top: 20px;
}

#contentleft h2.entry-title,
#contentleft h1.entry-title {
	font-size: 136%;
	font-weight: bold;
	border-bottom: #000099 solid 2px;
	padding: 2px 10px;
	color: #000099;
}

#contentleft h1.entry-title a:link,
#contentleft h2.entry-title a:link {
	text-decoration: none;
}

#contentleft h1.entry-title a:visited,
#contentleft h2.entry-title a:visited {
	text-decoration: none;
}

#contentleft h1.entry-title a:hover,
#contentleft h2.entry-title a:hover {
	text-decoration: underline;
}

#contentleft h1.entry-title a:active,
#contentleft h2.entry-title a:active {
	text-decoration: none;
}


#contentleft p,
#contentleft ul,
#contentleft ol {
	padding: 10px;
}

#contentleft .entry {
	padding-bottom: 30px;
}

#contentleft .entry pre {
	overflow: scroll;
	padding: 10px;
	background: #f3f3f3;
}

#contentleft .entry ul {
	list-style: disc;
	padding: 10px;
	margin-left: 20px;
}

#contentleft blockquote {
	border-left: #ccc solid 3px;
	margin: 20px 0 20px 25px; 
}

#contentleft blockquote p {
	padding: 10px 10px 10px 15px;
}

#contentleft blockquote ul {
	padding: 0 0 10px 15px;
}

#contentleft blockquote ul li {
	list-style: outside disc;
	margin-left: 10px;
}

#contentleft .navigation {
	padding-left: 10px;
}

#contentleft .navigation div {
	float: left;
	padding-right: 20px;
}

/*--------------------------------------------------
	***** content side area *****
--------------------------------------------------*/

#contentright {
	width: 370px;
	float: right;
}

#contentright h3 {
	background: #000066;
	padding-left: 5px;
	color: #fff;
}

#contentright ul,
#contentright p,
#contentright form {
	padding: 10px 5px;
}

#sidein {
	width: 160px;
	float: left;
}

#sideout {
	width: 195px;
	float: right;
	padding-right: 5px;
}

#sideout input#search {
	width: 120px;
	height: 20px;
	border-top: #999 solid 1px;
	border-left: #999 solid 1px;
	border-bottom: #ccc solid 1px;
	border-right: #ccc solid 1px;
}

#sideout input#searchsubmit {
	background: #000066;
	border: #666 solid 1px;
	padding: 1px 0 0 0;
	color: #fff;
}


/*--------------------------------------------------
	***** ads area *****
--------------------------------------------------*/

#headerads {
	padding: 0 0 10px 15px;
}

#sideads h3{
	margin-bottom: 10px;
}

#entryads {
	padding: 0 0 20px 10px; 
}

#entrysingleads {
	padding: 30px 0 20px 10px; 
}

#entrybooks {
	padding: 0 0 50px 10px; 
}



/*--------------------------------------------------
	***** footer area *****
--------------------------------------------------*/

#footernavi {
	clear: both;
	background: #eee;
	width: 940px;
	padding: 10px 0 5px 10px;
}

#footernavi::after { /*clearfix*/
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

* html #footernavi {
	width: 950px; /*forIE6*/
}

#footernavi ul {
	border-left: #000099 solid 1px;
	width: 800px;
	float: left;
}

#footernavi ul::after { /*clearfix*/
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

#footernavi ul li {
	float: left;
}

#footernavi ul li a {
	padding: 2px 5px;
	display: block;
	position: relative; /* forIE */
	line-height: 1.0;
	text-align: center;
	border-right: 1px solid #000099;
}

#footernavi a:link {
	text-decoration: none;
}

#footernavi a:visited {
	text-decoration: none;
}

#footernavi a:hover {
	text-decoration: underline;
}

#footernavi a:active {
	text-decoration: none;
}


#footer {
	clear:both;
	color: #fff;
	background: #333;
	padding: 5px 0 5px 5px;
	margin: 0;
	width: 945px;
	position: relative;
}

#footer::after { /*clearfix*/
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

* html #footer { /*forIE6*/
	width: 950px;
}

#totop {
	float: right;
}

#footer p img {
	float: left;
}

#footermessage {
	float: right;
	text-align: right;
	font-size: 85%;
	padding-right: 5px;
	padding-top: 25px;
}

#footer a:link {
	color: #fff;
	text-decoration: none;
}

#footer a:visited {
	color: #fff;
	text-decoration: none;
}

#footer a:hover {
	color: #0099FF;
	text-decoration: underline;
}

#footer a:active {
	color: #0099FF;
	text-decoration: none;
}