/*
Theme Name: wakiyaku-no-tsuki Theme
Theme URI: http://www.
Description: This is wakiyaku-no-tsuki theme.
*/

@charset "utf-8";



/*--- reset */
html {
	overflow-y: scroll;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,th {
	text-align: left;
}
q:before,q:after {
	content: '';
}
object,
embed {
	vertical-align: top;
}
hr,legend {
	display: none;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}
img,abbr,acronym,fieldset {
	border: 0;
}
li {
	list-style-type: none;
}


/*--- default */
body {
	background: #FFF;
	color: #333;
	font-size: small;
	font-family: "メイリオ","Meiryo",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	line-height: 1.5;
}
* html body {	/* for IF6 */
	font-family: "ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}
.clearfix:after {
   content: ".";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
}
.clearfix { display: inline-block; }
/* exlude MacIE5 \*/
* html .clearfix { height: 1% }
.clearfix {display:block;}
/* end MacIE5 */


/*--- style */
#body {
	background-color:#000000;
}
#wrapper {
	width:1000px;
	margin:0 auto;
	position:relative;
	background-image:url(img/bg.gif);
	background-repeat:no-repeat;
	background-position:0 277px;
}
h1 a {
	color:#FFFFFF;
	text-decoration:none;
	font-style:normal;
	font-weight:normal;
}
#header {
	height:277px;
	width:1000px;
	background-image:url(img/headerbg.gif);
	background-position:right top;
	background-repeat:no-repeat;
	margin-bottom:15px
}
#logo {
	position:absolute;
	top:0;
	left:0;
}
#headernavi {
	margin-left:15px;
	margin-bottom:15px
}
#navi {
	overflow:hidden;
}
#navi li {
	float:left;
	display:inline;
	margin-left:5px;
	background-image:url(img/navi_02.gif);
	background-position:right top;
	background-repeat:no-repeat;
}
#navi li a {
	background-image:url(img/navi_01.gif);
	background-position:left top;
	background-repeat:no-repeat;
	padding:17px 30px;
	color:#000;
	font-weight:bold;
	display:block;
	text-decoration:none;
}
#navi li a:hover {
	color:#ff095b;
	text-decoration:underline;
}

#main {
	padding:0 25px;
}
#content {
	width:600px;
	float:left;
	background-color:#FFFFFF;
	border:1px solid #000000;
	padding:15px;
	margin-bottom:15px;
}
#content1 {
	width:900px;
	float:left;
	border:1px solid #000000;
	background-color:#FFFFFF;
	padding:15px;
	margin-bottom:15px;
	position:relative;
}
#pagetitle {
	font-size:164%;
	font-weight:bold;
	text-align:center;
	padding:10px 0 20px;
}
.post {
	margin:0 0 40px;
}
#content .post h2 a {
	background-image:url(img/title.gif);
	background-repeat:no-repeat;
	width:600px;
	height:50px;
	font-size:180%;
	line-height:2.5;
	padding-left:20px;
	text-decoration:none;
	color:#FFFFFF;
	display:block;
}
#content .post h2 a:hover {
	background-position:0 -50px;
}
#content1 .post h2 a {
	background-image:url(img/title1.gif);
	background-repeat:no-repeat;
	width:900px;
	height:50px;
	font-size:180%;
	line-height:2.5;
	padding-left:20px;
	text-decoration:none;
	color:#FFFFFF;
	display:block;
}
#content .post p {
	font-size:114%;
	line-height:1.8;
	padding:20px;
}
#content1 .post p {
	font-size:114%;
	line-height:1.8;
	padding:20px 40px;
}
#content .post img {
	border:1px solid #000000;
	padding:5px;
}
.postinfo {
	width:570px;
	padding:15px;
	border-top:1px dotted #666666;
	text-align:right;
	color:#2c2c2c;
}
.postinfo a {
	color:#2c2c2c;
}
.postinfo a:hover {
	color:#cccccc;
}

.pagelink {
	margin-bottom:20px;
}
.pageprev {
	overflow:hidden;
	text-indent:-99999px;
}
.pageprev a {
	float:left;
	background-image:url(img/pagelink.gif);
	background-position:left top;
	width:120px;
	height:27px;
	display:block;
	text-indent:-99999px;
}
.pageprev a:hover {
	background-position:left bottom;
}
.pagenext {
	overflow:hidden;
}
.pagenext a {
	float:right;
	background-image:url(img/pagelink.gif);
	background-position:right top;
	width:120px;
	height:27px;
	display:block;
	text-indent:-99999px;
}
.pagenext a:hover {
	background-position:right bottom;
}


#sidebar {
	float:right;
	width:290px;
}
.sidebox {
	border:1px solid #000000;
	background-color:#FFFFFF;
	padding:20px;
	margin-bottom:10px;
}
.sidebox h2 {
	width:248px;
	height:38px;
	display:block;
	text-indent:-99999px;
	margin-bottom:10px;
}
#cate {
	background-image:url(img/t-cate.gif);
}
#arch {
	background-image:url(img/t-arch.gif);
}
#recent {
	background-image:url(img/t-recent.gif);
}
#book {
	background-image:url(img/t-link.gif);
}
.sidebox li {
	background-image:url(img/listmark.gif);
	background-repeat:no-repeat;
	background-position:0 8px;
	padding-left:22px;
	line-height:2;
	font-weight:bold;
	font-size:92%;
}
.sidebox li a {
	font-size:136%;
	font-weight:bold;
	color:#2c2c2c;
}
.sidebox li a:hover {
	color:#ff095b;
}


.com {
	width:600px;
	background-image:url(img/bar2.gif);
	background-repeat:repeat-x;
	padding:20px 0;
}
.com p {
	font-size:100%;
	padding:20px;
}
#comments {
	width:300px;
	height:45px;
	display:block;
	text-indent:-99999px;
	background-image:url(img/comment.gif);
	margin-bottom:10px;
}
#reply {
	width:300px;
	height:45px;
	display:block;
	text-indent:-99999px;
	background-image:url(img/reply.gif);
	margin-bottom:20px;
}
.com span {
	font-size:132%;
	display:block;
	margin-left:20px;
}
.com input {
	width:300px;
	margin-bottom:10px;
	background-color:#f2d7e0;
	border:1px solid #000000;
	font-size:116%;
	line-height:1.6;
}
.com textarea {
	width:560px;
	margin-bottom:10px;
	background-color:#f2d7e0;
	border:1px solid #000000;
	font-size:116%;
	margin:20px 0;
}
#submit {
	width:200px;
}
.compost {
	background-color:#e6e6e6;
	margin-bottom:10px;
}
.cominfo {
	text-align:right;
}
.cominfo a {
	color:#ff095b;
}


#footer {
	background-color:#000000;
	line-height:3;
	color:#FFFFFF;
	text-align:center;
}
#footer a {
	color:#FFFFFF;
	text-decoration:none;
}
























