/*--------------------------------------
  initialize
---------------------------------------*/
html{
	background: url(../img/common/bg.gif);
}
#container{

}
#header{
	width:100%;
	background-color:#000000;
}
#header p#logo{
	width:1000px;
	margin:0 auto;
}

#footer{
	width:100%;
	background-color:#000000;
	text-align:right;
}
#footer p#copyright{

}

#content{
	width:1000px;
	margin:0 auto;
	background: url(../img/common/bg_menu.gif) top left repeat-y;

	position:relative;

	min-height:1000px;
	height: auto !important;
	height: 1000px;
}

#menu_box{
	padding-left:16px;
	width:204px;
	height:2750px;
	overflow:hidden;
	float:left;
}

#menu p#menu_img{
	margin:6px 0;
	padding-right: 8px;
	text-align: center;
}
#menu p#online{
	padding-left:5px;
}
#main_content{
	width:780px;
	float:left;
}
#section01{
	background: url(../img/section01/bg.png) top left no-repeat;
	position:relative;

	min-height:691px;
	height: auto !important;
	height: 691px;
}
#section01 p{
	position:absolute;
}
#section01 p#img01{top:30px;	left:30px;}
#section01 p#img02{top:17px;	left:472px;}
#section01 p#img03{top:147px;	left:389px;}

#section02{
	background: url(../img/section02/bg.png) bottom right no-repeat;
	position:relative;

	min-height:330px;
	height: auto !important;
	height: 330px;
}
#section02 p{
	padding-left:30px;
}

#section03{
	background: url(../img/section03/bg.png) bottom right no-repeat;
	position:relative;

	min-height:358px;
	height: auto !important;
	height: 358px;
}
#section03 p{
	position:absolute;
}
#section03 p#img07{top:17px;	left:30px;}
#section03 p#img08{top:24px;	left:490px;}
#section03 p#img09{top:116px;	left:490px;}

#section04{
	background: url(../img/section04/bg.png) bottom right no-repeat;
	position:relative;

	min-height:402px;
	height: auto !important;
	height: 402px;
}
#section04 p{
	position:absolute;
}
#section04 p#img10{top:83px;	left:587px;}
#section04 p#img11{top:99px;	left:527px;}
#section04 p#img12{top:99px;	left:365px;}

#section05{
	background: url(../img/section05/bg.png) bottom right no-repeat;
	position:relative;

	min-height:309px;
	height: auto !important;
	height: 309px;
}
#section05 p{
	position:absolute;
}
#section05 p#img13{top:0;	left:0;}
#section05 p#img14{top:39px;	left:250px;}
#section05 p#img15{top:67px;	left:250px;}


#section06{
	background: url(../img/section06/bg.png) bottom right no-repeat;
	position:relative;

	min-height:406px;
	height: auto !important;
	height: 406px;
}
#section06 p{
	position:absolute;
}
#section06 p#img16{top:223px;	left:375px;}
#section06 p#img17{top:30px;	left:468px;}
#section06 p#img18{top:100px;	left:468px;}

#section07{
	position:relative;

	min-height:181px;
	height: auto !important;
	height: 181px;
}
#section07 p#img19{
	margin-top:52px;
	text-align:center;
}

/*--------------------------------------
  Link Common
---------------------------------------*/
a:link,
a:visited {
	color:#616362;
	text-decoration: none;
}
a:hover {
	color:#616362;
	text-decoration: underline;
}