@charset "utf-8";
/* formatting style
-------------------------------------------*/

* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	color: #333333;
	background-color: #CCCCCC;
	font-size: 75%;
	line-height: 1.6;
	font-family: Arial, Helvetica, sans-serif;
}
hr {
	display: none;
}
/* link style
-------------------------------------------*/

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 {
	position: relative;
	left: +1px;
	top: +1px;
}
/* basic layout
-------------------------------------------*/

#wrapper {
	background-color: #FFFFFF;
	width: 900px;
	border-right: 1px solid #666666;
	border-left: 1px solid #666666;
	margin: 0px auto;
}
#main {
	padding: 15px;
	float: right;
	width: 600px;
	margin-bottom: 30px;
}
#main h2 {
	font-size: 100%;
	font-weight: bold;
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 4px 0px 4px 15px;
	margin-bottom: 15px;
	border-top: 3px solid #00CCFF;
	border-bottom: 1px dotted #666666;
}

#sidebar {
	padding: 15px;
	float: left;
	width: 200px;
	margin-bottom: 20px;
	top: 200px;
}
#sidebar ul {
	margin-top: 10px;
}
#sidebar ul li {
	margin-bottom: 6px;
	list-style: none;
}
#sidebar ul li a {
	background-image: url(images/arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	width: 180px;
	padding-left: 15px;
}
#sidebar ul li a:hover {
	background-image: url(images/arrow_hover.gif);
}

#footer {
	padding: 15px;
	clear: both;
	color: #FFFFFF;
	background-color: #999999;
	background-image: url(images/footer.gif);
}
/* formatting style
-------------------------------------------*/

#header {
	height: 175px;
	width: 900px;
}
#header ul {
	background-color: #FFFFFF;
	width: 900px;
	left: 2px;
	top: 150px;
}
#header ul li {
	list-style: none;
	float: left;
}
#header ul li a {
	line-height: 2.5em;
	color: #666666;
	text-decoration: none;
	background-color: #CCCCCC;
	height: 2.5em;
	width: 177.6px;
	border-top: 3px solid #FFFF00;
	border-bottom: 2px double #999999;
	border-left: 2px solid #FFFFFF;
	text-align: center;
	display: block;
}
#header ul li a:hover {
	background-color: #e8ecf5;
}
#header ul li#nHome a {
}

#home #header #nHome a,
#profile #header #nProfile a,
#gyoumu #header #nGyoumu a,
#link #header #nLink a,
#contact #header #nContact a,{
 color: #FFFFFF;
 background-color: #828ca7;
}
#maindl#news dt {
	font-weight: bold;
	background-image: url(images/bullet2.gif);
	background-repeat: no-repeat;
	background-position: left center;
	clear: left;
	float: left;
	width: 5em;
	margin-bottom: 10px;
	padding-left: 15px;
}
