@charset "utf-8";

/*--■全体定義--------------------*/
/**********************************************************/
* {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	line-height: 140%;
}
body {
	margin: 0;
	padding: 0;
	text-align: center;
}
.w_body {
	width:960px;
	position:relative;
	margin:0 auto;
}
.side_bg {
	background-color:#DDDDDD;
}
/**********************************************************/

/*--■コンテンツ定義--------------------*/
/**********************************************************/
/* p_menu ボタン（カレントページ）*/
.p_menu_Base {
	line-height: 23px;
	float: left;
	height:23px;
	background-color:#FFFFFF;
	font-size:12px;
}
.p_menu_a {
	background-image: url(images/menu_02.gif);
	line-height: 23px;
	display: block;
	text-decoration: none;
	color: #333333;
	font-weight: bold;
	text-align: center;
	/*float: left;*/
}
.p_menu_a:hover {
	color: #ff0000;
	background-color:#DDDDDD;
}
/* p_menu ボタン（非カレントページ）*/
.p_menu_a_off {
	line-height: 23px;
	display: block;
	text-decoration: none;
	color: #746454;
	text-align: center;
	width:194px;
}
.p_menu_a_off:hover {
	color: #ff0000;
	background-color:#DDDDDD;
}
/**************************/
/* footer_p_menu ボタン */
.footer_p_menu_a_off {
	line-height: 23px;
	display: block;
	text-decoration: none;
	color: #746454;
	text-align: center;
	font-size:12px;
	margin:5px;
}
.footer_p_menu_a_off:hover {
	color: #ff0000;
}
/**********************************************************/
/* L */
.L_div {
	width:326px;
	float:left;
	margin-right:9px;
	font-size:15px;
}
.L_title {
	border-left:solid 10px #004098;
	color:#004098;
	font-size:16px;
	font-weight:bold;
	padding:0px 5px ;
}
/**********************************************************/
/* topics.html */
.topics_day {
	font-size: 12px;
	color: #2594CC;
	text-align:left;
}
.topics_text {
	font-size: 12px;
	color: #333333;
	text-align:left;
	width: 562px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #033E98;
	padding-left: 6px;
	margin-top: 2px;
	margin-bottom: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 5px;
}
/**********************************************************/
