@charset "utf-8";
/* formatting style
----------------------------------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	color: #333333;
	background-color: #E8E8E8;
	background-image: url(images/bg.jpg);
	background-repeat: repeat;
	font-family: sans-serif;
	font-size: 12px;
	line-height: 1.6;
}
/* link styles
----------------------------------------------*/
a img {
	border-style: none;
}
a:link {
	color: #0033FF;
	text-decoration: underline;
}
a:visited {
	color: #660066;
	text-decoration: underline;
}
a:hover {
	color: #009900;
	text-decoration: none;
}
a:active {
	color: #FFCC00;
	text-decoration: none;
}
/* basic layout
----------------------------------------------*/
#wrapper {
	background-color: #FFFFFF;
	width: 782px;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	margin: 0px auto;
	border-bottom: 3px double #CCCCCC;
}
#main {
	width: 565px;
	float: right;
	padding: 10px;
	position: relative;
}
#sidebar {
	float: left;
	width: 185px;
	position: relative;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#footer {
	clear: both;
	height: 83px;
}
/* header styles
----------------------------------------------*/
#header {
	height: 65px;
	border-top: 5px solid #009900;
	position: relative;
	border-bottom: 1px solid #009900;
}
#header h1 {
	padding-top: 15px;
	padding-left: 5px;
}
/* main styles
----------------------------------------------*/
#main h3 {
	margin-bottom: 5px;
	background-image: url(images/main_title.jpg);
	background-repeat: repeat-x;
	background-position: left center;
	font-size: 13px;
	line-height: 31px;
	font-weight: bold;
	color: #003399;
	height: 31px;
	padding-left: 12px;
	border: 1px solid #CCCCCC;
}
#main h2 {
	margin-bottom: 10px;
}
#main h4 {
	font-size: 12px;
	line-height: 1.6em;
	font-weight: bold;
	height: 1.6em;
	margin-left: 20px;
	margin-top: 7px;
	margin-bottom: 7px;
}
#main p {
	margin-left: 15px;
	width: 540px;
	padding-bottom: 10px;
}


#main table {
	border: 1px solid #CCCCCC;
	margin-bottom: 10px;
}

#main table td {
	border: 1px solid #CCCCCC;
	padding: 1px 5px 1px 7px;
}
#main     ul {
	margin-left: 60px;
	list-style: decimal;
}
#main li {
}
#main .ul {
	margin-bottom: 15px;
}

#main .box {
	width: 559px;
	padding-top: 15px;
	margin-top: 10px;
	border: 3px double #003399;
	margin-bottom: 12px;
	padding-bottom: 5px;
}
#main .box p {
	line-height: 13px;
	margin-top: -2px;
	margin-bottom: -2px;
}
#main #news {
	padding-bottom: 10px;
}



#kyokaishusai dt {
	font-weight: normal;
	margin: 0px 0px 5px 5px;
	clear: left;
	float: left;
	width: 100px;
	padding-left: 13px;
	background-image: url(images/globe.gif);
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 12px;
}
#kyokaishusai dd {
	font-size: 12px;
	margin: 0px 0px 5px 120px;
	width: 430px;
}
#kyokaishusai {
	margin-bottom: 30px;
}



/* sidebar styles
----------------------------------------------*/
#sidebar ul li {
	list-style: none;
}

#sidebar ul li a {
	font-size: 12px;
	line-height: 25px;
	font-weight: bold;
	color: #3E3E3E;
	text-decoration: none;
	height: 25px;
	width: 183px;
	text-align: center;
	display: block;
	margin-bottom: 4px;
	background-image: url(images/nav_g.gif);
	background-repeat: no-repeat;
	background-position: left center;
	border: 1px solid #006600;
}
#sidebar ul li a:hover {
	background-image: url(images/nav_sg.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#sidebar .address {
	width: 158px;
	border: 1px solid #009900;
	padding: 5px 10px 7px 15px;
	margin-top: 10px;
}
#sidebar .address h3 {
	font-size: 12px;
	line-height: 2em;
	font-weight: bold;
	height: 2em;
	border-bottom: 1px solid #009900;
	text-align: center;
	margin-bottom: 7px;
}


/* footer styles
----------------------------------------------*/
#footer ul li {
	list-style: url(none) none;
	padding-left: 10px;
	float: left;
}
#footer ul li a {
	font-size: 12px;
	line-height: 30px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	height: 30px;
}
#footer ul li a:hover {
	color: #FFCC00;
	text-decoration: none;
}
#footer ul li a:active {
	color: #FFCC00;
	text-decoration: none;
}
#footer p {
	padding-bottom: 5px;
	float: right;
}
#footer .up {
	margin-right: 10px;
}

#footer .fotternavi {
	background-color: #009900;
	height: 28px;
	width: 782px;
	margin-bottom: 5px;
	clear: both;
	border-top: 1px solid #009900;
	border-bottom: 1px solid #009900;
}
#footer .fotternavi ul {
	position: relative;
	width: 380px;
	left: 205px;
}
#footer .fotternavi h3 {
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
