/* index */
body {
	background-color:#FFFFFF;
	color:#666666;
	height:100%;
	background-image: url(../../img/index_back.gif);
	background-repeat: repeat-x;
	background-position: left top;
	text-align:center;
	}

#topbody {
	width:787px;
	margin:0 auto;
	text-align:center;
	}
#topcontents {
	width:787px;
	padding: 0px;
	height:auto;
	}
#topbody #index-left {
	float:left; 
	width:24px; 
	height:auto;
	}
#topbody #index-center {
	float:left; 
	width:740px; 
	height:auto;
	}
#topbody #index-right {
	float:left; 
	width:23px; 
	height:auto;
	}
	
#topcontents #index-center #header {
	width:740px;
	background-image: url(../../img/index_ph03.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 53px;
	}

#contents01 {
	float:left;
	width:335px;
	height:auto;
	margin-left: 16px;
}
#contents02 {
	float:left;
	width:354px;
	height:auto;
	margin-left: 16px;
}

/* menu */
#index-menu {
	width:740px;
	height:34px;
	background-color: #FF0000;
	}

#index-menu ul {
	width:740px;
	text-align:left;
	margin:0px;
	padding:0px;
	}

#index-menu li {
	float:left;
	display:inline;
	font-size:10px;
	margin:0px;
	padding:0px;
	}

#index-menu li a {
	color:#FFFFFF;
	}
