@charset "utf-8";
/* ----------------------------------------------
	This style is for theme01.
------------------------------------------------- */

body {
	color: #500000;
}

a {
	color: #c00;
}

a:hover {
	color: #ff9b0c;
}

/* ==== container ==== */
#head {
	border-top: solid 4px #c80000;
	background: #fff url(images/theme02_bg_header.gif) left top repeat-x;
	text-align: center;
	margin-bottom: 24px;
	height: 81px;
	_height: 85px;
}
	#head #headerInner {
		text-align: left;
		position: relative;
		margin: 0 auto;
		padding-top: 12px;
		width: 800px;
	}

	#head ul#headerList {
		position: absolute;
		top: 49px;
		left: 162px;
	}

	#head ul#headerList li {
		float: left;
		margin-right: 4px;
	}
		#head ul#headerList li a {
			display: block;
			text-decoration: none;
			text-indent: -9999px;
			width: 76px;
			height: 27px;
		}

		#head ul#headerList li.home a {
			background: url(images/menu_home.gif) right top no-repeat;
		}

		#head ul#headerList li.menu01 a {
			background: url(images/menu_01.gif) right top no-repeat;
		}

		#head ul#headerList li.menu02 a {
			background: url(images/menu_02.gif) right top no-repeat;
		}

		#head ul#headerList li.menu03 a {
			background: url(images/menu_03.gif) right top no-repeat;
		}

		#head ul#headerList li.menu04 a {
			background: url(images/menu_04.gif) right top no-repeat;
		}

			#head ul#headerList li a:hover {
				background-position: left top;
			}