/*全体*/
*{font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";}

body {
	margin: 0px;
	padding: 0px;
	background-color:#EFEFEF;
	background-image:url(http://wald-grun.com/np_old/img/syasen.gif);
	font-size:x-small;
	color:#666666;
}

img {
/*	padding:2px;
	border:1px solid #CCCCCC;*/
}

a:link,
a:visited{
	text-decoration:none;
	color:#999999;
}
a:hover{
	color:#990000;
}

div.clear{
	display:block;
	clear:both;
	height:50px;
}

#wrapper{
	width:560px;
	padding:0px 10px 0px 10px;
	margin:0px auto 0px auto;
	background-color:#FFFFFF;
	position:relative;
}

blockquote{
	margin:10px;
	padding:10px;
	border:1px solid #aaaaaa;
	background-color:#EEEEEE;
}

/*----------------------------------------------------------------ヘッダ*/
#head{
	width:560px;
	height:56px;
}

#head .home{
	display:block;
	position:relative;
	margin:0px 0px 0px auto;
	width:69px;
	height:30px;
}

#head h1{
	position:absolute;
	width:133px;
	height:44px;
	top:8px;
	left:5px;
	margin:0px;
	padding:0px;
}

#head h2{
	display:none;
}

#head a img{
	border:none;
	padding:0px;
	margin:0px;
}

/*-------------------------------------------------------中段コンテンツ*/

#main{
	margin:0px;
}

/*カテゴリタイトル*/
h2#archive-title{
	font-size:12px;
	color:#B5BE41;
}
/*navi*/
.navi{
	margin:3px 0px 3px 0px;
	font-size:10px;
}


/*文章*/
#main div.caption{
	width:300px;
	margin-top:20px;
	padding:0px 10px 0px 10px;
	line-height:1.5em;
	font-size:x-small;
}
#main div.caption p{
	margin:0em 0em 1em 0em;
	font-size:x-small;
}
/*写真*/
#main div.photo{
	width:550px;
	margin:0px 0px 0px 0px;
	padding:0px;
}
#main div.photo p{
	margin:0px;
	padding:0px;
}

/*キャプション*/
#main div.caption div.ttl{
	border-left:3px solid #cccccc;
	padding-left:7px;
	width:158px;
	margin-bottom:2em;
}

#main div.caption div.text{
	margin-bottom:2em;
}


#main div.caption ul,
#main div.caption li{
	margin:0px;
	padding:0px;
	display:inline;
}
#main div.postdate{
	margin:0px;
	padding:0px;
}


/*ディティール*/
#main div.detail{
	width:400px;
	float:left;
	color:#787878;
	font-family:Arial, Helvetica, sans-serif;
	line-height:1.5em;
	font-size:x-small;
	text-align:right;
}
#main div.detail *{
	font-size:x-small;
}



.fontxx{
	font-size:xx-small;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#CCCC00;
}

/*----------------------------------------フッター*/
#foot{
	margin:30px auto 0px auto;;
	width:560px;
}
#foot dl{
	width:150px;
	margin:10px 5px 5px 5px;
	float:left;
	display:inline;
}
#foot dt{
	width:140px;
	padding:0px;
	margin:0px 5px 3px 5px;
	border-bottom:2px solid #eeeeee;
	line-height:1em;
}
#foot dd{
	width:140px;
	padding:1px 5px 1px 5px;
	margin:0px;
	font-size:x-small;
}
#foot a{
	font-size:x-small;
}
#foot img{
	border:none;
	margin:0px;
	padding:0px;
}


/*コメント*/

div.comments-content{
	margin-bottom:15px;
}
h3.comments-header{
	font-size:10px;
}

#commentall{
	width:460px;
	margin-left:20px;
}
#form input{
	border:1px solid #999999;
}
input.commentform {
	font-size: 10px;
	background-color: #F0F0F0;
	border: 1px solid #CCCCCC;
	width:200px;
}
input.commentform:focus {
	background-color: #FFFFFF;
	border: 1px solid #999999;
}
textarea.commentform {
	font-size: 10px;
	background-color: #F0F0F0;
	border: 1px solid #CCCCCC;
	width:300px;
}
textarea.commentform:focus {
	background-color: #FFFFFF;
	border: 1px solid #999999;
}
.commentbutton{
	font-size: 10px;
	border: 1px solid #CCCCCC;
}
#main div.comments-open{
	font-size:10px;
	margin-bottom:20px;
}
#main div.comment div.text,
#main div.comment div.ttl,
#main div.comment div.postdate{
	font-size:x-small;
	margin-top:10px;
}

input.searchform {
	font-size: 10px;
	background-color: #F0F0F0;
	border: 1px solid #CCCCCC;
}
input.searchform:focus {
	background-color: #FFFFFF;
	border: 1px solid #999999;
}
.commentcount{
	margin-left:0px;
	padding:0px 10px 0px 10px;
}

.paginate{
	text-align:center;
}

.text p{
	width:300px;
}


