@charset "utf-8";

.ad-bottom {
text-align : center;
margin-top : 0px;
margin-bottom : 20px;
}

* {
	margin:0;
	padding:0;
}
html{
	background:#f7f7f7;
	}
body{
	margin:0;
	padding:0;
	min-height:100%;
	height:100%;
	_height:100%;
	font-family: Verdana,Arial,sans-serif;
	font-size:100%;
	*font-size:medium;
}
table{
	border-collapse: collapse;
	border-spacing: 0;
	border:0;
}

th,td,form{
	margin: 0;
	padding: 0;
	background-color: transparent;
	boder:0;
	}
a{
	text-decoration: none;
	}
a:link,a:visited{
	}
a:hover{
	}
a:active{
	}
h1,h2,h3,h4,h5,h6 { 
	text-decoration:none;
	font-weight:normal;
	font-size:100%;
	margin:0;
	padding:0;
}
select,input,button,textarea {
	font:99% ;
	font-family:Helvetica,Arial,sans-serif,ヒラギノ角ゴシック Pro W3,Hiragino Kaku Gothic Pro,MS P ゴシック;
}
/*IE6&IE7*/
*select,input,button,textarea {
	font-weight:normal;
	font-size:99%;
	font-family:Helvetica,Arial,sans-serif,ヒラギノ角ゴシック Pro W3,Hiragino Kaku Gothic Pro,MS P ゴシック;
}
dl,dt,dd {
	text-decoration:none;
	margin:0;
	padding:0;
}
ul,ol {
	list-style:none;
}
img	{
	border:0;
}
p {
	margin: 0px;
	padding: 0px;
	font-size: 100%;
	line-height: 1.5em;
}

body > #wrapper {
	margin: 0;
	padding: 0;
	color: #4e4e4e;
	width:100%;
	height:100%;
	_height: 100% ;
	min-height:100%;
	}

a {
	color:#3fb794;
	text-decoration: none;
	}
a:link,a:visited{
	color:#3fb794;
	outline:none;
	}
a:hover{
	color:#299b7a;
	}
a:active{
	color:#3fb794;
	outline:none;
	}

#header{
	background:#fff;
	width:100%;
	}

#hd{
	width:900px;
	height:70px;
	padding-top:70px;
	padding-left:40px;
	margin:0 auto;
	}
#hd:after{
   content:".";
   display:block;
   height:0px;
   clear:both;
   visibility:hidden;
   }
#hd h1{
	display:block;
	font-size:130%;
	color:#222;
	font-family:helvetica,Verdana, Geneva, sans-serif;
	}
#hd h1 a:link,#header h1 a:visited{
	color:#222;
	}
#hd h1 a:hover{
	color:#3fb794;	
	text-shadow:#dcdcdc 1px 1px;
	}
#hd h2{
	width:400px;
	font-size:80%;
	margin-top:5px;
	color:#fff;
	}

#content-wrap{
	width:900px;
	margin:0 auto;
	}
#content-wrap:after{
   content:".";
   display:block;
   height:0px;
   clear:both;
   visibility:hidden;
}
#content{
	width:600px;
	float:left;
	}

.main{

	}
h2.entry-head{
	background:#333;
	padding:5px 0 5px 5px;
	margin-bottom:20px;
	font-size:120%;
	color:#fff;
	line-height:1.5;
	text-shadow:#000 -1px -1px;
	border-left:5px solid #3fb794;
	}
h2.entry-head a:link,h2.entry-head a:visited,h2.entry-head a:active{
	color:#fff;
	}
h2.entry-head a:hover{
	color:#3fb794;
	}
.entry{
	background:#fff;
	width:560px;
	padding:20px;
	margin:0 auto;
	font-size:90%;
	line-height:1.5;
	border-bottom:1px solid #f2f2f2;
	}
.entry img{
	max-width:600px;
	}
.more{
	text-align:right;
	}
.continue{
	display:block;
	line-height:30px;
	font-size:80%;
	text-align:center;
	margin: 0 auto;
	margin:20px 0;
	text-shadow:#555 -1px -1px;
	background:#333;
	}
.continue a:link,
.continue a:visited,
.continue a:hover{
	color:#fff;
	}
.continue a:hover{
	display:block;
	line-height:30px;
	text-shadow:#000 -1px -1px;
	background:#3fb794;
	color:#fff;
	}
.entry-foot{
	background:#f7f7f7;
	width:540px;
	margin-top:30px;
	padding:10px;
	font-size:80%;
	text-align:left;
	}
dl.relate_dl{
	padding:20px;
	background:#f9f9f9;
	-moz-border-radius:5px;
	border-bottom:1px solid #f1f1f1;
	}
.fc2_footer{
	clear:both;
	margin-top:10px;
	}
/*-- user tag --*/ 
.user-tag{
	color:#333;	
	padding:5px;
	border-bottom:1px solid #dcdcdc;
	}
