@charset "utf-8";
/* CSS Document */
/*======================　ボタン押下設定　======================*/
/*#global_nav .btn_4 img{
	visibility: hidden;
}*/

/*======================　背景画像　======================*/
body{
	background: url(../img/common/bodybg_top3.jpg) repeat-x top;
}
/*======================　各ページスタイル　======================*/
#main_contents h1 {
	background: url(../img/common/headline_bg1.jpg) no-repeat 0px 0px;
	height: 28px;
	width: 495px;
	padding-left: 55px;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	font-size: 20px;
	font-weight: bold;
	padding-top: 10px;
}
#main_contents .news_box .news_title {
	font-size: 15px;
	color: #FFF;
	background: #333;
	width: 530px;
	border-style: none;
	padding: 5px 10px;
	margin-top: 30px;
	font-weight: bold;
}
#main_contents .news_box .news_txt {
	width: 535px;
	margin-top: 15px;
	margin-left: 15px;
}

#left_contents dt {
	background: url(../img/common/news_categorybg.jpg) no-repeat;
	width: 192px;
	height: 19px;
	padding-top: 6px;
	padding-left: 8px;
}
#left_contents dl a dd.new_month{
	background: url(../img/common/mark_7.gif) no-repeat 0px 0.5em;
	padding-left: 10px;
	display: block;
	margin-left: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	width: auto;
	padding-right: 10px;
}
#left_contents dl a{
	text-decoration: none;
	color: #333;

}
#left_contents dl ul li {
	background: url(../img/common/mark_7.gif) no-repeat 0px 0.5em;
	padding-left: 10px;
	display: block;
	margin-left: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	color: #CCC;
	text-decoration: none;
	width: auto;
	padding-right: 10px;
}
*:first-child+html #left_contents dt{
	margin-left: 0px;
}
*:first-child+html dd.new_month{
	margin-left: 0px;
}
#left_contents dl ul a li{
	color: #333;
}
#left_contents dl {
	width: 200px;
}
#left_contents dl ul ul li {
	margin-left: 25px;
}
.news_box2{
	margin-bottom: 20px;
	width: 620px;
}
.news_box:after{
	content:".";
	display:block;
	clear:both;
	height:0px;
	visibility:hidden;
	font-size:0;
}
.news_box2:after{
	content:".";
	display:block;
	clear:both;
	height:0px;
	visibility:hidden;
	font-size:0;
}
.news_more{
	display: inline;
	float: right;
	margin-right: 10px;
	color: #333;
	margin-top: 10px;
}

strong{
	font-weight: bold;
}
