@charset "utf-8";
body,html{
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	text-align: center;
}

/*****************************************************************************/
/* clearfix */
/*****************************************************************************/
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

#container{
	width: 768px;
	margin: 0 auto;
	background: #FFFFFF url(./image/contents-back.gif) center repeat-y;
}

#header{background: #FFFFFF url(./image/back.gif) center top repeat-x;}

#header h1{
	background: url(./image/header.gif) top center no-repeat;
	padding: 110px 0 0;
	height: 0px;
	overflow: hidden;
	position: relative;
	width: 770px;
	margin: 0 auto;
}

#header h2{
	background: url(./image/thrive-blog.jpg) top center no-repeat;
	height: 240px;
	text-indent: -99999px;
	width: 1000px;
	margin: 0 auto;
}
#header a{
	position: absolute;
	top: 25px;
	left: 30px;
	width: 220px;
	height: 0px;
	padding: 70px 0 0 ;
	overflow: hidden;
}

#header form{
	position: absolute;
	width: 770px;
	margin: 0 auto;
	top: 0px;
}

#main{
	background: url(./image/contents.gif) 0px 0px no-repeat;
	padding: 20px 0 30px;
	width: 750px;
	margin: 0 auto;
}

#contents{
	width: 520px;
	float: left;
	text-align: left;
}

.entry, .comment{
	padding: 0 10px 45px;
}
.entry p{
	font-size: 12px;
	padding: 0 5px 10px;
	line-height: 21px;
}
.entry h3{
	font-size: 16px;
	line-height: 21px;
	font-weight: bold;
	padding: 10px 5px 5px;
	margin-bottom: 10px;
	background: url(image/title-back.gif) 0px 0px repeat-x;
	border-bottom: solid 1px #f0f0f0;
}
.entry h3 a{
	color: #129BBB;
	text-decoration: none;
	display: block;
}
.entry span{
	display: block;
	font-weight: normal;
	font-size: 10px;
	line-height: 16px;
	color: #666666;
}
.entry span strong{
	font-weight: bold;
	color: #666666;
	padding: 0 0 0 10px;
}

.comment{
	padding: 10px 5px;
	border: solid 1px #cccccc;
	margin: 10px;
}
.comment h3{
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	color: #666666;
	padding: 0 5px 10px;
}
.comment textarea{
	height: 150px;
	width: 98%;
}
.comment input{
	width: 200px;
	margin: 0 0 5px;
}
.comment #submit{
	text-align: center;
	padding: 10px;
}
.comment p{
	font-size: 12px;
	padding: 0 5px 3px;
	line-height: 14px;
}
p.comment-footer{
	font-size: 12px;
	padding: 0 5px 5px;
	line-height: 14px;
}
div.comment-text{
	padding: 0 0 10px;
	margin: 0 0 10px;
	border-bottom: solid 1px #cccccc;
}
#navi{
	text-align: left;
	width: 230px;
	float: left;
}

#navi h3{
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	padding: 0 10px;
}

#navi ul{
	margin: 0 30px 25px;
}
#navi li{
	line-height: 20px;
	font-size: 12px;
	list-style-type: disc;
	color: #333333;
}
#navi a{
	color: #FFFFFF;
	text-decoration: none;
}
#navi a:hover{
	text-decoration: underline;
}

div#footer{
	background: #000000;
	padding: 10px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 10px;
}

div#e404{
	padding: 0 10px 45px;
}
div#e404 h3{
	font-size: 16px;
	line-height: 21px;
	font-weight: bold;
	border-top: solid 2px #666666;
	padding: 10px;
	background-image: url(./image/title-back.gif);
	margin-bottom: 10px;
}
div#e404 p{
	font-size: 12px;
	padding: 0 5px 10px;
	line-height: 18px;
}


.comment_link_btn{
	margin: 15px 0 0;
}
.comment_link_btn a{
	border: 5px #333333 solid;
	background: #333333;
	color: #FFFFFF;
}
