@charset "EUC-JP";

body {
	margin: 0px;
	padding: 0px;
	font-size: 9pt;
	line-height: 12pt;
	color: #000000;
	background-image: url(../html/images/shimashima.png);
	background-repeat: repeat;
  
}

#pwheader {
	clear: both;
	background-color: #F90000;
	margin: 0px;
	padding: 0px;
 
}

#pwside {
	width: 25%;
	background-image: url(../html/images/shimashima.png);
	background-repeat: repeat;
}

#pwsideleft {
	width: 25%;
	float: left;
}

#pwsideright {
	width: 25%;
	float: right;
}

#pwmain {
	background-color: #F9F9F9;
	padding: 10px 15px;
	width: 47%;
	margin-right: auto;
	margin-left: auto;
}

#pwsbpgmain {
	background-image: url(../html/images/shimashima.png);
	background-repeat: repeat;
}

#pwfooter {
	clear: both;
	text-align: center;
	margin: 0px;
	background-color: #F90000;
	padding-top: 5px;
	padding-bottom: 5px;
}

#pwcopy {
	font-family: "Verdana", "Helvetica", "Arial";
	font-size: 8pt;
	line-height: 11pt;
	margin: 0px 0px 5px;
	color: #FFFFC8;
	padding: 5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
}

.left {
	float: left;
}

.right {
	float: right;
}

h1 {
	font-size: 20pt;
	margin: 0px;
	padding: 0px;

}

.pwtitle {
	margin: 0px;
	padding: 15px 10px;
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
}

.pwtitle a {
	color: #FFFFFF;
	text-decoration: none;
}

.pwtitle a:link {
	color: #FFFFFF;
	text-decoration: none;
}

.pwtitle a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

.pwtitle a:active {
	color: #FFCC00;
	text-decoration: none;
}

.pwtitle a:hover {
	color: #FFCC00;
	text-decoration: none;
}

h2 {
	font-size: 15pt;
	margin: 0px;
	padding: 0px;
}

.pwabout {
	margin-left: 10px;
	margin-bottom: 0px;
	color: #FFFFE1;
	margin-top: 5px;
	padding-bottom: 5px;
	font-size: 10pt;
}

h3 {
	font-size: 11pt;
	margin: 0px;
	padding: 0px;
}

#syndicate {
	text-align: center;
	margin-bottom: 10px;
}

.pwplugin {
	margin: 10px;
}

.pwsidewindow {
	margin-bottom: 10px;
	border: 1px solid #B0A899;
	padding: 1px;
	background-color: #FFFFE6;
}

.pwsidehead {
	padding: 5px;
	border: 1px solid #EA0000;
	margin-bottom: 1px;
	/*background-image: url("../html/images/pwsidetitle_border3.png");
	background-repeat: repeat;
    */
}

.pwsidetitle {
	font-size: 10pt;
	font-weight: bold;
	color: #333333;
	/*background-image: url("../html/images/pwsidetitle_border3.png");*/
	background-color: #FFFFE6;
   
}

.pwsidebody {
	padding: 5px;
	background-color: #FFFFFF;
	border: 1px solid #CACACA;
}

.pwsidemenu {
	padding-left: 5px;
	margin: 0px;
	padding-right: 5px;
}
.pwsidefoot {
}

.pwblog {
	margin: 10px;
}

.pwblogbody {
	margin-bottom: 10px;
}

.title {
	color: #000000;
	padding-left: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #BEBEBE;
	margin: 2px 0px;
}

.date {
	font-family: "Verdana", "Helvetica", "Arial";
	font-size: 8pt;
	color: #F90000;
	text-align: right;
	margin-bottom: 10px;
	padding-right: 5px;
}

.main {
	margin-bottom: 15px;
	padding: 5px 10px 10px;
}

.morelink {
	font-size: 9pt;
	text-align: right;
	padding-bottom: 5px;
	padding-right: 5px;
	color: #333333;
}

.posted {
	text-align: right;
	font-family: "Verdana", "Helvetica", "Arial";
	font-size: 8pt;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #CCCCCC;
	margin-bottom: 20px;
	padding-top: 5px;
	clear: both;
	color: #666666;
}

a {
	color: #333333;
	text-decoration: none;
}

a.link {
	color: #333333;
	text-decoration: none;
}

a:visited {
	text-decoration:underline;
	color: #333333;
	/*font-weight:bold;*/
}
a:active {
	color: #0033FF;
	/*font-weight:bold;*/
}

a:hover {
	color: #0033FF;
	text-decoration:none;
	font-weight:bold;
}

.banner {
	padding: 5px;
	text-align: center;
}

#pwcopy a {
	color: #FFFFFF;
	text-decoration: none;
}

#pwcopy a:link {
	color: #FFFFFF;
	text-decoration: none;
}

#pwcopy a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

#pwcopy a:active {
	color: #FFCC00;
	text-decoration: none;
}

