@charset "utf-8";
/* CSS Document */

/* ▼g_navi
------------------------------------------------------------------------------------------*/
/* ▲g_navi
------------------------------------------------------------------------------------------*/


/* ▼left_menu
------------------------------------------------------------------------------------------*/
div#left_menu li.go_other a{
	display: block;
	background-color: #f6f6f6;
	background-image: url(/news/images/lm_goother.gif);
	background-repeat: no-repeat;
	background-position: center left;
	width: 100%;
	border-bottom: 1px solid #64add3;
	padding: 5px 5px 5px 20px;
	text-decoration: none;
}
div#left_menu li.go_other a:hover{
	background-color: #0651aa;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(/news/images/lm_goother_over.gif);
}

div#left_menu li.go_other_s a{
	display: block;
	background-color: #0651aa;
	background-image: url(/news/images/lm_goother_over.gif);
	background-repeat: no-repeat;
	background-position: center left;
	width: 100%;
	border-bottom: 1px solid #64add3;
	padding: 5px 5px 5px 20px;
	text-decoration: none;
	color: #FFFFFF;
}
div#left_menu li.go_other_s a:hover{
	background-color: #0651aa;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(/news/images/lm_goother_over.gif);
}
/* ▲left_menu
------------------------------------------------------------------------------------------*/

/* ▼contents
------------------------------------------------------------------------------------------*/
div#contents h1{
	background-image: url(/news/images/t1_bg.gif);
	background-repeat: no-repeat;
	background-position: top;
	font-size: 120%;
	font-weight: bold;
	color: #FFFFFF;
	width: 542px;
	height: 33px;
	padding: 1px 3px 3px 35px;
}

div#news{
	width: 90%;
	margin: 0px auto 10px auto;
}
div#news .photo_news{
	float: right;
	padding: 0px 0px 10px 10px;
}
div#news span{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 5px;
	color: #003399;
	font-weight: bold;
	border-left: #003399 solid 5px;
}
div#news .text{
	margin: 8px 0px 8px 0px;
	padding: 0px 0px 5px 0px;
	border-bottom: #0033CC solid 1px;
	background-image: url(/inc/images/icon_blue.gif) ;
	background-position: bottom right;
	background-repeat: no-repeat;
}
div#news .text02{
	margin: 8px 0px 8px 0px;
	padding: 0px 0px 5px 0px;
	border-bottom: #0033CC solid 1px;
}
/* ▲contents
------------------------------------------------------------------------------------------*/