@charset "UTF-8";

/*---------------------------------------clearfix*/
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

/*----------------------------------------テキスト←→画像*/
.hide-text {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

/*---------------------------------------body*/

body{
	font-family:"ＭＳ Ｐゴシック", "Osaka‐等幅", sans-serif;
	font-size:12px;
	color: #666666;
	letter-spacing:0.1em;
	background-image: url(../img/common/bg.gif);
	background-repeat: repeat-x;
	background-color: #ffffff;
}

a:link {
	color: #127221;
	text-decoration: underline;
}
a:hover {
	color: #a3b283;
	text-decoration: none;
}

a:visited{
	color: #127221;
	text-decoration: underline;
}

.topbox{
	text-align: right;
	padding-top: 5px;
	height: 10px;
	width: 530px;
	float: left;
	margin-left: 20px;
}

h1{
	font-size: 10px;
}

.f_gray_b{
	font-size: 14px;
	font-weight: bold;
}

.f_blue_b{
	font-size: 14px;
	font-weight: bold;
	color: #2667a7;
}

.f_green_b{
	font-size: 14px;
	font-weight: bold;
	color: #127221;
}

.f_green{
	color: #127221;
}

.f_red_b{
	font-weight: bold;
	color: #F00;
}

.f_red{
	color: #F00;
	font-size: 12px;
}

.f_12{
	font-size: 12px;
}

/*---------------------------------------page-top*/
#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#page-top a {
	background: #1e9c31;
	text-decoration: none;
	color: #fff;
	width: 70px;
	padding: 20px;
	text-align: center;
	display: block;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
#page-top a:hover {
	text-decoration: none;
	background: #69c577;
}

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

#wrapper{
	width: 994px;
	background-position: center top;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

/*---------------------------------------header*/

#header{
	height: 95px;
	width: 994px;
	background-image: url(../img/common/header.gif);
	background-repeat: repeat-y;
	background-position: center top;
}

#top_link01{
	float: left;
	height: 40px;
	width: 400px;
	margin-top: 36px;
	margin-left: 25px;
}

#top_link01 a{
	display: block;
	height: 40px;
	width: 400px;
}

#top_link02{
	float: right;
	height: 35px;
	width: 250px;
	margin-top: 10px;
	margin-right: 20px;
}

#top_link02 a{
	display: block;
	height: 35px;
	width: 250px;
}

/*---------------------------------------navi*/
#navi{
	width: 994px;
	height: 58px;
}

ul top_navi{
	width: 994px;
	height: 58px;
}

li{
	float: left;
	display: inline;
}

/*---------------------------------------contents_box*/

#contents_box{
	width: 950px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#spacer01{
	background-image: url(../img/common/shadow.gif);
	height: 29px;
	width: 950px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#spacer02{
	height: 15px;
	width: 658px;
	float: left;
}

/*--------------------------------------- footer */

#footer {
	clear: both;
	background-image: url(../img/common/footer.gif);
	background-repeat: no-repeat;
	width: 950px;
	height: 280px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#footer_menu {
	width: 100%;
	height: 40px;
	position: relative;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 170px;
}

#footer_menu ul {
	position: relative;
    left: 50%;
    float: left;
	}

#footer_menu ul li {
	position: relative;
	left: -50%;
	float: left;
	display: inline;
	width: auto;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 0;
	padding-left: 2px;
	color: #666;
}

#footer_menu ul li a{
	color: #127221;
	font-weight: bold;
}

#footer_menu ul li a:hover {
	color: #a3b283;
	text-decoration: none;
}

#footer address {
	text-align: center;
	font-size: 14px;
	color: #666;
	height: 20px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0;
}
