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

body {
	background: #01951d  url(../images/BG_loop.gif) repeat-x right top;
	color: #FFFFFF;
	font-size: 14px;
	line-height: 1.6em;
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"メイリオ",Meiryo,"ＭＳ Ｐゴシック",MS-PGothic,sans-serif;
}
.clear{
	clear:both;
	display:block;
	height:1px;
	margin:0;
	overflow:hidden;
	padding:0;
	width:auto;
}
.left{
	float:left;
}
.right{
	float:right;
}
.rollover{}

a:link{ color:#05961e;}
a:hover{ color:#05961e;}
a:visited{ color:#05961e;}
a:active{ color:#05961e;}

#wrapper {
	width: 900px;
	margin:0px auto;
	padding:0px 0px 360px;
	position: relative;
	background: url(../images/emblem.gif) no-repeat center bottom;
}
#wrapper img {
	vertical-align: bottom;
}
#wrapper #discription {
	text-align: right;
	font-size: 12px;
	line-height: 20px;
}
#wrapper #footer {
	background: url(../images/footdotX.gif) repeat-x;
	text-align: center;
	padding-top: 13px;
	height: 30px;
}
#wrapper h1 {
	position: absolute;
	left: 5px;
	top: 33px;
}

#wrapper #contact {
	text-align: center;
	background: url(../images/separator.gif) no-repeat;
	padding-top: 58px;
	padding-bottom: 36px;
}
#wrapper #contact #btn_contact {
	padding-bottom: 13px;
}
#wrapper #contact ul {
	display: block;
	list-style: disc outside;
	font-size: 16px;
	text-align: left;
	width: 7em;
	margin: 10px auto 0px;
	font-weight: bold;
}
#wrapper #contact li {
	list-style: circle outside;
}
#wrapper #link {
	padding-bottom: 42px;
	padding-top: 12px;
	background: url(../images/bg_link.gif) no-repeat;
}
#wrapper #link ul li {
	float: left;
	padding-left: 12px;
}
#wrapper #link ul li.firstChild {
	padding-right:5px;
}
.arrow {
	background: url(../images/arrow.gif) no-repeat left;
	padding-left: 13px;
	display: block;
}
.highlight {
	color: #fe4343;
}
.note {
	font-size: 12px;
}
.keyColor {
	color: #05961e;
}

