@charset "utf-8";
/* formatting style
---------------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	color: #333;
	background-color: #E8FFFF;
	background-image: url(images/bg.gif);
	background-repeat: repeat;
	font-size: 70%;
	line-height: 1.6;
	font-family: sans-serif;
}
hr {
	display: none;
}
/* link style
--------------------------  */
a img {
	border-style: none;
}
a:link {
	color: #333;
	text-decoration: underline;
}
a:visited {
	color: #999;
	text-decoration: underline;
}
a:hover {
	color: #00F;
	text-decoration: none;
}
#wrapper {
	background-color: #FFF;
	width: 858px;
	margin: 0px auto;
}
#main {
	padding: 15px;
	float: right;
	width: 600px;
	margin-bottom: 20px;
	overflow: auto;
	height: 500px;
}
#main h2 {
	font-size: 100%;
	font-weight: bold;
	padding: 4px 0px 4px 15px;
	margin-bottom: 15px;
	border-top: 3px solid #CCC;
	border-bottom: 1px dotted #999;
	background-image: url(images/1ha-to.aka.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: 10px;
}
#main h3 {
	border-left: 3px double #666;
	font-size: 100%;
	text-indent: 5px;
	padding: 4px 0px 4px 10px;
	color: #333;
	border-top: 1px solid #D8D8D8;
	background-color: #efefef;
}

#sideber {
	padding: 0px;
	float: left;
	width: 200px;
	margin-bottom: 20px;
}
#sideber table dl#news2 dt {
	background-image: url(images/bullet2.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin: 0px;
	width: 5em;
	padding-left: 15px;
}
#sideber table dl#news2 dd {
	margin: 0px 0px 3px 1em;
	padding: 0px;
	color: #099;
}


#footer {
	padding: 15px;
	clear: both;
	color: #F3F;
	background-color: #C2DBF5;
	border-top: 1px solid #00F;
}

a:active {
	text-decoration: none;
	position: relative;
	left: +1px;
	top: +1px;
}
/* basic layout
--------------------------  */
#footer1 {
	clear: both;
	padding: 0px;
}
/* header styles
--------------------------  */
#header {
	border-top: 3px solid #00F;
	height: 160px;
	background-image: url(images/topbar.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
#sideber ul {
	background-color: #FFF;
	width: 225px;
	left: 0px;
	top: 0px;
}
#sideber ul li {
	list-style: none;
}
#sideber ul li a {
	line-height: 2.5em;
	color: #333;
	text-decoration: none;
	background-color: #E6FFFF;
	height: 2.5em;
	width: 200px;
	border-bottom: 1px solid #FCF;
	text-align: left;
	display: block;
	background-image: url(images/1ha-to.gray.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: 35px;
	border-right: 1px none #FCF;
}
#sideber ul li a:hover {
	background-color: #FFF;
	background-image: url(images/1ha-to.gray.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#home #sideber #nHome a,
#profile #sideber #nProfile a,
#ko-su #sideber #nKo-su a,
#faq #sideber #nFaq a,
#staff #sideber #nStaff a,
#station #sideber #nStation a,
#hureai #sideber #nHureai a,
#unnanya #sideber #nUnnanya a,

{
	background-image: url(images/2aoha-to.gif);
	background-repeat: no-repeat;
	background-position: left center;
	color: #00F;
	background-color: #A6FFFF;
}


/* footer styles
--------------------------  */
#footer ul li a {
	color: #333;
}
#footer ul li a:hover {
	color: #00F;
	text-decoration: none;
}
#footer ul li {
	display: inline;
	list-style: none;
	margin-right: 15px;
}
#footer p {
	margin: 0px;
	float: right;
}
/* table
--------------------------  */
#main table {
	margin-bottom: 15px;
	border-top: 1px solid #cccccc;
	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 #cccccc;
}
#main table td {
	padding: 5px 15px;
	border-bottom: 1px solid #cccccc;
}
#main table tr.odd {
	background-color: #efefef;
}
