@charset "utf-8";

/******************** 共通項目 ******************************/
*{
	margin:0;
	padding:0;
	}

body{
	margin:0px auto;
	padding:0;
	font-family: "MS P ゴシック","MS PGothic", "Osaka","ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Lucida Grande", "Verdana" ;
	font-size:100%;
	line-height:1.8;
	text-align:center;
	background:#227237 url(../images/body-bg.jpg) repeat-x 0 0;
	}

/********** 画像調整 **********/
img{
	border: 0;
	}

.img-l{
	float:left;
	}

.img-r{
	float:right;
	}

.img-c{
	clear:both;
	margin:0 auto;
	text-align:center;
	}

/********** テキストリンク **********/
a{
	color:#0066ff;
	}

a:hover{
	text-decoration:none;
	color:#0066ff;
	}

a:visited{
	color:#444444;
	}

/********** その他調整 **********/
p{
	/* padding:0 0 1em 0; */
	}

hr{
	clear:both; visibility:hidden;
	}

/********** テーブル調整 **********/
table{
	border-spacing: 0;
	border-collapse: collapse;
	}

th , td{
	padding:5px 10px;
	}

/******************** コンテナ ******************************/
#container{
	background-color: #ffffff;
	text-align: center;
	margin: 0px auto;
	width: 900px;
	text-align: left;
}

/******************** ヘッダー ******************************/
#header{
	position:relative;
	width:900px;
	height:80px;
	}

#header h1{
	font-size: 65%;
	font-weight: normal;
	color: #666666;
	position: absolute;
	left: 20px;
	top: 5px;
}

#header-logo{
	float:none;
	position:absolute;
	top:25px;
	left:20px;
	font-size:62.5%;
	}

#header-text01{
	position:absolute;
	left: 510px;
	top: 10px;
	font-size:62.5%;
	}

#header-text02{
	position:absolute;
	top:55px;
	left:510px;
	font-size:62.5%;
	width: 366px;
	text-align: right;
	}

#header-tel{
	position:absolute;
	top:35px;
	left:510px;
	}

#header-fax{
	position:absolute;
	top:35px;
	left:700px;
	font-size:62.5%;
	}
/******************** ナビゲーションスペース ******************************/
#navi-g{
	margin:0 auto;
	text-align:center;
	width:900px;
	}

#navi-g ul{
	padding:0 20px;
	list-style:none;
	}

#navi-g li{
	float:left;
	}

/******************** コンテンツメインスペース ******************************/
#container-mainspace{
	float:left;
	margin:0 0 0 20px;
	_margin:0 0 0 10px;
	font-size:92.5%;
	width:600px;
	}

/******************** コンテンツライトペース ******************************/
#container-rightspace{
	font-size: 75%;
	background-image: url(../images/navi-a-bg.gif);
	background-repeat: no-repeat;
	margin: 0 20px 0 0;
	width: 250px;
	height: 270px;
	float: right;
	_margin: 0 10px 0 0;
}
#container-rightspace ul{
	list-style-type: none;
}
#container-rightspace li{
	position: relative;
	height: 60px;
}
#container-rightspace a{
	position: absolute;
	left: 15px;
	top: 7px;
}
#container-rightspace span{
	position: absolute;
	left: 35px;
	top: 29px;
	display: block;
}

/******************** メインビジュアル ******************************/
#mainimg{
	}

/******************** パンくず ******************************/
#topicpath{
	font-size:72.5%;
	width:100%;
	}

#topicpath a{
	color:#999999;
	text-decoration:none;
	}

#topicpath a:hover{
	text-decoration:underline;
	}

/******************** アンカートップ ******************************/
#pagetop{
	clear:both;
	position:relative;
	margin:0 auto;
	padding:0;
	width:100%;
	height:25px;
	}

#pagetop a{
	position:absolute;
	left:740px;
	text-decoration:none;
	}

/******************** フッター ******************************/
#footer{
	font-size: 72.5%;
	text-align: left;
	margin: 0 20px;
	padding: 0;
	width: 860px;
	height: 165px;
	clear: both;
	background: url(../images/footer_bg.jpg) no-repeat 0 0;
}

#footer a{
	text-decoration: underline;
	color: #0066ff;
}

/******************** フッターパンくず ******************************/
#footer-topicpath{
	margin:0;
	padding:0;
	text-align:left;
	width:860px;
	background:url(../images/footer_topicpath_bg.gif) no-repeat 0 0;
	}

#footer-topicpath ol{
	margin:0;
	list-style:none;
	padding:0 0 0 15px;
	height:34px;
	}

#footer-topicpath li{
	float:left;
	height:34px;
}

#footer-topicpath a,#footer-topicpath span{
	font-size: 92.5%;
	text-decoration: none;
	color: #666666;
	line-height: 34px;
	padding: 2px 21px 0 5px;
	display: block;
	background: url(../images/footer_topicpath_arrow.gif) no-repeat right;
}

#footer-topicpath a:hover{
	text-decoration:underline;
	}

/******************** フッターナビゲーション ******************************/
#footer-navi{
	clear:both;
	margin:20px;
	}

#footer-navi a{
}

#footer-navi a:hover{
	text-decoration:none;
	}

#footer-navi a:visited{
	color:#444444;
	}
/********** アドレス **********/
address{
	font-style: normal;
	color: #666666;
	line-height: 1.2;
	margin: 0 0 0 20px;
	float: left;
}

/********** コピーライト **********/
#copyright{
	font-size: 75.5%;
	color: #666666;
	text-align: center;
	clear: both;
	padding:15px;
}

#copyright a{
	color:#0066FF;
	text-decoration:none;
	}

#copyright a:hover{
	text-decoration:underline;
	}

/********** エラーボックス **********/
#error-box{
	margin:0 auto;
	text-align:center;
	width:540px;
}

#error-box ul{
	margin:0 0 0 2em;
	color:#CC0000;
	font-weight:bold;
	text-align:left;
}

#error-box p{
	font-weight:bold;
}

/********** 完了ボックス **********/
#kanryou-box{
	margin:20px auto;
	text-align:center;
	width:540px;
}
