/*---------------------------------------

　　　　　タグセレクタ類

---------------------------------------*/

* {
	margin: 0px;
	padding: 0px;
}

body {
	font-size: 75%;
	line-height: 1.8em;
	background-color:#FFFFFF;
	background-image:url(../this_page_img/bg.gif);
	background-position:top;
	background-repeat:repeat-x;
}

ul {
	list-style-type: none;
}

strong{
	font-weight:normal;
	}
	
h4{
margin-top:20px;
color:#0066FF;
border-bottom-color:#0066FF;
border-bottom-style:dotted;
border-bottom-width:1px;
margin-bottom:10px;
}
	
/*---------------------------------------

　　　　　wrapperのレイアウト

---------------------------------------*/

#wrapper{
	width:900px;
	overflow:hidden;
	margin-left:auto;
	margin-right:auto;
}


/*---------------------------------------

　　　　　headerのレイアウト

---------------------------------------*/

#header{
	width:900px;	
	height:100px;
	background-image:url(../this_page_img/header_img.gif);
	margin-left:auto;
	margin-right:auto;
	position:relative;
}

h1 a{
	text-indent:-9999px;
	text-decoration:none;
	overflow:hidden;
	display:block;
	width:310px;
	height:60px;
	position:absolute;
	top:10px;
}

h2{
	color:#777777;
	font-size:10px;
	font-weight:normal;
	top:2px;
	position:absolute;
}

#header ul{
	position:absolute;
	top:75px;
	right:0px;
	color:#6FB81D;
	}

#header li{
	float:left;
	text-decoration:none;
	overflow:hidden;
	margin-left:10px;
	}

#header #header_navi a{
	color:#6FB81D;
	font-size:10px;
	text-decoration:none;
	}

#header #header_navi a:hover{
	color: #6FB81D;
	font-size:10px;
	text-decoration:none;
	border-bottom-style:dotted;
	border-bottom-color:#6FB81D;
	border-bottom-width:1px;
	}

/*---------------------------------------

　　     g_naviのレイアウト

---------------------------------------*/

#g_navi{
	width:900px;
	height:47px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../this_page_img/g_navi.gif);
	}

#g_navi li{
	float:left;
	}
	
#g_navi01 a{
	width:170px;
	height:47px;
	text-indent:-9999px;
	text-decoration:none;
	overflow:hidden;
	display:block;
}

#g_navi02 a{
	width:170px;
	height:47px;
	text-indent:-9999px;
	text-decoration:none;
	overflow:hidden;
	display:block;
}


#g_navi03 a{
	width:170px;
	height:47px;
	text-indent:-9999px;
	text-decoration:none;
	overflow:hidden;
	display:block;
}


#g_navi04 a{
	width:170px;
	height:47px;
	text-indent:-9999px;
	text-decoration:none;
	overflow:hidden;
	display:block;
}


#g_navi05 a{
	width:220px;
	height:47px;
	text-indent:-9999px;
	text-decoration:none;
	overflow:hidden;
	display:block;
}

	
#g_navi #g_navi01 a:hover{
	background-image:url(../this_page_img/g_navi_over.gif);
	background-position:0px 0px;
	}
	
#g_navi #g_navi02 a:hover{
	background-image:url(../this_page_img/g_navi_over.gif);
	background-position:-170px 0px;
	}
	
#g_navi #g_navi03 a:hover{
	background-image:url(../this_page_img/g_navi_over.gif);
	background-position:-340px 0px;
	}
	
#g_navi #g_navi04 a:hover{
	background-image:url(../this_page_img/g_navi_over.gif);
	background-position:-510px 0px;
	}

#g_navi #g_navi05 a:hover{
	background-image:url(../this_page_img/g_navi_over.gif);
	background-position:-680px 0px;
	}
	
/*---------------------------------------

　　    bodyのレイアウト
#body…サイドメニュー表示用
#body2…サイドメニュー非表示用
---------------------------------------*/
#body_top{
	width:900px;
	height:20px;
	background-image:url(../this_page_img/body_top.gif);
	margin-left:auto;
	margin-right:auto;
	}
#body{
	background-image:url(../this_page_img/body_img.gif);
	background-position:center;
	background-repeat:repeat-y;
	}
	
#body2{
	background-image:url(../this_page_img/body_img2.gif);
	background-position:center;
	background-repeat:repeat-y;
	}

#body_bottom{
	width:900px;
	height:80px;
	background-image:url(../this_page_img/body_bottom.gif);
	margin-left:auto;
	margin-right:auto;
	}
	
#contact_img{
	width:850px;
	height:150px;
	background-image:url(../this_page_img/contact.gif);
	margin-left:auto;
	margin-right:auto;
	position:relative;
}
#contact_img a{
	position:absolute;
	text-decoration:none;
	text-indent:-9999px;
	overflow:hidden;
	display:block;
	width:208px;
	height:32px;
	top:77px;
	right:99px;
}
/*---------------------------------------

　　    contentsのレイアウト

---------------------------------------*/	
#contents{
	width:850px;
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
	}

#contents a 		{ color: #176EC4; text-decoration: none; }

#contents a:link	{ color: #176EC4; text-decoration: none; }

#contents a:visited	{ color: #176EC4; text-decoration: none; }

#contents a:active	{ color: #176EC4; text-decoration: none; }

#contents a:hover	{ color: #176EC4; border-bottom-style:dotted; border-bottom-color:#176EC4; border-bottom-width:1px;}
/*---------------------------------------

　　　　　footerのレイアウト

---------------------------------------*/


#footer{
	position:relative;
	width:900px;
	height:62px;
	margin-left:auto;
	margin-right:auto;
	color:#6FB81D;
	}

#footer ul a 		{ color: #6FB81D; text-decoration: none; font-size:10px; }

#footer ul a:link		{ color: #6FB81D; text-decoration: none; }

#footer ul a:visited	{ color: #6FB81D; text-decoration: none; }

#footer ul a:active	{ color: #6FB81D; text-decoration: none; }

#footer ul a:hover	{ color: #6FB81D; border-bottom-style:dotted; border-bottom-color:#6FB81D; border-bottom-width:1px;}

#footer ul{
	position:absolute;
	top:40px;
	left:-8px;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	}

#footer li{
	font-size:12px;
	float:left;
	text-indent:8px;
	}
	
#to_top{
	display:block;
	overflow:hidden;
	text-decoration:none;
	text-indent:-9999px;
	background-image:url(../this_page_img/to_top.gif);
	width:102px;
	height:22px;
	position:absolute;
	top:0px;
	right:0px;
	}
	
/*---------------------------------------

　　　　copy_rightのレイアウト

---------------------------------------*/
#copy_right{
	position:relative;
	width:900px;
	height:70px;
	margin-left:auto;
	margin-right:auto;
	color:#444444;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	}
#copy01{
	font-weight:bold;
	}


