@charset "utf-8";
/* CSS Document */


body {
	margin: 0px;
	background: url(../resource/sub_bg.jpg) no-repeat fixed top center #000000;
	width: 100%;
	min-width: 930px;
	overflow: hidden;
}

/* main-page_base -------------------------------- */	
#wrapper {
	min-width: 930px;
	position:relative;
	margin:0 auto;
	background-position:top center;
	line-height: 0px;
}
/*IE6*/
*html #wrapper {
	min-width: 930px;
	position:relative;
	margin:0 auto;
	background-position:top center;
	line-height: 0px;
}


/* HEADER(Title) -------------------------------- */
#header {
	position:relative;
	width: 919px;
	height: 132px;
	margin:0 auto;	
	z-index:3;
	background-position:top center;
}
/*IE6*/
*html #header {
	top:0px;
	height: 132px;
}


/* MENU -------------------------------- */

#menu_bg {
	top:0px;
	position:relative;
	width: 589px;
	height: 132px;
	margin:0;
	z-index:2;
	background-image:url(../resource/submenu.png);
}



#main_menu {
	top:78px;
	left:200px;
	position:relative;
	width: 338px;
	height: 40px;
	margin:0;
	z-index:2;
}
/*IE7*/
*:first-child+html #main_menu {
	top:76px;
	position:relative;
	margin:0;
	z-index:2;
}
/*IE6*/
*html #main_menu {
	top:76px;
	position:relative;
	margin:0;
	z-index:2;
}

/* main-page_base -------------------------------- */	
#contents_top {
	position: relative;
	width: 919px;
	height: 12px;
	margin: 0 auto;
	z-index:4;
	overflow:hidden;
	background: url(../resource/sub_bg1.gif) no-repeat top center;
}
#contents_main {
	position: relative;
	width: 919px;
	margin: 0 auto;
	z-index:3;
	min-height:100%;
	background-image:url(../resource/sub_bg2.gif);
	overflow:auto;
}

/* --------------------SIDE-MENU-------------------- */

#sidemenu {
	float: left;
	position: relative;
	width: 199px;
	margin-left:12px;
	margin-bottom:12px;
}
/*IE6*/
*html #sidemenu {
	float: left;
	position: relative;
	width: 199px;
	margin-left:6px;
}

#sidemenu_ch {
	float: left;
	position: relative;
	width: 203px;
	margin-left:12px;
}
/*IE6*/
*html #sidemenu_ch {
	float: left;
	position: relative;
	width: 203px;
	margin-left:6px;
}




/* CONTENTS -------------------------------- */	


#contents {
	float: right;
	position: relative;
	width: 694px;
}

#contents_ch {
	float: right;
	width: 698px;
}



td.img01 {
 padding-right:7px;
}

td.img02 {
 padding-left:7px;
}

td.img03 {
 padding-top:10px;
}

td.txt01 {
 padding-right:4px;
}
td.txt02 {
 padding-left:4px;
}
td.txt03 {
 padding-right:5px;
 padding-left:5px;
}
td.txt04 {
 padding-right:10px;
 padding-left:10px;
}
td.none {
 padding:0px;
}




/* FOOTER -------------------------------- */
#footerbg {
	padding-top:10px;
	background-color:#000000;
	width:100%;
	min-width:919px;
}
#footer {
	width:919px;
	margin-right: auto;
	margin-left: auto;
}


