@charset "utf-8";
/* formatting style
----------------------------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	color: #333333;
	font-family: sans-serif;
	font-size: 75%;
	line-height: 1.6;
	background-color: #FFFFCC;
}
hr {
	display: none;
}
/* link styles
-------------------------------------------------*/
a img {
	border-style: none;
}
a:link {
	color: #333333;
	text-decoration: underline;
}
a:visited {
	color: #999999;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a:active {
	text-decoration: none;
	position: relative;
	left: +1px;
	top: +1px;
}
/* basic layout
-------------------------------------------------*/
#wrapper {
	background-color: #FFFFFF;
	margin: 0px auto;
	width: 760px;
	border-right: 1px solid #FFCC00;
	border-left: 1px solid #FFCC00;
}
#main {
	padding: 15px;
	width: 555px;
	margin-bottom: 20px;
	float: right;
	margin-right: 0px;
	margin-left: 0px;
}
#sidebar {
	float: left;
	width: 140px;
	margin-bottom: 20px;
	padding-top: 15px;
	padding-right: 0px;
	padding-left: 0px;
}
#footer {
	color: #FFFFFF;
	background-color: #FFCC00;
	padding: 15px;
	clear: both;
	text-align: center;
	height: 22px;
}
/* header styles
-------------------------------------------------*/
#header {
	background-image: url(top_img.jpg);
	background-repeat: no-repeat;
	height: 130px;
}
#header h1 {
	margin-top: 10px;
	margin-left: 35px;
	color: #FFCC00;
}
#headsetumei {
	float: right;
	color: #FFCC00;
	margin-right: 25px;
	margin-top: 50px;
	font-weight: bold;
}


/* sidebar styles
-------------------------------------------------*/
#sidebar ul {
	background-color: #FFFFFF;
	width: 168px;
}
#sidebar ul li {
	list-style: none;
}
#sidebar ul li a {
	line-height: 2.5em;
	color: #666666;
	text-decoration: none;
	background-color: #FFCC66;
	height: 2.5em;
	width: 168px;
	border-top: 3px solid #FFFF66;
	border-bottom: 3px groove #999999;
	border-left: 2px solid #FFFFFF;
	text-align: center;
	display: block;
}
#sidebar #hirooka {
	margin-top: 15px;
	margin-bottom: 5px;
	margin-left: 20px;
}
#sidebar ul li a:hover {
	background-color: #FFFF99;
}
#sidebar p {
	text-align: center;
	margin-right: 0px;
	margin-left: 10px;
}

/* main styles
-------------------------------------------------*/
#main h2 {
	margin-bottom: 15px;
}
/* table
-------------------------------------------------*/
#main table {
	margin-bottom: 15px;
	border-top: 1px solid #FFFFCC;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-collapse:collapse;
}
#main table th {
	text-align: right;
	padding: 5px 15px;
	border-bottom: 1px solid #FFFFCC;
}
#main table td {
	padding: 5px 15px;
	border-bottom: 1px solid #FFFFCC;
}
#main table tr.odd {
	background-color: #FFFF99;
}
