@charset "utf-8";
/*広報*/

/*左ナビ----------------------------------------------*/
#left_navi {
	margin-top: 5px;
	margin-bottom: 20px;
}
#left_navi h3 {
	background-color: #00b6ea;
	font-size: 16px;
	color: #FFFFFF;
	padding-top: 7px;
	padding-left: 5px;
	margin-bottom: 2px;
	padding-bottom: 7px;
}
#left_navi li {
	list-style-type: none;
}
#left_navi .on {
	background-color: #00b6ea;
	font-size: 12px;
	background-image: url(../05magazine/img/ya_on.gif);
	background-repeat: no-repeat;
	background-position: 5px;
	text-indent: 18px;
	padding-top: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #00b6ea;
	padding-bottom: 4px;
}
#left_navi .on a{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
#left_navi .off {
	font-size: 12px;
	background-image: url(../05magazine/img/ya_off.gif);
	background-repeat: no-repeat;
	background-position: 5px;
	text-indent: 18px;
	padding-top: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #00b6ea;
	padding-bottom: 4px;
}
#left_navi .off a{
	color: #333333;
	text-decoration: none;
}
#left_navi .off a:hover{
	color: #00b6ea;
	text-decoration: none;
}
/*ナビ----------------------------------------------*/

/*右コンテンツ--------------------------------------*/
#con_main h3 {
	background-image: url(../05magazine/img/title.gif);
	height: 78px;
	width: 576px;
	text-indent: -9999px;
}
#con_main h4 {
	background-image: url(../05magazine/img/st_base.gif);
	background-repeat: repeat-x;
	font-size: 18px;
	color: #FFFFFF;
	padding-top: 5px;
	padding-left: 7px;
	padding-bottom: 5px;
}

/*コンテンツ*/
#info_table {
	width: 540px;
	margin-left: auto;
	margin-top: 15px;
	font-size: 13px;
	line-height: 16px;
	margin-right: auto;
}
#info_table table {
	width: 100%;
	border: 1px solid #CCCCCC;
}
#info_table th {
	background-color: #E6F1FB;
	padding-top: 2px;
	color: #333333;
	padding-left: 5px;
	padding-right: 5px;
}
#info_table li {
	list-style-position: outside;
	list-style-type: square;
	margin-left: 15px;
}
#info_table img {
	border: 1px solid #999999;
}
#info_table h5 {
	font-size: 13px;
}

#info_table td {
	background-color: #f5f5f5;
	padding: 3px;
}


/****************************************************/
