@charset "UTF-8";

/* ----- basic ----- */
*{
	font-family: "verdana", "helvetica", "osaka", "ＭＳ Ｐゴシック", "sans-serif";
	}
textarea{
	font-family: "ヒラギノ明朝 Pro W6", "Osaka", "ＭＳ Ｐゴシック", "trebuchet MS", "trebuchet", "verdana", "arial", "sans-serif";
	}
body{
	margin:0px;
	padding:0px;
	background-color:#ffffff;
	background-image:url(/usr/spot/slash.gif);
	background-repeat:repeat;
	background-attachment:scroll;
	background-position:center top;
	color:#000000;
	font-family:"Verdana","ヒラギノ角ゴ Pro W3","Osaka‐等幅","ＭＳ ゴシック";
	font-size:small;
	line-height:150%;
	text-align:center;
	}
form{
	margin:0px;
	padding:0px;
	}
table.form{
	text-align:left;
	margin:25px 0px 0px 13px;
	}
img{
	border:none;
	}

/* ----- link ----- */
a:link,
a:visited{
	color:#333300;
	text-decoration:underline;
	}
a:active,
a:hover{
	color:#333300;
	text-decoration:none;
	}

a.acalendar{color:#001F79;text-decoration:underline;}
a.acalendar:link{color:#001F79;text-decoration:underline;}
a.acalendar:visited{text-decoration:underline;}
a.acalendar:active{}
a.acalendar:hover{color:#001F79;text-decoration:none;}

/* ----- layout ----- */
#container{
	margin:0px auto;
	width:778px;
	background-color:#9acc34;
	border-left:1px solid #336600;
	border-right:1px solid #336600;
	text-align:left;
	}

/* ----- header ----- */
#banner,
#subbanner{
	width:778px;
	height:140px;
	background-image:url(/usr/spot/header.jpg);
	background-repeat:no-repeat;
	background-attachment:scroll;
	background-position:left top;
	}
#banner a:link,
#banner a:visited,
#banner a:active,
#banner a:hover{
	color:#ffffff;
	text-decoration:none;
	}
#subbanner a:link,
#subbanner a:visited,
#subbanner a:active,
#subbanner a:hover{
	color:#ffffff;
	text-decoration:none;
	}
h1,
h2,
h3{
	margin:0px;
	padding:0px;
	}
.blogtitle{
	font-size:small;
	font-weight:normal;
	}
.bt_m{
	margin:15px 0px 0px 215px;
	width:440px;
	height:48px;
	}
.description{
	margin:5px 10px 0px 218px;
	color:#336600;
	}

/* ----- entry ----- */
#content{
	width:578px;
	background-color:#9acc34;
	background-image:url(/usr/spot/gra2.jpg);
	background-repeat:no-repeat;
	background-attachment:scroll;
	background-position:left top;
	text-align:center;
	float:right;
	}
.blog{
	margin-top:10px;
	}
.date{
	padding:4px 0px 0px 42px;
	height:32px;
	background-image:url(/usr/spot/t_top.gif);
	background-repeat:no-repeat;
	background-attachment:scroll;
	background-position:10px 0px;
	color:#336600;
	font-size:medium;
	font-weight:normal;
	text-align:left;
	}
.blogbody{
	padding:0px 20px;
	background-image:url(/usr/spot/t_middle.gif);
	background-repeat:repeat-y;
	background-attachment:scroll;
	background-position:10px 0px;
	}
.title{
	padding-bottom:2px;
	color:#ee8c4e;
	font-size:medium;
	font-weight:bold;
	text-align:left;
	letter-spacing:0.2em;
	border-bottom:1px dashed #9acc34;
	}
.main{
	padding:10px 0px;
	text-align:left;
	overflow:hidden;
	}
.main img{
	margin:0px 10px;
	}
.main-continues{
	text-align:right;
	}
a.acontinues:link,
a.acontinues:visited{
	color:#666666;
	text-decoration:underline;
	}
a.acontinues:active,
a.acontinues:hover{
	color:#666666;
	text-decoration:none;
	}