.user-tag span.u-tag{
	font-size:80%;
	margin-top:5px;
	margin-right:0.6em;
	}
  
#comments,#trackbacks{
	background:#f7f7f7;
	width:600px;
	margin:0 auto;
	margin-top:20px;
	padding-bottom:20px;
	font-size:90%;
	line-height:1.5;
	border-bottom:1px solid #f1f1f1;
	}
h3.comments-title,h3.trackbacks-title{
	background:#333;
	margin:0 0 20px 0;
	padding:5px 0 5px 10px;
	font-size:100%;
	color:#fff;
	line-height:1.5;
	border-left:5px solid #3fb794;
	text-shadow:#444 -1px -1px;
	}
.comment-detail{
	font-size:100%;
	}
.comment-author{
	font-size:100%;
	color:#12ceda;
	}
.comment-date,.trackback-date{
	font-size:80%;
	}
/*--コメント本文--*/
.comment-body{
	font-size:100%;
	line-height:180%;
	}

.tb-content{
	font-size:90%;
	}

   
input.txt-box1{
	background:#fff;
	padding:4px;
	width:250px;
	border:1px solid #dcdcdc;
	}
.txt-box2{
	background:#fff;
	padding:4px;
	width:250px;
	height:150px;
	overflow:auto;
	border:1px solid #dcdcdc;
	}
   
.comment-submit{
	background:#333;
	width:120px;
	padding:5px;
	margin-top:15px;
	border:none;
	color:#fff;
	font-size:80%;
	text-shadow:#000 -1px -1px;
	}
.comment-submit:hover{
	background:#3fb794;
	text-shadow:#333 -1px -1px;
	color:#fff;
	}
#form{
	width:600px;
	}
#form dl{ }
#form dt{
	padding:5px 0;
	}
p.page-nav{
	width:600px;
	margin-top:20px;
	font-size:90%;
	}
p.page-nav a:link,
p.page-nav a:visited,
p.page-nav a:active{
	display:block;
	padding:10px;
	text-shadow:#fff -1px -1px;
	color:#333;
	}
p.page-nav a:hover{
	color:#3fb794;
	text-shadow:#fff 1px 1px;
	}
p.page-nav span.next{
	float:right;
	text-shadow:#333 -1px -1px;
	}
p.page-nav span.prev{
	float:left;
	text-shadow:#333 -1px -1px;
	}
#sub1{
	min-height:100%;
	height:100%;
	_height:100%;
	font-size:80%;
	}
#sub1 a:link,#sub1 a:visited,#sub1 a:active{
	color:#4e4e4e;
	}
#sub1 a:hover{
	color:#3fb794;
	}
#sub1{
	background:#fff;
 	width:240px;
	float:right;
}

dl.sub-content{
	width:220px;
	padding:20px 10px;
	}
dl.sub-content dt.sub-title{
	background:#333;
	font-size:100%;
	margin-left:-10px;
	color:#fff;
	text-shadow:#000 -1px -1px;
	margin-bottom:5px;
	border-left:5px solid #3fb794;
	padding:6px;
	}
dl.sub-content dd{
	padding-top:15px;
	margin-bottom:20px;
	}
dl.sub-content dd li{
	font-size:90%;
	line-height:1.5;
	margin-top:3px;
	}
dl.sub-content dd.sub-body{
	padding-top:10px;
	}
dl.sub-content dd.plugin-foot{
	padding-top:10px;
	}

#footer{
	background:#333;
	width:100%;
	height:80px;
	font-size:70%;
	color:#fff;
	margin-top:50px;
	padding:10px 0;
	}

#footer-contents{
	width:900px;
	margin:0 auto;
	}

#footer-contents .pagetop,#footer-contents .pagetop a:link{
	display:block;
	width:50px;
	height:64px;
	line-height:64px;
	margin-top:-10px;
	text-align:center;
	float:right;
	text-shadow:none;
	border:0;
	}

#footer-contents .ad-wrapper{
	width:800px;
	float:left;
	}
.ad-wrapper a:link,
.ad-wrapper a:active,
.ad-wrapper a:visited{
	color:#f7f7f7;
	}
.ad-wrapper a:hover{
	color:#3fb794;
	}
p.ad,p.credit{
	font-size:95%;
	}
div.border{
	display:block;
	width:560px;
	height:4px;
	margin:0 auto;
	margin-top:10px;
	margin-bottom:10px;
	border-bottom:1px solid #dcdcdc;
	}
  
.clear{
	display:block;
	clear:both;
	padding-bottom:1px;
}

.clearfix:after{
   content:".";
   display:block;
   height:0px;
   clear:both;
   visibility:hidden;
}
.clearfix{
   display:inline-block;
}
* html .clearfix{
   height:1px;
}
.clearfix{
   display:block;
}
