@charset "utf-8";
@import "deco.css";

/* 2009.06.26更新
---------------------------------------------------------------------*/

/* 初期設定
----------------------------------------------------------------*/

*{
	margin:0;
	padding:0;
}
html{
	padding-top:20px;
	background:url(../common_img/html_bg.jpg) repeat-x center 20px #fff;
}
body{
	margin:0px;
	font-family:'Hiragino Kaku Gothic Pro','メイリオ','Meiryo','ＭＳ Ｐゴシック',Osaka,sans-serif;
	color:#333;
	font-size:13px;
	line-height:20px;
	text-align:center;
	background:url(../common_img/body_bg.jpg) no-repeat center top;
	min-width:900px;
}
h1,h2,h3,h4,h5,h6,p{
	margin:0;
	padding:0;
	font-size:13px;
	line-height:20px;
	font-weight:100;
	}
td,th{
	color:#333;
	font-size:13px;
	line-height:20px;
	font-family:'Hiragino Kaku Gothic Pro','メイリオ','Meiryo','ＭＳ Ｐゴシック',Osaka,sans-serif;
	text-align:left;
	vertical-align:top;
	margin:0;
	padding:0;
	}
form {
	margin:0;
	padding:0;
	}
select,input {
	margin:0;
	padding:0;
	}
textarea{
	resize:none;
}
img {
	margin:0px;
	padding:0px;
	border:0px;
	vertical-align:top;
	}
ul,li {
	list-style:none;
	margin:0;
	padding:0;
	}
option{
    padding-right:1em;
    }
a{
	color:#3aa7d5;
	text-decoration:underline;	
	}
a:hover{
	color:#ffa200;
	text-decoration:underline;
	}

/* SEO
----------------------------------------------------------------*/
#seo{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:19px;/* ここ増やしたらhtmlのpadding-topも増やす */
	background:url(../common_img/seo_bg.gif) repeat-x 0 0 #00415c;
	border-bottom:1px solid #002e44;
	text-align:left;
	
	}
	#seo h1{
		width:840px;	
		color:#fff;
		font-size:9px;
		line-height:15px;
		padding:3px 0 1px;
		margin:0 auto;
		}

/* ヘッダ
----------------------------------------------------------------*/
#header{
	position:relative;
	width:880px;
	height:90px;
	margin:0 auto;
	}
	#header #logo {
		position:absolute;
		top:25px;
		left:20px;
		}

/* ラッパー
----------------------------------------------------------------*/
#wrapper{
	width:840px;
	background:url(../common_img/wrapper_bg.jpg) no-repeat 0 0;
	text-align:left;
	margin:0 auto;
	padding:20px;
	}

/*横ナビ
----------------------------------------------------------------*/
#hnavigation {
	width:840px;
	margin:0;
	padding:0;
	}
	#hnavigation li{
		width:auto;
		float:left;
		}
		#hnavigation li img {
			margin:0;
			padding:0;
			}

/*メイン
----------------------------------------------------------------*/
#main{
	width:800px;
	margin:0;
	padding:15px 20px 0;
	}

/*ステージ
----------------------------------------------------------------*/
#stage{
	width:800px;
	margin:0;
	}

/*フッタラッパー
----------------------------------------------------------------*/
#footer_wrp{
	width:100%;
	min-width:880px;
	heigth:165px;
	background:url(../common_img/footer_bg.gif) repeat-x center 70px;
}

/*フッタナビ
----------------------------------------------------------------*/
#fnavigation_bg{
	width:800px;
	background:url(../common_img/footer_bg.gif) repeat-x center bottom;
	margin:0 auto;
}
#fnavigation{
	position:relative;
	width:800px;
	height:80px;
	background:url(../common_img/dot_line05.gif) repeat-x left top;
}
	#fnavigation #txtlink{
		position:absolute;
		top:25px;
		left:0;
		width:100%;
	}
		#fnavigation #txtlink p{
			color:#7a9b41;
			font-size:12px;
			text-align:center;
			line-height:20px;
		}
		#fnavigation #txtlink p a{
			color:#7a9b41;
			text-decoration:underline;
		}
		#fnavigation #txtlink p a:hover{
			color:#ffa200;
			text-decoration:underline;
		}
	#fnavigation #f_pagetop{
		z-index:2;
		position:absolute;
		right:0;
		bottom:0;
	}

/*フッタ
----------------------------------------------------------------*/
#footer {
	position:relative;
	width:800px;
	height:65px;
	text-align:center;
	margin:0 auto;
	padding:0;
	}
	#footer p{
		color:#94711a;
		font-size:12px;
		line-height:15px;
	}
	/* 会社情報*/
	#footer #fcompany{
		position:absolute;
		top:20px;
		left:0;
		text-align:left;
		}
	/* コピーライト*/
	#footer #fcopy{
		position:absolute;
		top:27px;
		right:0;
		text-align:right;
		}