@charset "Shift_JIS";

* {
	padding: 0;
	margin: 0;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
html {
	margin:0;
	padding:0;
	height:100%;
}

h1,h2,h3,h4,h5,h6,p,
ul,ol,li,dl,dt,dd,
table,th,td,
form,select,option,input,
address,pre,em,strong,
blockquote,q,cite {
	padding: 0;
	margin: 0;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 100%;
	font-style: normal;
	text-decoration: none;
}

img {
	border: none;
}

ol,ul {
	list-style-type: none;
}

/* 背景画像を指定、センタリング */
body {
	text-align:center;/*IE5.5*/
	margin:0 auto;
	font-size:82%;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3",Arial, Helvetica,  sans-serif;
	padding:0px;
	background: #C7C7A3 url(../img/bg1.jpg) repeat-x;
	color:#333333;
}

/* hyper link*/
a {
	color: #157528;
	text-decoration: underline;
}
a:visited {
	color: #157528;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

/*影背景、幅802px指定*/
#warapper {
	width:804px;
	margin:0 auto;
	padding:0;
	text-align:left;
	background:url(../img/warapper_bg.gif) repeat-y center;
}

#header {
	position:relative;
	width:800px;/*幅800に指定*/
	margin:0 2px;/*センターへ*/
	height:69px;
	background:url(../img/head_bg.jpg) no-repeat;
}
#header h1 a {
	position:absolute;/*Mac IE*/
	top:24px;
	left: 23px;
	width:175px;
	height:29px;
	background:url(../img/h1.jpg) no-repeat;
	display:block;
}
#header .catch {
	position:absolute;/*Mac IE*/
	top:4px;
	left: 23px;
	width:276px;
	height:16px;
	background:url(../img/catch.jpg) no-repeat;
	display:block;
}
#header span {
	display:none;
}
.seotxt {
	position:absolute;
	left:445px;
	top:2px;
	font-size:10px;
	line-height:120%;
	width:350px;
	text-align:right;
	color:#666666;
}
#header ul {
	position:absolute;
	top:43px;
	left:475px;
}
#header ul li {
	float:left;
	width:100px;
	margin-right:4px;
}
#header ul li a {
	display:block;
	width:100%;
	height:0 !important;
	height /**/:22px;
	padding-top:22px;
	background-image:url(../img/headmenu.jpg);
	overflow:hidden;
}
#headernavi01 a { background-position: 0 0;}
#headernavi02 a { background-position: -104px 0;}
#headernavi03 a { background-position: -208px 0;}

#headernavi01 a:hover { background-position: 0 -22px;}
#headernavi02 a:hover { background-position: -104px -22px;}
#headernavi03 a:hover { background-position: -208px -22px;}

/*フッター*/
#footer {
	position:relative;
    height:34px;
	width:800px;
	margin:0 2px;
	clear:both;
	background:url(../img/footer_bg.jpg) no-repeat;
	overflow:hidden;
}
#footer ul {
	position:absolute;
	top:8px;
	left:12px;
	width:390px;
}
#footer ul li {
	float:left;
	margin-right:20px;
	background:url(../img/footicon.gif) no-repeat 0% 50% ;
	padding-left:12px;
	
}
#footer ul li a {
	color:#FFFFFF;
	text-decoration:none;
}
#footer ul li a:hover {
	color:#C5838D;
	text-decoration:underline;
}
/* テキストナビ */
#textnavi {
	width:800px;
	font-size:84%;
	line-height:140%;
	padding:20px 0;
	clear:both;
}
#textnavi ul {
	width:620px;
	margin-left:90px;
	
}
#textnavi li {
	float:left;
	display:block;
	white-space:nowrap;
}
#textnavi a ,.textnavi a:visited{
	color:#333333;
	text-decoration:none;
}

#textnavi a:hover {
	color:#157528;
	text-decoration:underline;
}


.copyright {
	position:absolute;
	left:420px;
	top:12px;
	width:380px;
	font-size:12px;
}


/* 列を作るときの親ボックス */
.container {
	width:760px;
	margin-left:20px;
	clear:both;
}

/*---------↑ここまでが全頁対応-----------*/

/*---------↓ここからはトップ以外対応--------*/


/*メインメニュー*/
#navi{
	position:relative;
	width:800px;
	margin:0 2px;
	height:48px;
	background:url(../img/navi_bg.jpg) repeat-y;
	border-bottom:solid 1px #666666;
	clear:both;
}

/* メインコンテンツ */
#main{
	position:relative;
	margin:0 2px;
	padding-top:25px;
	padding-bottom:12px;
	width:800px;
}

h2 {
	width:720px;
	height:35px;
	margin-left:40px;
	margin-bottom:20px;
}

.totop {
	margin-top:20px;
	margin-left:620px;
	width:160px;
	clear:both;
}



.clear{
	clear:both;
	height: 0px;
}

