@charset "shift_jis";

#content table {
	clear: both;
	float: none;
	height:auto;
}

/* ------------------------------------------------------
 左サイドメニュー
------------------------------------------------------ */
#left {
	clear: both;
	float: left;
	width: 250px;
	margin-top:30px;
	margin-right: 38px;
	margin-bottom:125px;
}
#left_menu {
	width: 250px
}
#left_menu_head{
	color:#ffffff;
	background:url(../img/subpage/sub_side_1.png) no-repeat;
	height:45px;
}
.side_head{
	padding-left:20px;
	padding-top:10px;
}
#left_menu ul {
	list-style-position:inside;
	margin: 0;
	padding: 0;
}
#left_menu li {
	font-size:90%;
	border-bottom: #009933 solid 1px;
	border-right: #009933 solid 1px;
	border-left: #009933 solid 1px;
	display: block;
	padding-top: 6px;
	padding-bottom: 6px;
	background:url(../img/subpage/sub_side_maru.png) no-repeat;
	background-position: left center;
}
#left_menu a {
	padding-left:20px;
	color:#014fa4;
	text-decoration: none;
}
#left_menu a:hover {
	color:#009933;
}
#left_menu_life {
	width: 250px
}
#left_menu_life ul {
	list-style-position:inside;
	margin: 0;
	padding: 0;
}

#left_menu_life li {
	font-size:90%;
	border-bottom: #009933 solid 1px;
	border-right: #009933 solid 1px;
	border-left: #009933 solid 1px;
	display: block;
	padding-top: 6px;
	padding-bottom: 6px;
	color:#014fa4;
}
.list_1{
	padding-left: 20px;
	background:url(../img/subpage/sub_side_maru.png) no-repeat;
	background-position: left center;
}
.list_2{
	padding-left: 40px;
	background:url(../img/subpage/sub_side_line.png) no-repeat;
	background-position: left center;
}

#left_menu_life a {
	color:#014fa4;
	text-decoration: none;
}
#left_menu_life a:hover {
	color:#009933;
}
#left_bottom {
	float: left;
	width: 170px;
	clear: left;
	padding-left: 10px;
}


.cat-bannerarea{
	margin:15px 0;
}

.cat-bannerarea img{
	margin:2px 0;
	border:none;
}
.cat-bannerarea  a:hover img{
	opacity:0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
	background: #ffffff;
}


/* ------------------------------------------------------
 右サイド
------------------------------------------------------ */
#main {
	float: right;
	height: auto;
	margin-top: 20px;
	margin-bottom: 30px;
	width: 710px;
	/*_width: 556px; /*  IE6用　最後の文字の繰り返し対応  */
}
.title{
	margin-bottom:10px;
}
#main ul {
	width: 710px;
	margin: 0;
	padding: 0;
	list-style:none;
/*	list-style-position:inside;*/
	line-height: 1.5em;
}
#main li {
	padding-top: 10px;
}
#main ul a {
	color:#014fa4;
	text-decoration: none;
	padding-left:10px;
}
#main ul a:hover {
	color:#009933;
}
#main ol {
	margin: 10px 10px 0 50px;
	padding: 0;
	line-height: 1em;
}
#main ol li {
	margin: 0 0 5px 0;
	padding: 0;
}
.topicPath {
	font-size: 80%;
	text-decoration: none;
}


/* ------------------------------------------------------
 中央リスト
------------------------------------------------------ */

#top_list li{
	background:url(../img/subpage/sub_list.png) no-repeat;
	background-position: bottom;
	padding-left: 30px;
	line-height:2.3;
}
.top{
	margin-top:20px;
}
.top a{	
	color:#009933;
	font-size: 90%;
	border: #009933 solid 1px;
	padding: 5px 10px;
}


/* ------------------------------------------------------
 中央リスト（写真つき）
------------------------------------------------------ */

#top_list ul.catlist-p{
	margin:10px 0 !important;

}

#top_list ul.catlist-p li{
	width:345px;
	margin:0 10px 20px 0 !important;
	padding:0 !important;
	background-image:none !important;
	float:left;
	border:none !important;
	font-size:1.1em;
	line-height:1.6 !important;
}

#top_list ul.catlist-p li img{
	margin-right:15px;
	float:left;
}
#top_list ul.catlist-p li a:hover img{
	opacity:0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
	background: #ffffff;
}

#top_list ul.catlist-p li span{
	float:left;
}

#top_list ul.catlist-p li a{
	border:none !important;
	padding:0 !important;
}


/* ------------------------------------------------------
 見出し装飾
------------------------------------------------------ */
h1{
	color:#ffffff;
	background:url(../img/subpage/sub_h1.png) no-repeat;
	font-size: 140%;
	margin: 0;
	padding: 7px 0px 0px 30px;
	width: 100%;
	text-align: left;
	letter-spacing: 2px;
	height: 46px;
}
h2{
	color:#000000;
	background:url(../img/subpage/sub_h2.jpg) no-repeat;
	background-position: bottom;
	font-size: 100%;
	margin: 10px 0 0 0;
	padding: 10px 0px 0px 50px;
	text-align: left;
	height: 35px;
	line-height:1;
}
h3{
	color:#000000;
	background:url(../img/subpage/sub_h3.jpg) no-repeat;
	background-position: bottom;
	font-size: 100%;
	margin: 20px 0 0 0;
	padding: 10px 0px 0px 10px;
	text-align: left;
	height: 35px;
	line-height:1;
}
h4{
	color:#000000;
	background:url(../img/subpage/sub_h4.jpg) no-repeat;
	background-position: bottom;
	font-size: 100%;
	margin: 20px 0 0 0;
	padding: 10px 0px 0px 10px;
	text-align: left;
	height: 35px;
	line-height:1;
}
/*.wcvleft{
	color:#000000;
	background:url(../img/subpage/sub_h3.jpg) no-repeat;
	background-position: bottom;
	font-size: 100%;
	margin: 20px 0 0 0;
	padding: 10px 0px 0px 10px;
	text-align: left;
	height: 35px;
	line-height:1;
}
.wcvleft a{
	color:#000000;
	font-size: 100%;
	padding-left: 10px;
	height: 35px;
	line-height:1;
	text-decoration: none;
}
*/



/*--------------サイトマップ-------------------*/

#sitemap_font p{
	color:#000000;
	font-size: 100%;
	background:url(../img/subpage/sub_list.png) no-repeat;
	background-position: bottom;
	padding-left: 40px;
	margin-top:10px;
	line-height:1;
}
#sitemap_font a{
	color:#009933;
}

/*----------------other----------------------*/

#content table {
	clear: both;
	float: none;
}

.font_mmidashi {
	font-size: 12px;
	color: #333333;
	width: 98%;
	border: thin solid #CCCCCC;
	padding-top: 4px;
	padding-bottom: 4px;
}
.font01 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: medium;
	color: #0080C0;
}

.top{
	font-size: 0.9em;
	text-align: right;
}





