@charset "utf-8";
/*==========================================================

Black Style Sheet

===========================================================*/

body {
	border-top-color: #999999;
}
#g_navi_area {
	background-image: url(../img/navi_back.jpg);
}
#g_navi a:hover {
	background-image: url(../img/navi.jpg);
}
#footer {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #999999;
}
/*text*/
h2 {
	color: #666666;
	background-image: url(../img/h2.gif);
	border-bottom-color: #666666;
}
h3 {
	color: #666666;
}
.h3_line {
	border-top-color: #999999;
	border-bottom-color: #999999;
}

/*==========================================================

1.index.html

===========================================================*/

/***** News area *****/
#news_top {
	color: #666666;
	background-image: url(../img/news.gif);
}


/*==========================================================

2.side navi

===========================================================*/

#side_navi a {
	background-image: url(../img/side_navi.gif);
	background-position: 6px center;
	background-repeat: no-repeat;
}
#side_navi a:hover {
	color: #666666;
}