#pwcopy a:hover {
	color: #FFCC00;
	text-decoration: underline;
}

form {
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.txtform {
	font-size: 9pt;
	margin-right: 10px;
	width: 140px;
	color: #000000;
	border: 1px solid #B6B6B6;
	
	
}

.btn {
	font-size: 9pt;
	color: #333333;
	background-color: #FFFFD9;
	margin: 0px;
	border: 3px double #999999;
	padding: 0px 5px;
}

.blogtoplink {
	font-family: "Verdana", "Helvetica", "Arial";
	font-size: 8pt;
	padding: 2px 5px;
	text-align: right;
}

.clhead {
	font-family: "Verdana", "Helvetica", "Arial";
	font-size: 9pt;
	letter-spacing: 0.3em;
	font-weight: bold;
	color: #000000;
	text-align: center;
	margin-bottom: 10px;
}

.clbody {
	text-align: center;
	margin-bottom: 10px;
	color: #666666;
}

.cltable {
	margin: 0px auto;
}

.cltable td {
	font-family: "Verdana", "Helvetica", "Arial";
	font-size: 9pt;
	margin: 0px;
	padding: 3px;
	text-align: center;
	
}

/*Saturday*/
.clsat{
	text-align: center;
	color: #333333;
}

/*Sunday*/
.clsun{
	text-align: center;
	color: #EA0000;
}

.cltable td.clon {
	background-color: #CCCC00;
	border: 1px solid #EA0000;       
}

td.clon a {
	color: #666666;
	text-decoration: none;
}

td.clon a:link {
	color: #666666;
	text-decoration: none;
}

td.clon a:visited {
	color: #666666;
	text-decoration: none;
}

td.clon a:active {
	color: #0033FF;
	text-decoration: none;
}

td.clon a:hover {
	color: #0033FF;
	text-decoration: underline;
}

.tbmain {
	padding: 5px;
	maring: 0px;
}

.tburl {
	font-family: "Verdana", "Helvetica", "Arial";
	font-size: 8pt;
	font-weight: bold;
	padding: 5px 10px 10px;
	margin: 0px;
}

.tbtitle {
	font-size: 10pt;
	font-weight: bold;
	margin-top: 2px;
	margin-bottom: 2px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	color: #000000;
}

.tbbody {
	padding: 10px;
	margin: 0px;
}

.tbtxt {
	font-size: 9pt;
	line-height: 12pt;
	padding-bottom: 10px;
	color: #000000;
}

.tbposted {
	text-align: right;
	font-family: "Verdana", "Helvetica", "Arial";
	font-size: 8pt;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #CCCCCC;
	margin-bottom: 20px;
	padding-top: 3px;
}

.pagetoplink {
	font-family: "Verdana", "Helvetica", "Arial";
	font-size: 8pt;
	padding: 2px 5px 10px;
	text-align: right;
}

.commentmain {
	margin: 0px 10px;
	background-image: url("../html/images/shimashima.png");
	background-repeat: repeat;
}

.commenttitle {
	font-size: 10pt;
	font-weight: bold;
	margin-top: 2px;
	margin-bottom: 2px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	color: #000000;
	
}

.commentbody {
	padding: 10px;
	margin: 0px;

}

.commenttxt {
	font-size: 9pt;
	line-height: 12pt;
	padding-bottom: 10px;
}

.commentposted {
	text-align: right;
	font-family: "Verdana", "Helvetica", "Arial";
	font-size: 8pt;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #CCCCCC;
	margin-bottom: 20px;
	padding-top: 3px;
}

.txtarea {
	font-size: 9pt;
	width: 400px;
	height: 150px;
	border: 1px solid #B3B3B3;

}

.commentmain table {
	margin: 0px 10px;
}

.commentmain th {
	font-size: 9pt;
	text-align: left;
	vertical-align: top;
	padding-top: 5px;
}

.commentmain td {
	font-size: 9pt;
	padding: 5px;
}

form.bdform {
	clear: both;
}

form.btnform {
	float: left;
}

.pwresult form {
	text-align: center;
}

.pwresult {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}

.moretxt {
	margin-top: 20px;
	margin-bottom: 10px;
	padding: 5px;
}

.pwsidetitle a {
	color: #440000;
	text-decoration: none;
}

.pwsidetitle a:link {
	color: #440000;
	text-decoration: none;
}

.pwsidetitle a:visited {
	color: #660000;
	text-decoration: none;
}

.pwsidetitle a:active {
	color: #BA8521;
	text-decoration: none;
}

.pwsidetitle a:hover {
	color: #EC6704;
	text-decoration: underline;
}

/*---------------------------AMAZON---------------------------*/
.amazon{
	float: left;
	width: 145px;
	margin: 5px;
}

.amazondetail{
	font-weight: bold;
}

.clear{
	clear: left;
}


/*---------------------------ORIGINAL---------------------------*/

.small {
	font-size: 8pt;
	margin: 0px;
	padding: 0px;
}
