@charset "utf-8";
/* CSS Document */


body {
	margin: 0px;
	background: url(resource/sub_bg.jpg) no-repeat center fixed;
	width: 100%;
	min-width: 1100px;
	overflow: hidden;
}

/* main-page_base -------------------------------- */	
#wrapper {
	min-width: 1100px;
	position:relative;
	margin:0 auto;
	background-position:top center;
	line-height: 0px;
}



/*IE7*/
*:first-child+html #wrapper {
	min-width: 1100px;
	position:relative;
	margin:0 auto;
	background-position:top center;
	line-height: 0px;
}
/*IE6*/
*html #wrapper{
	min-width: 1100px;
	position:relative;
	margin:0 auto;
	background-position:top center;
	line-height: 0px;
}


/* HEADER(Title) -------------------------------- */
#header {
	position:relative;
	width: 1025px;
	height: 119px;
	margin:0 auto;	
	z-index:3;
	background-position:top center;
}
/*IE7*/
*:first-child+html #header {
	top:0px;
}
/*IE6*/
*html #header {
	top:0px;
}


/* MENU -------------------------------- */

#main_menu {
	position:relative;
	width: 1044px;
	height: 77px;
	margin:0 auto;
	z-index:2;
	background-image:url(resource/submenu.png);
	background-repeat: no-repeat;
}

table.icon {
	border: none;
	padding-top:25px;
	width:820px;
}

/* main-page_base -------------------------------- */	
#contents_main {
	position: relative;
	width: 1020px;
	margin: 0 auto;
	z-index:0;
	min-height:100%;
	background-image:url(resource/sub_mcbg.gif);
	overflow:auto;
}
#contents_main02 {
	position: relative;
	width: 1020px;
	margin: 0 auto;
	z-index:0;
	min-height:100%;
	background-color:#FFF;
	overflow:auto;
}


/* CONTENTS -------------------------------- */	

#sidemenu {
	float: left;
	position: relative;
	width: 243px;
	margin-left:19px;
}



#contents {
	float: right;
	position: relative;
	width: 741px;
	background-color:#ffffff;
}



td.img01 {
 padding-right:7px;
}

td.img02 {
 padding-left:7px;
}

td.txt01 {
 padding-right:4px;
}
td.txt02 {
 padding-left:4px;
}
td.txt03 {
 padding-right:5px;
 padding-left:5px;
}
td.none {
 padding:0px;
}




/* FOOTER -------------------------------- */	
#footer {
	position: relative;
	height: 140px;
	margin-top:10px;
	background-color:#FFF;
	background-repeat: no-repeat;
	background-position: top center;
	margin: 0 auto;
}
