@charset "UTF-8";

*html body {  　　　　　/*IE6だけに適用*/
   overflow-y:auto;
}

*+html body {　　　　　/*IE7だけに適用*/
   overflow-y:auto;
}

body {
   overflow-y:scroll;
}

#wrapper {
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: auto;
	width: 800px;
}
#wrapper #main {
	float: right;
	width: 630px;
}
#wrapper #sidebar {
	float: left;
	width: 140px;
}
#wrapper #sidebar #pinpoint_search {
	text-align: center;
	padding-top: 5px;
}
#wrapper #sidebar #pinpoint_search #input {
	background-image: url(../img/searchbg.gif);
}

.waku {
	text-align: left;
}


.content {
	line-height:140%;


}


.posted {
	text-align:right
}

#main .comments {

}

#main .trackbacks {

}
.comment-footer{
	text-align:right;
}

#comments_prefs{
	display:none;
	margin-top:35px;
}

#trackbacks_prefs{
	display:none;
	margin-top:35px;
}

.comments-content{
	margin: 15px;
}

.comment .title{
	margin: 45px 15px 0px 30px;
	padding: 5px 10px 5px 10px;
	background-color: #fff005;
}

.comment .content{
	margin: 0px 30px 30px 60px;
	color: #0467C2;
}

.trackback .title{
	margin: 45px 15px 0px 30px;
	padding: 5px 10px 5px 10px;
	background-color: #fff005;
}

.trackback .content{
	margin: 0px 30px 30px 60px;
	color: #0467C2;
}


.comments-header{
	width: 571px;
	width:100%;
	margin:0px auto;
}

.comments-open-header{
	text-align: center;
	background-color: #fff005;
	width: 571px;
	/*width:100%;*/
}

div#content .comments-open-header{
	width:100%;
}


#comments-open{
	margin: 35px;
}

.trackback-content{
	margin: 15px;
}



#tb_wrapper{
	width: 571px;
	height:36px;
}

#tb_wrapper2{
	width: 395px;
	height:36px;
	float:right;
}

#tb_l{
	width:176px;
	height:36px;
	background-image:url(../images/trackback_l.gif);
	float:left;
}

#tb_m{
	width: 383px;
	height:36px;
	background-image:url(../images/trackback_m.gif);
	background-repeat:repeat;
	float:left;
}

#tb_m td{
	padding: 0px 2px 0px 2px;
	height:32px;
	vertical-align:middle;
	color: #0467C2;
	font-size:10px
}

#tb_r{
	width: 12px;
	height:36px;
	background-image: url(../images/trackback_r.gif);
	float:right;
}

div.content-nav {
        width:100%;
        text-align:center;
		font-size: 18px;
		line-height: 18px;
}