@charset "utf-8";
@import url("reset.css");
@import url("fonts.css");


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 {
	margin: 0 0 8px 0;
	width: 956px;
        height: 235px;
	clear: both;
	border: #000 solid 2px;
	padding: 1px;
}

#headerinner {
	width: 954px;
        height: 233px;
	border: #333 solid 1px;
	background: #f9f9f9 url(images/rss0001.JPG) repeat;
	/*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;
}

#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 {
	float: right;
	font-weight: bold;
	text-align: right;
	padding: 10px 10px 0 0;
	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: 626px;
	padding: 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 {
	margin-bottom: 7px;
	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 /single /page content area *****
--------------------------------------------------*/

#content1st {
	height: 275px;
	clear: both;
	overflow: auto;
}

@media print {
	#content1st {
		min-height: 275px;
		height: auto;
	}
	* html #content1st { /* for IE6 */
		height: 275px;
	}
}

#content1st h2.title {
	margin: 0 0 10px 0;
	text-align: center;
	border-top: #333 solid 2px;
	border-bottom: #333 double 3px;	
	font-weight: bold;
	font-size: 116%;
}


#contentsingle {
	min-height: 275px;
	height: auto;
	clear: both;
}

* html #contentsingle { /* for IE6 */
	height: 300px;
}

#contentsingle h2.title {
	margin: 0 0 10px 0;
	text-align: center;
	border-top: #333 solid 2px;
	border-bottom: #333 double 3px;	
	font-weight: bold;
	font-size: 116%;
}

#contentsingle p {
	font-size: 100%;
}


/***** 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 10px 0;
	font-weight: bold;
	text-align: center;
	border-top: #333 solid 2px;
	border-bottom: #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 {
	margin: 0 0 10px 0;
	font-weight: bold;
	text-align: center;
	border-top: #333 solid 2px;
	border-bottom: #333 double 3px;
	font-size: 116%;
}

#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;
        padding: 270px 0px 0px 0px;
}

#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;
	background: #333;
	color: #fff;
	font-size: 85%;
}

@media print{
	#footer {
		width: 642px;
	}
}

#footer p {
	padding: 0 0 0 6px;
}

#footer a {
	text-decoration: none;
	color: #fff;
}
blockquote {
margin:2px;
padding:5px;
background:#f0f0f0; /* 背景 */
border:#cccccc 1px solid; /* 枠線 */
border-left:#cccccc 5px solid; /* 枠線(左) */
}

