@charset "utf-8";

/* ===============[ Reset ]=============== */
* {
	margin: 0px;
	padding: 0px;
}
body {
	background: url(../shared-img/back.jpg) repeat center top;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: center;
}
strong, th {
	font-weight: bold;
}
img {
	border: none;
}
p, dd {
	text-align: justify;
	text-justify: distribute;
	}
.clearfix:after {
	content: "."; 
	display: block;
	height: 0; 
	clear: both; 
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }

/* ===============[ Layout ]=============== */

#wrapper {
	height: auto;
	width: 920px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	height: 80px;
	width: 920px;
}
#header h1 {
	float: left;
	width: 257px;
	height: 80px;
}

#header ul {
	height: 80px;
	width: 663px;
	float: left;
}
#header li {
	list-style: none;
	display: inline;
	float: left;
}
#header li a {
	font-size: 1px;
	text-indent: -9999px;
	display: block;
}
#header .nav-btn1 a {
	background: url(../shared-img/nav_btn1.jpg) no-repeat 0px 0px;
	height: 80px;
	width: 132px;
}
#header .nav-btn1 a:hover {
	background: url(../shared-img/nav_btn1.jpg) no-repeat 0px -80px;
}
#header .nav-btn1-active {
	background: url(../shared-img/nav_btn1.jpg) no-repeat 0px -80px;
	height: 80px;
	width: 132px;
	font-size: 1px;
	text-indent: -9999px;
}
#header .nav-btn2 a {
	background: url(../shared-img/nav_btn2.jpg) no-repeat 0px 0px;
	height: 80px;
	width: 132px;
}
#header .nav-btn2 a:hover {
	background: url(../shared-img/nav_btn2.jpg) no-repeat 0px -80px;
}
#header .nav-btn2-active {
	background: url(../shared-img/nav_btn2.jpg) no-repeat 0px -80px;
	height: 80px;
	width: 132px;
	font-size: 1px;
	text-indent: -9999px;
}
#header .nav-btn3 a {
	background: url(../shared-img/nav_btn3.jpg) no-repeat 0px 0px;
	height: 80px;
	width: 132px;
}
#header .nav-btn3 a:hover {
	background: url(../shared-img/nav_btn3.jpg) no-repeat 0px -80px;
}
#header .nav-btn3-active {
	background: url(../shared-img/nav_btn3.jpg) no-repeat 0px -80px;
	height: 80px;
	width: 132px;
	font-size: 1px;
	text-indent: -9999px;
}
#header .nav-btn4 a {
	background: url(../shared-img/nav_btn4.jpg) no-repeat 0px 0px;
	height: 80px;
	width: 132px;
}
#header .nav-btn4 a:hover {
	background: url(../shared-img/nav_btn4.jpg) no-repeat 0px -80px;
}
#header .nav-btn4-active {
	background: url(../shared-img/nav_btn4.jpg) no-repeat 0px -80px;
	height: 80px;
	width: 132px;
	font-size: 1px;
	text-indent: -9999px;
}
#header .nav-btn5 a {
	background: url(../shared-img/nav_btn5.jpg) no-repeat 0px 0px;
	height: 80px;
	width: 135px;
}
#header .nav-btn5 a:hover {
	background: url(../shared-img/nav_btn5.jpg) no-repeat 0px -80px;
}
#header .nav-btn5-active {
	background: url(../shared-img/nav_btn5.jpg) no-repeat 0px -80px;
	height: 80px;
	width: 135px;
	font-size: 1px;
	text-indent: -9999px;
}
#content {
	height: auto;
	width: 920px;
	clear: both;
	text-align: left;
	font-size: 13px;
	line-height: 140%;
	color: #333333;
}
#content a {
	color: #339900;
	text-decoration: underline;
}
#content a:hover {
	text-decoration: none;
}
#footer {
	height: 90px;
	width: 920px;
	background: url(../shared-img/footer_back.jpg) no-repeat;
	border-top: 1px dotted #666666;
	clear: both;
}
#footer ul {
	float: right;
	text-align: right;
	padding-right: 30px;
	padding-top: 40px;
}
#footer li {
	list-style: none;
	display: inline;
	font-size: 11px;
	padding-left: 15px;
	margin-left: 15px;
	color: #339900;
}
#footer .icon1 {
	background: url(../shared-img/footer_icon1.gif) no-repeat left center;
}
#footer .icon2 {
	background: url(../shared-img/footer_icon2.gif) no-repeat left center;
}
#footer li a {
	color: #339900;
	text-decoration: none;
}
#footer li a:hover {
	text-decoration: underline;
}
#footer address {
	float: left;
	font-style: normal;
	color: #666666;
	font-size: 13px;
	line-height: 140%;
	text-align: left;
	padding-top: 15px;
	padding-left: 30px;
}
#footer address strong {
	font-size: 15px;
}
#footer address span {
	font: 9px Arial, Helvetica;
}
a.blank-icon {
	background: url(../shared-img/new_window.gif) no-repeat right center;
	padding-right: 15px;
}
.red-text {
	color: #CC0000;
}
.small-text {
	font-size: 11px;
}
