/*********************************************
**    Copyright (c) 2002-2008 FOREST FUND OF EHIME.
**                  All Rights Reserved.
**********************************************/

/*++++++++++++++++++++++++++++++++++++++++
         初期化設定
++++++++++++++++++++++++++++++++++++++++*/
* {
	margin				: 0;
	padding				: 0;
	font-family			: "ＭＳ Ｐゴシック", "Osaka−等幅";
	line-height			: 150%;
	font-size			: small;
}

/*++++++++++++++++++++++++++++++++++++++++
         基本設定
++++++++++++++++++++++++++++++++++++++++*/
body {
	margin				: 0;
	background			: url(image/s_kabe2.gif) repeat;
	background-color	: #E9F4E0;
}

img {
	border				: 0;
}

a {
	color				: #003300;
	text-decoration		: none;
}
a:hover {
	text-decoration		: underline;
}

ul ,li {
	list-style-type		: none;
}


/*++++++++++++++++++++++++++++++++++++++++
         list設定
++++++++++++++++++++++++++++++++++++++++*/
.main_list {
	margin-top			: 3px;
}

.main_list li {
	margin-bottom		: 6px;
}
	div.main_list ul li.list_bottom {
		padding-bottom		:5px;
	}

.sub_list li {
	background		: url(image/side_arrow.gif) no-repeat 20px 4px;
	padding			: 0 0 0 30px;
	margin			: 0 0 5px 0;
	line-height		: 130%;
}
.sub_list li a {
	font-size		: 100%;
	line-height		: 130%;
}
/*IE6 hack*/
	* html .sub_list li{
		line-height		: 100%;
	}
	* html .sub_list li a {
		font-size		: 83%;
	}
