@charset "utf-8";
/* ------------------------------------------------------------

	accessories style

------------------------------------------------------------ */


/* ----------common---------- */

h3{
}




/* ---------sub_container---------- */

#sub_container{
	width: 740px;
	margin-left: 10px;
}



h4{
	font-size: 120%;
	color: #CCCC99;
	margin-bottom: 5px;
	font-weight: normal;
	line-height: 1.5em;
}


/* ---------index entry---------- */


#backnumber{
	text-align: right;
	margin-bottom: 30px;
}

#backnumber ul{
}

#backnumber ul li{
	display: inline;
}

.left10{
	margin-right: 10px;
}


.entry{
	padding-bottom: 50px;
}

.news_title{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	background-image: url(../images/yellow_icon.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	line-height: 1.5em;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 20px;
	padding-right: 5px;
	font-size: 120%;
	color: #CCCC99;
}

.news_date{
	font-size: 90%;
	color: #999999;
	margin-top: 10px;
	margin-bottom: 5px;
	padding-left: 2px;
}

.news_entry{

}


/* ---------bacunumber---------- */


.bk_list{
	margin-top: 10px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	padding-top: 10px;
	padding-bottom: 10px;
}

.bk_title{
	font-size: 120%;
	background-image: url(../images/yellow_square.gif);
	background-repeat: no-repeat;
	padding-left: 28px;
	background-position: 15px center;
}



/* ---------detail---------- */

#blog_navi{
	margin-bottom: 20px;
	margin-top: 20px;
}

#blog_navi p.navi_left{
	background-image: url(../images/prev.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	float: left;
}

#blog_navi p.navi_right{
	float: right;
	background-image: url(../images/next.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 15px;
}

