@charset "utf-8";
/*==========================================================

Black Style Sheet

===========================================================*/

body {
	text-align: center;
	background-image: url(../img/back_green.gif);
	background-repeat: repeat-x;
	background-position: top;
}
#footer_area {
	background-image: url(../img/footer_back_green.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	text-align: center;
	padding-bottom: 30px;
}

/*==========================================================

1.index.html

===========================================================*/

/***** News area *****/
#news_area {
	float: left;
	height: auto;
	width: 440px;
	background-image: url(../img/news_green.jpg);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 14px;
}

#rss a {
	background-image: url(../img/rss_green.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 22px;
	width: 64px;
	text-indent: -9999px;
	text-decoration: none;
	overflow:hidden;
}
#rss a:hover {
	background-position: 0px -22px;
}

/*==========================================================

2.sub contents

===========================================================*/

/***** contents title *****/
#title h2 {
	font-size: 1.3em;
	font-weight: bold;
	color: #333333;
	background-image: url(../img/h2_icon_green.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 30px;
}
h3 {
	font-size: 1.2em;
	font-weight: bold;
	color: #666666;
	background-image: url(../img/h3_icon_green.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
	height: auto;
	width: 490px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 30px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	margin-bottom: 16px;
}
h4 {
 font-size: 1.1em;
	font-weight: bold;
	color: #666666;
	background-image: url(../img/h4_icon_green.jpg);
	background-repeat: no-repeat;
	background-position: 5px center;
	height: auto;
	width: 500px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	margin-bottom: 14px;
}


/***** side navi *****/
#side_title {
	background-image: url(../img/side_navi_title.png);
	background-repeat: repeat-x;
	background-position: top;
	height: auto;
	width: 190px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #AFEA00;
	border-bottom-color: #999999;
}
