@charset "UTF-8";
/* CSS Document */

@import "./reset.css";

html,body {
	height: 100%;
}

img {
	margin: 0px;
	border: none;
}

body {
	margin: 0px;
}
* {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 100%;
}
.clear {
	font-size: 0px;
	clear: both;
}
#cont_area p a {
	color: #006633;
}

.text_indent {
	text-indent: 1em;
}
strong {
	font-weight: bold;
}


#container {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #333;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #333;
	border-left-color: #333;
}
#header {
	height: 100px;
	width: 860px;
	padding-right: 20px;
	padding-left: 20px;
}
#header h1 {
	background-image: url(../images/common/logo.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -999em;
	display: block;
	width: 360px;
	overflow: hidden;
	height: 100px;
	float: left;
}
#header h1 a {
	text-decoration: none;
	text-indent: -999em;
	display: block;
	height: 100px;
	width: 360px;
	overflow: hidden
}
#header #sub_navi {
	width: 490px;
	float: right;
	font-size: 90%;
}
#header #sub_navi #btn_en a{
	background-image: url(../images/common/english.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -999em;
	display: block;
	height: 30px;
	width: 130px;
	overflow: hidden;
	margin-bottom: 10px;
	float: right;
}
#header #sub_navi #sub_menu {
	display: block;
	float: right;
	clear: both;
	margin-bottom: 10px;
}
#header #sub_navi #sub_menu li {
	display: inline;
}
#header #sub_navi #sub_menu .green_square a {
	background-image: url(../images/common/green_square.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	padding-right: 1em;
	line-height: 1;
	text-decoration: none;
	color: #333;
}
#header #sub_navi #sub_menu .green_square a:hover {
	color: #73BE1E;
	text-decoration: underline;
}

#header #sub_navi #sub_menu .green_square_now a {
	background-image: url(../images/common/green_square.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	padding-right: 1em;
	line-height: 1;
	color: #73BE1E;
	text-decoration: underline;
}

#header #sub_navi #sub_menu .sitemap_search a {
	background-image: url(../images/common/serach.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	line-height: 1;
	color: #333;
	text-decoration: none;
}
#header #sub_navi #sub_menu .sitemap_search a:hover {
	color: #73BE1E;
	text-decoration: underline;
}

#header #sub_navi #sub_menu .sitemap_search_now a {
	background-image: url(../images/common/serach.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	line-height: 1;
	color: #73BE1E;
	text-decoration: underline;
}

#header #sub_navi #text_size {
	display: block;
	clear: both;
	float: right;
	background-image: url(../images/common/text_size_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 20px;
	width: 190px;
	font-size: 13px;
	line-height: 1;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
}
#header #sub_navi #text_size li {
	display: inline;
	line-height: 1;
	color: #FFF;
}
#header #sub_navi #text_size #text_title {
	margin-right: 1em;
}
#header #sub_navi #text_size #big a{
	color: #4EA92B;
	background-color: #FFF;
	text-decoration: none;
	padding: 2px;
}
#header #sub_navi #text_size #middle a{
	color: #4EA92B;
	background-color: #FFF;
	text-decoration: none;
	padding: 2px;
}
#header #sub_navi #text_size #small a{
	color: #4EA92B;
	background-color: #FFF;
	text-decoration: none;
	padding: 2px;
}

/* --------------------------------------------- wrapper ------------------------ */

#wrapper {
	width: 860px;
	padding-bottom: 40px;
	padding-right: 20px;
	padding-left: 20px;
	float: left;
}

#footer {
	background-color: #333;
	height: 80px;
	width: 898px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #333;
	border-left-color: #333;
	text-align: center;
	padding-top: 1em;
	float: left;
	clear: both;
}
#footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	line-height: 1em;
	color: #FFF;
}
.page_top {
	font-size: 80%;
	line-height: 1;
	color: #333;
	padding-top: 80px;
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-left: 10px;
	clear: both;
	float: left;
	width: 590px;
}
.page_top ul {
	display: block;
}
.page_top ul li {
	display: inline;
}
.page_top ul li a {
	color: #999;
	text-decoration: none;
	background-image: url(../images/common/arrow_small.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 16px;
}
.page_top ul li a:hover {
	color: #666;
}
.page_top2 {
	font-size: 80%;
	margin-top: 20px;
	width: 600px;
	float: left;
}
#cont_area .page_top2 p a   {
	float: right;
	color: #999;
	text-decoration: none;
	background-image: url(../images/common/arrow_small.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 16px;
}
#cont_area .page_top2 p a:hover {
	text-decoration: underline;
}
