@charset "UTF-8";
/* CSS Document */

/*白背景色*/

td {
	border-color:#666666;
}
/*2009.07.14 空欄を明示する*/
td.blank{
	text-align:center;
	background-color:#E6E6E6;
}

th {
	border-color:#666666;
	color:#000000;
	background-color:#DDE4EB;
}
dt{
	color:#000000;
}
body  {
	color: #333333;
	background-color:#E9F1E5;
}
@media print{
/*印刷時*/
	body{
		background-color:#FFFFFF;
	}
}
#wrapper{
	/*background-image:url(../images/side_bg.gif);
	background-repeat:repeat-y;
	background-position:left;*/
	background-color:#FFFFFF;
}


a:link, a:visited {
	color:#003300;
	text-decoration:none;
	font-weight:bold;
}
a:hover, a:active {
	color:#008500;
	text-decoration:none;
	font-weight:bold;
}

/*ヘッダー*/
#header{
	background-image:url(../images/h1_bg1.gif);
}
#h_top{
	background-image:url(../images/h1_mascot1.gif);
}
/*ツールボタン*/
#t_plus a{
	height:27px;
	width:27px;
	background-image:url(../images/t_plus1.gif);
}
#t_minus a{
	height:27px;
	width:20px;
	background-image:url(../images/t_minus1.gif);
}
#t_black a{
	height:27px;
	width:20px;
	background-image:url(../images/t_black1.gif);
}
#t_white a{
	height:27px;
	width:20px;
	background-image:url(../images/t_white1.gif);
}
#t_reset a{
	height:27px;
	width:78px;
	background-image:url(../images/t_reset1.gif);
}

/*フッター*/
#footer{
	background-image:url(../images/f_bg1.jpg);

}
#access{
	background-image:url(../images/arrow1.gif);
}
address{
	color:#000000;
	background-image:url(../images/h1_bg1.gif);
	background-position:80px 10px;
	background-repeat:repeat-x;

}
address #name{
	color:#CC3300;
}
address #name strong{
	color:#000000;
}
@media print{
/*印刷時*/
	#footer{
		background:none;
	}
}
ul.list_link  a,
ul.list_link  a
{
	background-image:url(../images/arrow1.gif);
}

#main #topic #topic_txt h3{
	color:#000000;
}
#contents h3.txt_title{
	color:#000000;
	background-color:#E8E8E8;
	border-top-color:#60780C;
	border-top-style:solid;
	border-top-width:3px;
	border-bottom-color:#60780C;
	border-bottom-style:double;
	border-bottom-width:3px;

}
#contents h4{
	color:#000000;
	border-bottom-style:dotted;
	border-bottom-color:#999999;
	border-bottom-width:1px;
	border-left-color:#60780C;
	border-left-style:solid;
	border-left-width:5px;
}
#contents
#related h4{
	border-left-style:none;
	border-left-width:0;
	border-bottom-style:none;
	border-bottom-width:0;
}
#contents h5{
	color:#000000;
}
/*パン屑********************************************************/
.route li a{
	background-image:url(../images/r_bg1.gif);
}


#related h4{
	background-image:url(../images/rh_bg1.gif);
	background-position:bottom;
	background-repeat:repeat-x;
}

/*フォトギャラリー*/
.album h5{
	border-bottom-color:#60780C;
}
/*フォーム エラーによる注目情報*/
#error_msg h4, .error_chk{
	color:#FF0000;
}
/*SUガイド*/
#g_seach{
	background-color:#E6EDD4;
	background-image:url(../guide/images/seach_bg1.gif);
}
#l_category h3{
	color:#42601D;
}
#explain a{
	background-image:url(../guide/images/expla_mbg1.gif);
}
#explain h3{
	color:#003300;
	background-image:url(../guide/images/expla_mbg1.gif);
}