.e_more{
	clear:both;
	}
.posted{
	padding:5px 20px 0px 0px;
	height:20px;
	background-image:url(/usr/spot/t_middle2.gif);
	background-repeat:no-repeat;
	background-attachment:scroll;
	background-position:center bottom;
	color:#666666;
	text-align:right;
	clear:both;
	}
a.aposted:link,
a.aposted:visited{
	color:#666666;
	text-decoration:underline;
	}
a.aposted:active,
a.aposted:hover{
	color:#666666;
	text-decoration:none;
	}
.t_end{
	height:31px;
	background-image:url(/usr/spot/t_end.gif);
	background-repeat:no-repeat;
	background-attachment:scroll;
	background-position:10px 0px;
	}
.pagetop{
	margin-bottom:10px;
	padding-right:20px;
	text-align:right;
	}
a.amenu:link,
a.amenu:visited{
	color:#333300;
	text-decoration:underline;
	}
a.amenu:active,
a.amenu:hover{
	color:#333300;
	text-decoration:none;
	}
.menu{
	margin-bottom:10px;
	}

/* ----- side ----- */
#links{
	padding:10px 0px;
	width:200px;
	background-color:#9acc34;
	background-image:url(/usr/spot/gra.jpg);
	background-repeat:repeat-x;
	background-attachment:scroll;
	background-position:left top;
	color:#333300;
	float:left;
	overflow:hidden;
	}
.sidetitle{
	padding:3px 0px 0px 40px;
	height:33px;
	background-image:url(/usr/spot/side.gif);
	background-repeat:no-repeat;
	background-attachment:scroll;
	background-position:right top;
	color:#336600;
	font-size:medium;
	font-weight:bold;
	}
.side{
	padding:0px 0px 10px 20px;
	}
.ad .side{
	padding:0px 0px 10px 10px;
	}
a.aside:link,
a.aside:visited{
	color:#333300;
	text-decoration:underline;
	}
a.aside:active,
a.aside:hover{
	color:#333300;
	text-decoration:none;
	}
.side .text{
	width:80px;
}

/* ----- calender ----- */
.calender{
	font-size:x-small;
	}
.calendarhead{
	padding:3px 0px 0px 40px;
	height:33px;
	background-image:url(/usr/spot/side.gif);
	background-repeat:no-repeat;
	background-attachment:scroll;
	background-position:right top;
	color:#336600;
	font-size:medium;
	font-weight:bold;
	}
.calendarhead a:link,
.calendarhead a:visited{
	color:#336600;
	text-decoration:none;
	}
.calendarhead a:active,
.calendarhead a.hover{
	color:#336600;
	text-decoration:none;
	}
.calendartable{
	margin:0px 0px 10px 10px;
	width:190px;
	background-color:#ffffff;
	border:1px solid #cccccc;
	}
.calendarwd{
	/*	border-left:1px solid #cccccc;
 		border-right:1px solid #cccccc;*/
	background-color:#ffffff;
	color:#ffffff;
	}
.calendarweek{
	color:#000000;
	font-weight:bold;
	}
.calendard{
	empty-cells:show;
	border-top:1px solid #cccccc;
	border-right:1px solid #cccccc;
	text-align: center;
	}
.calendardbg{
	}

/* ----- profile ----- */
.photo{
	margin-bottom:10px;
	text-align:center;
	}
.nickname{
	margin-bottom:10px;
	font-weight:bold;
	}
.message{
	}

/* ----- information ----- */
ul.rss{
	margin:0px 0px 10px 0px;
	padding:0px;
	width:100%;
	text-align:center;
}
ul.rss li{
	margin-right:10px;
	display:inline;
	font-weight:bold;
}

/* ----- footer ----- */
#footer{
	width:778px;
	height:30px;
	background-color:#9acc34;
	background-image:url(/usr/spot/footer.gif);
	background-repeat:no-repeat;
	background-attachment:scroll;
	background-position:left top;
	clear:both;
	}

