@import "reset.css";
@import "common.css";
@charset "utf-8";
/* CSS Document */



/* エントリー開始 */

h2 a{
	font-size: 180%;
	color: #993300;
	text-decoration: none;
}

h2 a:hover{
	text-decoration: underline;
}

.dateinfo{
	border-bottom:solid 2px #000066;
	width: 570px;
padding:10px 0px 0px 0px;
}


.entry{
	font-size: 110%;
}

.entry_sponsor{
	padding: 5px 0px 0px 0px;
	font-size: 90%;
}

.entry_footer{
	border-bottom:solid 1px #000066;
	width: 570px;
	margin: 40px 0px 0px 0px;
	font-size: 90%;
}



.entry_body{
margin:10px 0px 0px 0px;
padding:0px 0px 30px 0px;
}

.recententry{
	border: solid 2px #33CCFF;
	width: 550px;
	background-color: #F0FFFF;
	padding: 5px;
	margin: 20px 0px 0px 0px;
}

.recententry h2{
padding:10px 0px 10px 0px;
text-decoration: none;
color: #993300;
}



.readmore{
	text-align: right;
	padding: 0px 0px 0px 460px;
}

.readmore a{
	text-decoration: none;
}

/* エントリー終了 */

/* トラックバック用CSS */

.trackbacks-info,
.trackback-content,
.comment-content,
.comments-open-content,
.comments-closed {
    margin: 5px 0;
}


/* トラックバック用CSS終了 */

/* コメント用CSS */

.comments-open label {
    display: block;
}

#comment-author, #comment-email, #comment-url, #comment-text {
    width: 80%;
}

#comment-bake-cookie {
    margin-left: 0;
    vertical-align: middle;
}

#comment-submit {
    font-weight: bold;
}

.comment,
.trackback {
    margin-bottom: .5em;
    border-bottom: 1px solid #ccc;
    padding-bottom: .5em;
}

.comment .asset-meta,
.trackback .asset-meta {
    border: 0;
}

.comment-content {
    clear: none;
    line-height: 1.5;
    margin-bottom: 1em;
}

.comment-content p {
    margin-bottom: .5em;
}

/* コメント用CSS終了 */

/* 関連記事 */

#relatedEntry{
	border: solid 2px #33CCFF;
	width: 550px;
	background-color: #F0FFFF;
	padding: 5px;
	margin: 20px 0px 20px 0px;

}

.relatedEntry{
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 15px;
}

.relatedEntry li{
	list-style-type: disc;
}

/* 関連記事終了 */

