@charset "UTF-8";

/* -----------------------------------------------------------
CSS Information

 Style Info:     アーカイブ、エントリーの設定
 File name:      blog.css
 Last update:    2009.01.28
----------------------------------------------------------- */




/*----------------------------------------------------
	entry
----------------------------------------------------*/



/* common --------------------------------------- */



.blog .getadobe {
	border: 5px solid #E9E9E9;
	padding: 5px 20px;
	font-size: 0.625em;
}
.blog .getadobe p {
	margin: 0;
	padding: 0 0 0 150px;
}

.blog .entry  #mainColum .section .entry_date {
	margin-bottom: 15px;
	color: #AAA;
	font-size: 0.7em;
}

.blog .entry  #mainColum .section .entry_title {
	color: #005bac;
	font-size: 1.2em;
	border-bottom:1px solid #CCC;
}

.blog .entry  #mainColum .section .entry_body,
.blog .entry  #mainColum .section .entry_more
{
	font-size: 0.8em;
	line-height: 1.6;
}
.blog .entry  #mainColum .section .entry_more {
	margin: 15px 0 30px;
}




.blog .prev_next {
	padding: 20px 0;
	border-top: 1px solid #CCC;
}
.blog .prev_next ul {
	font-size: 0.7em;
	width: 16em;
	margin: 0 auto;
	background: url(../../common/images/common_stick_blue.gif) no-repeat center center;
}
.blog .prev_next li.next {
	float: right;
}
.blog .prev_next li.prev {
	float: left;
}
.blog .prev_next p{
	font-size: 0.7em;
	text-align: center;
}





/* uncle --------------------------------------- */

.blog #mainColum .section #topics dd span.uncle_tag {
	margin-left: 3em;
	color: #f06e46;
	font-size: 0.7em;
}

.blog #mainColum .section #topics dd span.uncle_tag a {
	color: #f06e46;
}

.blog #mainColum .section h2 span.uncle_tag_b {
	color: #f06e46;
}


.blog .uncle #mainColum .section .entry_body .mt-enclosure-image img {
	padding: 4px;
	border: 1px solid #E9E9E9;
}




.blog .uncle #mainColum .section dl#topics {
	padding: 0 8px;
	font-size: 0.8em;
}
.blog .uncle #mainColum .section #topics dt {
	position: absolute;
}
.blog .uncle #mainColum .section #topics dd {
	margin-bottom: 5px;
	padding: 0 0 3px 10em;
	background: url(../../common/images/common_border_dashed.gif) repeat-x left bottom;
}

body.blog div#mainColum p.pagination {
	margin-top: 15px;
	text-align:center;
	font-size:0.9em;
}
body.blog div#mainColum p.pagination a {
	text-decoration:none;
	padding:3px 5px;
	border:1px solid #DCDCDC;
}
body.blog div#mainColum p.pagination a:hover{
	background:#9D7901;
	color:#FFFFFF;
}
body.blog div#mainColum p.pagination span a {
	border:none;
}
body.blog div#mainColum p.pagination span a:hover {
	background:none;
	color:#9D7901;
	text-decoration:underline;
}