/* ----- copyright ----- */
#copyright{
	padding-top:5px;
	width:778px;
	height:25px;
	background-color:#ffffff;
	color:#336600;
	text-align:center;
	}

/* ----- trackback&comments ----- */
.trackback-url{
	padding:5px 20px 0px 20px;
	height:20px;
	background-image:url(/usr/spot/t_middle2.gif);
	background-repeat:no-repeat;
	background-attachment:scroll;
	background-position:10px 0px;
	text-align:left;
	}
.trackback-body{
	text-align:left;
	}
.trackback-post{
	padding:5px 20px 0px 0px;
	height:20px;
	background-image:url(/usr/spot/t_middle2.gif);
	background-repeat:no-repeat;
	background-attachment:scroll;
	background-position:center bottom;
	color:#666666;
	text-align:right;
	clear:both;
	}
a.atrackback-post:link,
a.atrackback-post:visited{
	color:#666666;
	text-decoration:underline;
	}
a.atrackback-post:active,
a.atrackback-post:hover{
	color:#666666;
	text-decoration:none;
	}
.comments-head{
	padding:4px 0px 0px 42px;
	height:32px;
	background-image:url(/usr/spot/t_top.gif);
	background-repeat:no-repeat;
	background-attachment:scroll;
	background-position:10px 0px;
	color:#336600;
	font-size:medium;
	font-weight:normal;
	text-align:left;
	}
.comments-body{
	text-align:left;
	}
.comments-post{
	padding:5px 20px 0px 0px;
	height:20px;
	background-image:url(/usr/spot/t_middle2.gif);
	background-repeat:no-repeat;
	background-attachment:scroll;
	background-position:center bottom;
	color:#666666;
	text-align:right;
	clear:both;
	}

/* ----- form ----- */
label{
	font-size:x-small;
	font-weight:bold;
	}
#author,
#email,
#url{
	width:200px;
	border:1px solid #cccccc;
	}
#text{
	width:400px;
	height:200px;
	border:1px solid #cccccc;
	}

/* ----- ba ----- */
.ba{
	padding:0px 0px 10px 15px;
	}




















	









	a.arss{color:#001F79;text-decoration:underline;}
	a.arss:link{color:#001F79;text-decoration:underline;}
	a.arss:visited{text-decoration:underline;}
	a.arss:active{}
	a.arss:hover{color:#001F79;text-decoration:none;}
	

	.quotetable{}
	.quote{color:#000;font-size:10px;padding:1px;}

	.blogtimes{margin:0px 0px 16px 0px;text-align:center;}

	.powered{
		text-align:center;
		margin:0px 0px 10px 0px;
	}

	.syndicate{
		font-size:10px;
		text-align:center;
	}
	.checkers{
		font-size:10px;
		margin-top:10px;
	}

a.adtitle{font-weight:bold;text-decoration:underline;}
a.adtitle:link{font-weight:bold;text-decoration:underline;}
a.adtitle:visited{font-weight:bold;text-decoration:underline;}
a.adtitle:active{font-weight:bold;text-decoration:underline;}
a.adtitle:hover{font-weight:bold;text-decoration:underline;}

a.addescription{color:black;text-decoration:none;}
a.addescription:link{color:black;text-decoration:none;}
a.addescription:visited{color:black;text-decoration:none;}
a.addescription:active{color:black;text-decoration:none;}
a.addescription:hover{color:black;text-decoration:none;}

a.adurl{color:blue;text-decoration:none;}
a.adurl:link{color:#0000FF;text-decoration:none;}
a.adurl:visited{color:#0000FF;text-decoration:none;}
a.adurl:active{color:#0000FF;text-decoration:none;}
a.adurl:hover{color:#0000FF;text-decoration:none;}

a.adld{text-decoration:underline;}
a.adld:link{text-decoration:underline;}
a.adld:visited{text-decoration:underline;}
a.adld:active{text-decoration:underline;}
a.adld:hover{text-decoration:underline;}
body.ad{background:#f7p39f;}