@charset "UTF-8";
/* CSS Document */

h2#tit_img {
	background: url(../images/tit_h2_photo_news.jpg) no-repeat;
}


h3#news {
	background: url(../images/tit_news.gif) no-repeat;
	text-indent: -10000px;
	width: 600px;
	height: 52px;
	margin-bottom: 0.6em;
	margin-top: 1.5em;
	font-size: small;
	clear: both;
	display: block;
}
h4 {
	background: url(../../img_common/img_tit_border.gif)  top no-repeat;
	padding-top: 0.6em;
	margin-bottom: 0!important;
	margin-top: 1.8em;
	font-size: small;
	clear: both;
	display: block;
}


/* cat navi */
div#cat_menu {
	width: 190px;
	display: block;
	margin-top: 1.8em;
	background-color: #E4E4E4; 
}
div#cat_menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
div#cat_menu li {
	line-height: 120%;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #CCCCCC;
	display: block;
	text-indent: 0.4em;
}
div#cat_menu li a {
	color: #333333;
	text-decoration: none;
	display: block;
	background-color: #E4E4E4;
	padding: 8px;
}	
div#cat_menu li a:hover {
	background-color: #666666;
	color: #FFFFFF;
}


/* local navi area*/
div#lnavi {
	width: 190px;
	display: block;
	margin-top: 1.8em;
	background-color: #E4E4E4; 
}
ul#lnavi_menu li.menu_tit {
	background: url(../images/tit_archives.gif) no-repeat;
	width: 190px;
	height: 30px;
	border: none!important;
	text-indent: -10000px!important;
}
ul#lnavi_menu {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul#lnavi_menu li {
	line-height: 120%;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #CCCCCC;
	display: block;
	text-indent: 0.4em;
}
ul#lnavi_menu li a {
	color: #333333;
	text-decoration: none;
	display: block;
	background-color: #E4E4E4;
	padding: 8px;
}	
ul#lnavi_menu li a:hover {
	background-color: #666666;
	color: #FFFFFF;
}


/* news page layout */
/*  news date */
p.date {
	text-align: right;
	color: #669933;
}
/* news box*/
div.news_box {
	border: 1px solid #CEDDC4;
	margin-top: 0.4em;
	padding: 1em;
}
div.news_box p {
	line-height: 140%;
}


/* photo control */
.img_l {
	float: left;
	margin: 0 1em 1em 0;
}
.img_r {
	float: right;
	margin: 0 0 1em 1em;
}

/* news category label */
div.cat_label {
	display: block;
	width: 560px;
	padding: 4px 18px;
	border: 1px solid #CCCCCC;
	background-color: #E8E8E8;
}