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

* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	font-size: 75%;
	line-height: 1.6;
	color: #333333;
	background-color: #3399FF;
	background-image: url(../top-image/haikei.gif);
	background-repeat: repeat;
	font-family: sans-serif;
}
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;
	width: 858px;
	border-right: 1px solid #666666;
	border-left: 1px solid #666666;
	margin-right: auto;
	margin-left: auto;
}
#main {
	padding: 15px;
	width: 370px;
	margin-bottom: 20px;
	float: right;
}
#main2 {
	padding: 15px;
	clear: both;
	width: 798px;
	height: 70px;
}

#sidebar {
	padding: 15px;
	width: 428px;
	margin-bottom: 20px;
	float: left;
}
#footer {
	color: #FFFFFF;
	background-color: #333333;
	padding: 15px;
	clear: both;
}
/*  header styles                     
---------------------------------------*/
#header {
	height: 75px;
	position: relative;
}
#header #logo {
	left: 15px;
	top: 10px;
	position: absolute;
}
#header ul {
	position: absolute;
	left: 0px;
	width: 858px;
	top: 57px;
}
#header ul li {
	list-style: none;
	float: left;
}
#header ul li a {
	line-height: 1.5em;
	color: #666666;
	text-decoration: none;
	background-color: #CCCCCC;
	text-align: center;
	display: block;
	height: 1.5em;
	width: 141px;
	border-top: 1px solid #FFFF00;
	border-bottom: 2px double #666666;
	border-left: 1px solid #FFFFFF;
}
#header ul li a:hover {
	background-color: #e8ecf5;
}
#home #header #nHome a {
	color: #FFFFFF;
	background-color: #828ca7;
}


#sidebar #bigtopp {
	margin-top: 20px;
	margin-left: 14px;
}
#sidebar h2 {
	margin-top: 30px;
	margin-left: 14px;
	margin-bottom: 30px;
}
#sidebar #news dt {
	font-weight: bold;
	background-image: url(../top-image/point.gif);
	background-repeat: no-repeat;
	background-position: left center;
	clear: left;
	float: left;
	width: 5em;
	margin-bottom: 10px;
	padding-left: 15px;
	margin-left: 14px;
}

#sidebar #news dd {
	margin: 0px 14px 10px 6em;
	height: 1%;
}
#sidebar #sp {
	margin-top: 100px;
}



/*       main styles               
---------------------------------------*/
#main h2 {
	background-image: url(../top-image/midasi2.gif);
	background-repeat: no-repeat;
	font-weight: bold;
	background-position: left center;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 14px;
	font-size: 100%;
	margin-bottom: 5px;
	border-top: 1px solid #FF9900;
	border-bottom: 1px solid #FF9900;
}
#main h2 a:link {
	text-decoration: none;
}
#main h2 a:visited {
	text-decoration: none;
	color: #999999;
}
#main h2 a:hover {
	color: #000000;
	text-decoration: none;
}
#main h3 {
	margin-left: 10px;
	margin-bottom: 5px;
}


#main p {
	margin-left: 10px;
	margin-bottom: 1em;
	line-height: 1.8em;
}
/*       footer stlyes               
---------------------------------------*/
#footer  ul li a {
	color: #CCCCCC;
}
#footer ul li a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#footer p a {
	color: #CCCCCC;
}
#footer p a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#footer ul li {
	display: inline;
	list-style: none;
	margin-right: 15px;
	height: 1%;
}
#footer p {
	margin: 0px;
	float: right;
}
