@charset "utf-8";

/*AOI Environmental Consulting, Co., Ltd.*/
/*design by Isogai, Sestante Inc.*/

/* formatting style
---------------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	color: #333333;
	background-color: #FFFFFF;
	font-size: 80%;
	line-height: 1.6;
	font-family: Arial, Helvetica, sans-serif;
}

/* link style
---------------------------*/
a img {
	border-style: none;
}
a:link {
	/*color: #0033CC;*/
	text-decoration: none;
	color: #0099FF;
}
a:visited {
	/*color: #004080;*/
	text-decoration: none;
	color: #3366CC;
}
a:hover {
	color: #FF0000;
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

/* 共通style
---------------------------*/
li{	list-style-type: none;}
sub {
	outline:0;
	font-weight:inherit;
	font-style:inherit;
	font-family:inherit;
	vertical-align:baseline;
}
sup{
	outline:0;
	vertical-align:top;
}
table {border-collapse:collapse;}
.clear {	clear: both;}


/* header　全ページ共通
---------------------------*/

#header {
	padding-top: 20px;
	width: 100%;

}
#header #siteID {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 10px;
	padding-left: 10px;
}
#siteID table {
	width: 760px;
}
#siteID table tr td.utility {
	font-size: 14px;
}
#gNav {
	height: 25px;
	margin-top: 10px;
	background-image: url(../images/menu_001_r1_c2.gif);
	background-repeat: repeat-x;
	width: 100%;
}
#nav {
	margin-right: auto;
	margin-left: auto;
	height: 25px;
	width: 760px;
	background-image: url(../images/menu_bg_li.gif);
	background-repeat: no-repeat;
	background-position: 8px;
	padding-right: 10px;
	padding-left: 10px;
}
#nav li {
	list-style-type: none;
	float: left;
	background-image: url(../images/menu_bg_li.gif);
	background-repeat: repeat-y;
	background-position: right;
}
#nav li a {
	height: 25px;
	display: block;
	padding-left: 23px;
	background-image: url(../images/menu_bg_a.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
	padding-right: 20px;
	min-width:70px;
	font-family: "HG丸ｺﾞｼｯｸM-PRO";
	font-size: 14px;
	line-height: 25px;
	color: #FFFFFF;
}
#nav li a:hover {
	color: #FF9900;
}



/* #main　全ページ共通
---------------------------*/

#main {
	width: 760px;
	padding-right: 10px;
	padding-left: 10px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
}
#rinen {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
}


/* #fooer 全ページ共通
---------------------------*/
#footer {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
	background-color: #EAEAEA;
	padding-right: 10px;
	padding-left: 10px;
}
#footer_contents {
	background-image: url(../images/bg_footer.gif);
	background-repeat: repeat-x;
	height: 107px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 20px;
	font-size: 0.9em;
	width: 740px;
}
#footer_contents p.right {
	float: right;
	clear: both;
}
#footer_contents .policy a {
	background-image: url(../images/bg_arrow_g.gif);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	padding-left: 10px;
	line-height: 2em;
	height: 2em;
}

#footer_contents h5 {
	font-size: 1em;
	font-weight: normal;
}

