@charset "utf-8";

body {
	color: #000066;
	line-height: 1.5;
	margin-top: 32px;
	margin-right: auto;
	margin-bottom: 32px;
	margin-left: auto;
	width: 600px;
	background-color: #FFFFFF;
	background-image: url(../image/bg.jpg);
	border: 2px solid #000066;
	}

p {
	border-top-width: 0.5em;
	border-right-width: 1em;
	border-bottom-width: 0.5em;
	border-left-width: 1em;
}

h1 {
	font-size: x-large;
}

h2 {
	font-size: large;
}

/* header Block */

#header #logo {
	width: 600px;
	text-align: center;
	background-color: #333333;
}

#header #helpMenu {
	width: 420px;
	float: right;
}

#header ul {
	background-color: #eee;
	margin: 0px;
	padding-top: 0.3em;
	padding-right: 0px;
	padding-bottom: 0.3em;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: gray;
	border-left-color: gray;
	text-align: right;
	font-size: medium;
}

#header li {
	margin-top: 0px;
	margin-right: 0.5em;
	margin-bottom: 0px;
	margin-left: 0.5em;
	display: inline;
}

#header form {
	text-align: right;
	margin: 0px;
	font-size: medium;
}

#header fieldset {
	padding-top: 0.3em;
	padding-right: 1em;
	padding-bottom: 0.3em;
	padding-left: 1em;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#header input#search {
	width: 15em;
	margin-right: 0.5em;
}

/* nav Block */
#gnavi {
	clear: both;
	background-color: #CCCCCC;
	height: 29px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 14px;
}

#nav {
	clear: both;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 12px;
	background-color: #CCCCCC;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#nav li {
	color: #333333;
	background-repeat: no-repeat;
	background-image: url(../image/bar_base.gif);
	display: block;
	float: left;
	width: 88px;
	height: 22px;
	text-align: center;
	padding-top: 7px;
	background-color: #CCCCCC;
}

#nav li.current {
	color: #15355F;
	font-weight: bold;
}

#nav li.barleft {
	width: 23px;
	background-repeat: no-repeat;
	background-image: url(../image/bar_left.gif);
}

#nav li.barright {
	width: 21px;
	background-repeat: no-repeat;
	background-image: url(../image/bar_right.gif);
}

#nav a {
	color: #333333;
	display: block;
	width: 100%;
	text-decoration: none;
}

#nav a:hover {
	color: #333333;
	text-decoration: underline;
	font-weight: bold;
}

/* contents Block */
#contents {
	clear: both;
	float: left;
	background-color: #FFFFFF;
}

#contents .main {
	float: left;
	width: 100%;
	background-color: #CCCCCC;
}

#contents .sub {
	float: right;
	width: auto;
}

/* footer Block */
#footer {
	clear: both;
}

#footer #contact_wbg{
	background-image: url(../image/news_bg.gif);
	background-repeat: repeat-y;
	background-color: #FFFFFF;
	padding-left: 20px;
}

#footer #contact{
	background-color: #FFFFFF;
	padding-left: 20px;
}

#footer ul {
	margin: 0;
	padding-top: 0.3em;
	padding-right: 0;
	padding-bottom: 0.3em;
	padding-left: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: gray;
}

#footer li {
	display: inline;
	margin-right: 0.5em;
	margin-left: 0.5em;
}

#footer address {
	text-align: right;
	padding-top: 15px;
	padding-right: 1em;
	padding-bottom: 0em;
	padding-left: 1em;
	font-style: normal;
	background-color: #666666;
	color: #FFFFFF;
	vertical-align: bottom;
	clear: both;
}

.style_min {
	font-size: small
}

.style_bold {
	font-weight: bold;
}

