* {
	margin: 0px;
	padding: 0px;
}

html {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
}

body {
	background-image:url(../img/headbg.gif);
	background-repeat:repeat-x;	
	padding: 0px;
	margin: 0px;
	width: 100%;
	height: 100%;
	font-size: 11px;
	line-height: 18px;
	color: #3F5A7B;
	font-family: Osaka, MS UI Gothic, sans-serif;
}

a/*:link, a:visited*/ {
	color: #C97B43;
	text-decoration: none;
}

a:hover, a:active {
	color: #C94F43;
	text-decoration: underline;
}

img {
	outline:none;
}

/*----------base style----------*/

.float_left {
	display: inline;
	float: left;
}

.float_right {
	display: inline;
	float: right;
}

.clear {
	clear: both;
	height: 0px;
	line-height: 0px;
	font-size: 0px;
}


#img01,#img02,#img03,#img04{
    width: 1000px;
	height: 550px;
	margin-left: -500px;
	left: 50%;
	margin-top: -275px;
	top: 50%;
	position: absolute;
	display:none;
}


html, body {
	scrollbar-base-color: #fffef5;
	scrollbar-face-color: #fffef5;
	scrollbar-arrow-color: #7A8792;
	scrollbar-shadow-color: #7A8792;
	scrollbar-darkshadow-color :#BBC7C7;
	scrollbar-highlight-color: #7A8792;
	scrollbar-3dlight-color: #BBC7C7;
	scrollbar-track-color: #fffef5;
}

/*----------base style end----------*/

/*----------size style----------*/

.height10 {height: 10px;}
.height15 {height: 15px;}
.height20 {height: 20px;}
.height30 {height: 30px;}
.height50 {height: 50px;}
.height200 {height: 200px;}
.height360 {height: 360px;}
.height400 {height: 400px;}
.height440 {height: 440px;}
.height475 {height: 475px;}
.height480 {height: 480px;}
.height500 {height: 500px;}
.height520 {height: 520px;}
.height530 {height: 530px;}

.width60 {width: 60px;}
.width125 {width: 125px;}
.width130 {width: 130px;}
.width190 {width: 190px;}
.width195 {width: 195px;}
.width210 {width: 210px;}
.width220 {width: 220px;}
.width230 {width: 230px;}
.width240 {width: 240px;}
.width245 {width: 245px;}
.width260 {width: 260px;}
.width265 {width: 265px;}
.width270 {width: 270px;}
.width280 {width: 280px;}
.width290 {width: 290px;}
.width300 {width: 300px;}
.width310 {width: 310px;}
.width320 {width: 320px;}
.width330 {width: 330px;}
.width350 {width: 350px;}
.width370 {width: 370px;}
.width380 {width: 380px;}
.width480 {width: 480px;}
.width510 {width: 510px;}
.width530 {width: 530px;}
.width550 {width: 550px;}
.width560 {width: 560px;}
.width590 {width: 590px;}
.width620 {width: 620px;}

.margin_l10 {margin-left: 10px;}
.margin_l20 {margin-left: 20px;}
.margin_l30 {margin-left: 30px;}
.margin_l40 {margin-left: 40px;}
.margin_l50 {margin-left: 50px;}
.margin_l80 {margin-left: 80px;}

.margin_t5 {margin-top: 5px;}
.margin_t10 {margin-top: 10px;}
.margin_t20 {margin-top: 20px;}
.margin_t30 {margin-top: 30px;}
.margin_t40 {margin-top: 40px;}
.margin_t50 {margin-top: 50px;}
.margin_t90 {margin-top: 90px;}

.margin_b5 {margin-bottom: 5px;}
.margin_b10 {margin-bottom: 10px;}
.margin_b15 {margin-bottom: 15px;}
.margin_b17 {margin-bottom: 17px;}
.margin_b20 {margin-bottom: 20px;}
.margin_b30 {margin-bottom: 30px;}
.margin_b40 {margin-bottom: 40px;}
.margin_b50 {margin-bottom: 50px;}

/*----------size style end----------*/


/* press_table */
table#table-01 {
	width: 590px;
	border: 1px #e1bda0 solid;
	border-collapse: collapse;
	border-spacing: 0;
}

table#table-01 th {
	padding: 5px;
	border: #e1bda0 solid;
	border-width: 0 0 1px 1px;
	font-weight: bold;
	line-height: 120%;
	text-align: center;
	color: #5E948B;
}
table#table-01 td {
	padding: 5px;
	border: 1px #e1bda0 solid;
	border-width: 0 0 1px 1px;
	text-align: center;
}
