@charset "UTF-8";

/* formatting style
-------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	font-family:
"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "MS Pゴシック", "MS P Gothic", "sans-serif";
	font-size: 75%;
	line-height: 2;
	color: #333333;
	background-image: url(images/header.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
hr {
	display: none;
}

/* link style
-------------------*/
a img {
	border-style: none;
}
a:link {
	color: #1d3994;
}
a:visited {
	color: #941d55;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
	position: relative;
	left: +1px;
	top: +1px;
}

/* basic layout
-------------------*/
#wrapper {
	width: 860px;
	margin: 0px auto;
}
#header {
	background-image:;
	height: 100px;
	position: relative;
}
#main {
	padding: 15px;
	float: left;
	width: 630px;
	margin-bottom: 20px;
	margin-top: 30px;
}
#sidebar {
	float: left;
	width: 170px;
	margin-bottom: 20px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	margin-top: 20px;
}
#footer {
	color: #333333;
	background-color: #f0f0f0;
	padding: 15px;
	clear: both;
}

/* header styles
-------------------*/
#header p {
	color: #333333;
	text-align: right;
	position: absolute;
	top: 35px;
	right: 15px;
}
#header p a {
	color: #333333;
	text-decoration: none;
}
#header p a:hover {
	color: #999999;
	text-decoration: underline;
}
#header img {
	position: absolute;
	left: 15px;
	top: 30px;
}
#header ul {
	background-color: #FFFFFF;
	width: 860px;
	position: absolute;
	left: 0px;
	top: 100px;
}
#header li {
	float: left;
	list-style: none;
}
#header ul li a {
	line-height: 2.5em;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	display: block;
	height: 2.5em;
	width: 170px;
	border-right: 1px solid #FFFFFF;
	background-image: url(images/header.gif);
}
#header ul li a:hover {
	color: #ffffff;
	background-image: url(images/header_hover.gif);
}
#header　ul li#nHome a {
	border-left-style: none;
}
#main hr {
	border-bottom: 1px solid #CCCCCC;
}

/* main styles
-------------------*/
#main h1 {
	margin-bottom: 15px;
	font-size: 150%;
	font-weight: bold;
	padding: 4px 0px 4px 15px;
	color: #333333;
	border-top: 3px solid #333333;
}
#main em {
	font-weight: bold;
	color: #FF0000;
}
#main h2 {
	margin-bottom: 15px;
	font-size: 120%;
	font-weight: bold;
	border-bottom: 2px solid #;
	border-left: 8px solid #ff8000;
	border-top: 2px solid #ff8000;
	line-height: normal;
	margin-top: 15px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 15px;
}
#main h3 {
	font-weight: bold;
	color: #333333;
	border-bottom: thin solid #CCCCCC;
	font-size: 100%;
}
#main p {
	line-height: 1.8;
}
#main #info {
	background-color: #CCCCCC;
	background-repeat: repeat-y;
	padding: 5px;
	border-right: thin solid #999999;
	border-bottom: thin solid #999999;
	color: #333333;
}
#main #info h3 {
	font-size: 1.2em;
	background-color: #FFFFFF;
	margin-bottom: 1em;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
	font-weight: bold;
	border-bottom: 1px solid #000000;
	color: #333333;
	border-right: 1px solid #000000;
}
#main #info2 {
	background-color: #CCCCCC;
	background-repeat: repeat-y;
	padding: 5px;
	border-right: thin solid #999999;
	border-bottom: thin solid #999999;
	color: #333333;
}
#main #info2 h3 {
	font-size: 1.2em;
	background-color: #FFFFFF;
	margin-bottom: 1em;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
	font-weight: bold;
	border-bottom: 1px solid #000000;
	color: #333333;
	border-right: 1px solid #000000;
}
#main #info3 {
	background-color: #CCCCCC;
	background-repeat: repeat-y;
	padding: 5px;
	border-right: thin solid #999999;
	border-bottom: thin solid #999999;
	color: #333333;
}
#main #info3 h3 {
	font-size: 1.2em;
	background-color: #FFFFFF;
	margin-bottom: 1em;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
	font-weight: bold;
	border-bottom: 1px solid #000000;
	color: #333333;
}
#main #input {
	line-height: 2.5em;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	display: block;
	height: 2.5em;
	width: 170px;
}
#main #input a {
	color: #FFFFFF;
}
#main #input a:hover {
	text-decoration: underline;
}
#main #input a:visited {
	text-decoration: underline;
}
#main dl#news dt {
	font-weight: bold;
	clear: left;
	float: left;
	width: 5em;
	margin-bottom: 10px;
	padding-left: 15px;
}
#main #tool img {
valign="top"
align="right"
}
#main dl#news dd {
	margin: 0px 0px 10px 6em;
}
#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-collapse:collapse;
	border-left-style: none;
}
#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;
	border-top: 1px solid #CCCCCC;
}
#main table tr.odd {
	background-color: #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
}

/* sidebar styles
-------------------*/
#sidebar ul li {
	margin-bottom: 6px;
	list-style: none;
	font-size: 10px;
}
#sidebar ul li a {
	line-height: 2.5em;
	color: #333333;
	text-decoration: none;
	text-align: center;
	display: block;
	height: 2.5em;
	width: 170px;
	border: 1px solid #FFFFFF;
	background-image: url(images/button.gif);
}
#sidebar ul li a:hover {
	color: #FFFFFF;
	background-image: url(images/button_hover.gif);
}
#sidebar ul li {
	margin-bottom: 6px;
	list-style: none;
	font-size: 10px;
}
#sidebar ul li #mail a {
	line-height: 2.5em;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #e02e2e;
	text-align: center;
	display: block;
	height: 2.5em;
	width: 170px;
}
#sidebar ul li #mail a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
/* footer styles
-------------------*/
#siteinfo {
	text-align: center;
}
#siteinfo a {
	color: #333333;
}
#siteinfo a hover {
	color: #000000;
}
#footer p {
	text-align: center;
}
address {
	text-align: center;
}


#sidebar h4 {
	font-size: 9px;
}
h4 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#main ul {
	color: #666666;
	list-style-type: none;
	text-indent: 1em;
}
.info {
	border: 3px solid #FF0000;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 130%;
	background-color: #FFFFCC;
}
