@charset "UTF-8";

#header,
#footer{
	background-color: #00ccff;
}

.f16px_black {
	font-size: 16px;
	font-weight: bold;
}
h2 {
	margin-bottom:8px;
	font-size:34px;
	font-style: italic;
	font-weight: bold;
	letter-spacing: -1px;
	padding: 5px 0;
	line-height: 1;
}
.news_date {
	font-size: 12px;
	line-height: 2em;
}
#news_photo {
	font-size: 10px;
	font-style: italic;
	line-height: 2em;
	text-align: center;
	padding-bottom: 10px;
}
#news_source {
	padding: 10px;
	border: 1px dotted #CCC;
	width: 666px;
	background-color: #f5f4ec;
}
#news_bgm {
	background: #f3f3f3 url(../images/bgm.gif) no-repeat 5px;
	margin: 10px 0;
	text-align: right;
	height: 25px;
	font-size: 20px;
	font-weight: bold;
	padding: 5px;
	vertical-align: middle;
}
#news_bgm img{
	margin-right:5px;
	}
#news_maintext {
	padding: 10px;
	border-bottom: 1px dotted #CCC;
	overflow:hidden;
}
#news_keyword {
	font-size: 12px;
	margin: 5px 0 25px 0;
}
.news_keywords {
	float: left;
	width: 556px;
	font-style: italic;
	height: 50px;
	padding: 5px;
}
.news_button {
	width: 50px;
	height: 50px;
	padding: 5px;
	float: left;
	text-align: center;
	font-size: 10px;
}

dl#recommend{
	border: solid #CCC;
	border-width:0 1px;
	padding: 10px;
	}
	
dl#recommend dd{
	margin-left:5px;
	}

#news_page {
	font-size: 12px;
	line-height: 30px;
	background-color: #eee;
	float: left;
	height: 28px;
	width: 703px;
	border:1px dotted #CCC;
	border-width:0 1px 1px 1px;
	text-align: right;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding-right: 5px;
}
#news_page a:link,
#news_page a:visited  {
	color: #333;
}
#news_page a:hover,
#news_page a:active {
	color: #39F;
}
#sub_r {
	float: left;
	width: 210px;
}

/* コメント用 */

label{
	display:inline-block;
	width:50px;
	vertical-align:top;
}

#entry_comments {
	background-color: #f5f4ec;
	padding: 10px;
	clear:both;
	border: 1px solid #CCC;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 11px;
}
#count_comments {
	color:#000;
	font-style: italic;
	line-height: 10px;
	height: 35px;
	width: 67px;
	text-align: center;
	background-image: url(../images/comments.png);
	background-repeat: no-repeat;
	padding-top: 10px;
	font-size: 10px;
	margin-top: 5px;
}

#comment{
	height:200px;
	width:666px;
	}

#count_comments a:link,
#count_comments a:visited  {
	color: #333;
}
#count_comments a:hover,
#count_comments a:active  {
	color: #f00;
}
#entry_comments_main {
	clear:both;
	margin: 10px 0;
	border:dotted #CCC;
	border-width:1px 0;
}
.compost {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 20px;
	padding-left: 20px;
	font-size: 13px;
}
.compost p{
	margin-top: 1em;
	margin-bottom: 1em;
}
.cominfo {
	font-weight: bold;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #FF0;
	padding-left: 5px;
	line-height: 1;
}
.comment_honbun {
	height: 200px;
}
#comments {
	padding-left: 20px;
	padding-top: 5px;
	border-bottom: 1px dotted #CCC;
}
#commentform #submit{
	margin:10px 0 10px 52px;
}
	
