@charset "utf-8";

/* common */
* {
	margin: 0;
	padding: 0;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
a {
	text-decoration: none;
}

/* header */
h1#head {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 10pt;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #1f794e;
	text-align: center;
	height: auto;
	width: 850px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
}
#head strong {
	font-weight: normal;
}
#header {
	background-image: url(header_bg.png);
	background-repeat: no-repeat;
	height: 70px;
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #378049;
	border-left-color: #378049;
}
#header #logo {
	float: left;
	height: 70px;
	width: auto;
	padding-top: 0px;
	padding-bottom: 0px;
}
#header #info {
	float: right;
	margin-right: 10px;
	text-align: right;
	height: 60px;
	padding-top: 8px;
	padding-bottom: 2px;
}
#header #info ul {
	height: auto;
	list-style-position: inside;
	list-style-type: none;
	vertical-align: bottom;
	padding-top: 12px;
}
#header #info li {
	display: inline;
}

/* header nav */
#header_nav {
	margin-right: auto;
	margin-left: auto;
	height: 50px;
	width: 850px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #378049;
	border-left-color: #378049;
	clear: both;
	margin-bottom: 0px;

}
#header_nav ul {
	list-style-position: inside;
	list-style-type: none;
	height: auto;
	width: 850px;
}
#header_nav li {
	display: inline;
	list-style-position: inside;
	list-style-type: none;
}

#header_nav img {
	background-color: #1f794e;
	display: inline-block;
	padding-bottom: 5px;
	height: 45px;
}

/* container */
#container {
	height: auto;
	width: 820px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #378049;
	border-bottom-color: #378049;
	border-left-color: #378049;
	margin-right: auto;
	margin-left: auto;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	margin-top: 0px;
	padding-top: 0px;
}

/* nav */
#nav {
	float: left;
	height: auto;
	width: 180px;
	margin-right: 10px;
}
#nav #rel_con li {
	list-style-position: inside;
	list-style-type: none;
}
#nav #global_nav .nav_title {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 10pt;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(nav_title.png);
	background-repeat: no-repeat;
	text-align: left;
	text-indent: 8px;
	height: 23px;
	margin-top: 5px;
	line-height: 23px;
}
#nav #global_nav {
	list-style-position: inside;
	list-style-type: none;
}
#global_nav .nav_con {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 10pt;
	line-height: 26px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
#global_nav .nav_con a {
	background-image: url(nav_bg1.png);
	background-repeat: no-repeat;
	text-align: left;
	text-indent: 8px;
	height: 26px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 10pt;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	width: 180px;
	margin-top: 1px;
}
#global_nav .nav_con a:hover {
	background-image: url(nav_bg2.png);
	background-repeat: no-repeat;
}

/* contents */
#contents {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 11pt;
	line-height: 15pt;
	color: #666666;
	float: right;
	height: auto;
	width: 625px;
}
#contents #dust {
	margin-top: 2px;
	margin-bottom: 5px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 9pt;
	color: #999999;
}
#contents #dust a {
	text-decoration: none;
	color: #999999;
}


/* footer */
#footer {
	clear: both;
	height: auto;
	width: 820px;
	padding-top: 8px;
}
#footer ul {
	text-align: center;
	list-style-position: inside;
	list-style-type: none;
}
#footer li {
	list-style-type: none;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 10pt;
	display: inline;
	list-style-position: inside;
	font-weight: normal;
}
#footer a {
	text-decoration: none;
	color: #666666;
}

/* copyright */
#copyright {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 9pt;
	color: #CCCCCC;
	text-align: right;
	height: auto;
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	margin-bottom: 5px;
	font-weight: normal;
}
