@charset "EUC-JP";

/*

再配布禁止。アダルト・違法サイトでの利用禁止。
カスタマイズは自由ですがフッターの作者リンクは削除禁止。
Windows XPにて IE7、Firefox3、 Opera9、 Safari4、 Google Chrome2 で表示確認。
2009.08.26更新　
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: #5f3f35;
	background-color: #fff;
}
#container {
	margin: 0 auto;
	width: 760px;
}
#main {
	width: 530px;
	float: right;
}
#menu {
	width: 200px;
	float: left;
	overflow: hidden;
	margin-bottom: 30px;
}
#footer {
	clear: both;
}
a:link, a:visited {
	color: #ff218f;
	text-decoration: none;
}
a:hover {
	color: #fff;
	background-color: #ff218f;
}
a:active {
	position: relative;
	left: 1px;
	top: 1px;
}

/*------------------------------ヘッダー*/

#header {
	background: url(http://blog-imgs-41.fc2.com/r/a/v/rave25/pinkhead.gif) no-repeat right top;
	margin-top: 30px;
}
#title {
	padding: 40px 160px 0 50px;
}
h1 {
	font-size: 15px;
}
#header ul {
	margin: 30px 10px 10px;
}
#ycalendar {
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-bottom: 20px;
	border-top: 1px dotted #666;
	border-bottom: 1px dotted #666;
}
.days {
	padding: 3px;
}

/*------------------------------メイン*/

#header li, #menu li, .plugin3 li, #title-list li {
	list-style-type: none;
	background: url(http://blog-imgs-41.fc2.com/r/a/v/rave25/pinklist.gif) no-repeat 0 3px;
	padding-left: 15px;
}
#path {
	margin: 15px 30px;
}
.entry, #comment-post, #comment-edit, #trackback, #title-list {
	padding: 15px;
	margin-bottom: 30px;
	border-bottom: 2px solid #666;
}
.date {	
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	background: url(http://blog-imgs-41.fc2.com/r/a/v/rave25/pinkdate.gif) no-repeat left top;
	padding: 7px 0 5px 6px;
}
.week {
	color: #fff;
	font-size: 18px;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka−等幅", Osaka-mono, monospace;
	margin-right: 10px;
}
h2 {
	font-size: 12px;
	margin: -25px 0 0 135px;
	min-height: 15px;
}
.body {
	margin: 20px 0;
}
h3 {
	color: #ff218f;
	font-size: 12px;
	margin-bottom: 5px;
}
h4 {
	font-size: 12px;
	font-weight: normal;
	color: #ba588a;
}
.article-footer {
	text-align: right;
}
.article-footer li, .entry-footer li {
	display: inline;
	list-style-type: none;
}
.article-footer li a:link, .article-footer li a:visited {
	color: #fff;
	background-color: #ff218f;
	padding: 1px;
}
.article-footer li a:hover {
	background-color: #666;
}
.entry-footer, #title-list p {
	text-align: right;
	margin-bottom: 15px;
	border-bottom: 1px dotted #666;
}
.pagenavi {
	text-align: center;
	margin-bottom: 30px;
}
.pagenavi p {
	text-align: right;
	position: fixed;
	right: 10px;
	bottom: 10px;
}
#comment-post form, #comment-edit form {
	margin-top: 20px;
}
form dl dt {
	float:left;
}
form dl dd {
	margin: 5px 0 5px 55px;
}
input, textarea, select {
	padding: 1px;
	color: #5f3f35;
	font-size: 12px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
textarea {
	width: 400px;
}
.button {
	margin-left: 55px;
}
#trackback dl dd {
	margin: 10px 20px 20px;
	padding: 5px;
	border: 1px solid #999;
}

/*------------------------------プラグイン*/

.plugin3 {
	margin: 15px 30px 30px;
}
#menu a:link, .plugin3 a:link {
	color: #a12d68;
}
#menu a:visited, .plugin3 a:visited {
	color: #ba588a;
}
#menu a:hover, .plugin3 a:hover {
	color: #fff;
}
.plugin {
	padding: 15px 10px;
	border-bottom: 2px solid #666;
}
.calender {
	font-size: 12px;
	width: 160px;
	text-align: center;
}
.calender td a {
	display: block;
	border: 1px solid;
}

/*------------------------------その他*/

address {
	font-style: normal;
}
a img {
	border: none;
}
blockquote {
	background-color: #efefef;
	margin: 10px;
	padding: 10px;
}
.emoji {
	vertical-align: middle;
}
.baton_a {
	border-bottom: 1px dotted #666;
	margin-bottom: 10px;
}
pre {
	overflow: auto;
	/overflow: scroll;
	width: 100%;
	overflow-y: hidden;
}
