/*HOMEPAGE*/

* {
	margin: 0;
	padding: 0;
}

body {
	height:auto;
	line-height: 1.4em;
	text-align: justify;
	font-family: Geneva, Arial, Helvetica, sans-serif, Osaka, Osaka|“™•, "ƒqƒ‰ƒMƒmŠpƒS Pro W6", "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
	font-size: 14px;
	background-color: #FFCC00;
	padding:0;
	color: #666666;
	min-height: 101%;
	background-image: url(../image/common/header_greenline.gif);
	background-repeat: repeat-x;

}

html{
    height:100%;
}

body > #whole_centre {
    height: auto;
	}


#whole_centre {
	width: 1000px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 0px;
	margin-top: 0px;
	overflow: auto;
	background-repeat: no-repeat;
	padding: 10px 10px 0px 10px;
	background-image: url(../image/common/bg_hp_whole.gif);
	background-color: #FFFFFF;
	height: 100%;
}


#header {
	height:85px;
	padding:15px 10px 10px 0px;
	width: 800px;
	margin: 0 100px 20px 100px;
	float: left;
	background-image: url(../image/common/bg_hp_whole.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
}


#bottom_footer {
	width:1020px;
	text-align: center;
	background-color: #FFCC00;
	color: #FFFFFF;
	font-size: 10px;
	padding: 20px 0 20px 0;
	height: 100%;
	background-image: url(../image/common/bg_bottom.gif);
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	background-position: bottom;
	vertical-align: bottom;
}

a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: underline;
}