@charset "EUC-JP";

/*

再配布禁止。アダルト・違法サイトでの利用禁止。
カスタマイズは自由ですがフッターの作者リンクは削除禁止。
Windows XPにて IE7、Firefox3、Opera10、Safari4、Google Chrome3 で表示確認。
2009.10.29更新
http://rave25.blog50.fc2.com/

*/

*{
	margin:0;
	padding:0;
	word-break:break-all;
}
body{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:12px;
	line-height:1.6;
	color:#333;
	background-color:#fff;
}
#container{
	margin:0 auto;
	padding:30px 15px;
	width:850px;
}
#main{
	float:left;
	width:450px;
	overflow:hidden;
}
#menu1{
	float:left;
	width:180px;
	margin:0 20px;
	overflow:hidden;
}
#menu2{
	float:right;
	width:180px;
	overflow:hidden;
}
#footer{
	clear:both;
	text-align:right;
}
a:link,a:visited{
	color:#00a25a;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
h1{
	font-size:16px;
	font-weight:bold;
}
#header ul{
	margin:20px;
}
#header ul li{
	display:inline;
	list-style-type:none;
	margin:0 5px;
	padding:0 2px;
	background-color:#d6e74a;
}
#ycalendar{
	text-align:center;
	margin-bottom:20px;
	font-family:Georgia, "Times New Roman", Times, serif;
}
#ycalendar a:hover{
	background-color:#d6e74a;
}
.days{
	padding:0 3px;
}
#path, .pagenavi{
	margin-bottom:30px;
}
.pagenavi{
	text-align:center;
}
.pagenavi p{
	text-align:right;
}
.plugin3{
	border:1px solid #8cba21;
	margin-bottom:30px;
	padding:10px 15px;
}
.plugin3 h3{
	color:#8cba21;
}
.entry, #comment-post, #comment-edit, #trackback, #title-list{
	border:1px solid #426100;
	margin-bottom:40px;
	padding:0 15px 15px;
}
h2, #main h3{
	font-size:14px;
	font-weight:normal;
	padding:0 30px;
}
.title{
	position:relative;
	top:-0.8em;
	background-color:#fff;
}
.date{
	color:#666;
	font-weight:bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align:right;
}
.body{
	margin:15px 0;
}
.entry-footer{
	text-align:right;
}
.entry-footer li{
	display:inline;
	list-style-type:none;
}
.entry-footer a:hover{
	background-color:#d6e74a;
}
h4{
	color:#8cba21;
	font-size:13px;
	font-weight:normal;
}
#comment-post ul{
	margin-bottom:20px;
}
form{
	margin-top:1px;
}
form dl dt{
	float:left;
}
form dl dd{
	margin:5px 0 5px 55px;
}
input, textarea, select{
	border:1px solid #8cba21;
	padding:1px;
	font-size:12px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
textarea{
	width:350px;
}
.button{
	margin-left:55px;
}
.button input{
	padding:2px;
	background-color:#d6e74a;
	cursor:pointer;
}
#trackback dl dd{
	border:1px solid #ccc;
	margin:10px;
	padding:2px;
}
#trackback h4{
	margin-top:20px;
}
#title-list p{
	text-align:right;
	margin-bottom:15px;
	border-bottom:1px dotted #ccc;
}
.plugin1{
	padding:10px 10px 0;
	background:#8cba21 url(http://blog-imgs-41.fc2.com/r/a/v/rave25/greentop.gif) no-repeat left top;
}
.bottom1{
	height:10px;
	background:#8cba21 url(http://blog-imgs-41.fc2.com/r/a/v/rave25/greenbottom.gif) no-repeat left bottom;
	margin-bottom:20px;
}
.plugin2{
	padding:10px 10px 0;
	background:#d6e74a url(http://blog-imgs-41.fc2.com/r/a/v/rave25/greentop.gif) no-repeat left top;
}
.bottom2{
	height:10px;
	background:#d6e74a url(http://blog-imgs-41.fc2.com/r/a/v/rave25/greenbottom.gif) no-repeat left bottom;
	margin-bottom:20px;
}
.plugin1 a:link, .plugin2 a:link{
	color:#304700;
}
.plugin1 a:visited, .plugin2 a:visited{
	color:#426100;
}
.plugin1 h3{
	color:#fff;
	font-size:14px;
	font-weight:normal;
}
.plugin2 h3{
	color:#00a25a;
	font-size:14px;
	font-weight:normal;
}
.plugin1 li, .plugin2 li, .plugin3 li, #title-list li{
	list-style-position:outside;
	margin-left:15px;
}
.calender{
	font-size:12px;
	width:160px;
	text-align:center;
}
.calender a{
	background-color:#d6e74a;
	border:1px solid #8cba21;
}
.calender td a{
	display:block;
}
.calender th{
	color:#fff;
}
address{
	font-style:normal;
}
a img{
	border:none;
}
blockquote{
	border:3px double #ccc;
	margin:10px;
	padding:5px;
}
.emoji{
	vertical-align:middle;
}
.baton_a{
	border-bottom:1px dotted #ccc;
	margin-bottom:10px;
}
.q_number, .a_number{
	color:#426100;
}
.fc2_footer{
	margin:15px 0;
}
pre {
	overflow:auto;
	/overflow:scroll;
	width:100%;
	overflow-y:hidden;
}
