#main {margin:0 auto; width:762px;}

#header_menu{
	height:125px
}
#header_img{
	height:200px;
}

.col_1, .col_2, .col_3, .separate, .col_box_1, .col_box_2{ float:left;}

/*======= index.html =======*/
#page1 #content .col_1{ width:421px;}
#page1 #content .separate{ width:40px;}
#page1 #content .col_2{ width:270px;}
/*=========================*/

/*======= index-1.html =======*/
#page2 #content .col_1{
	width:150px;
}
#page2 #content .separate{ width:40px;}
#page2 #content .col_2{
	width:550px;
}
/*=========================*/

/*======= index-2.html =======*/
#page3 #content .col_1{ width:460px;}
#page3 #content .separate{ width:31px;}
#page3 #content .col_2{ width:215px;}
/*=========================*/

/*======= index-3.html =======*/
#page4 #content .col_1{
	width:700px;
}
#page4 #content .separate{ width:40px;}
#page4 #content .col_2{ width:244px;}
/*=========================*/

/*======= index-4.html =======*/
#page5 #content .col_1{
	width:200px;
}
#page5 #content .separate{ width:50px;}
#page5 #content .col_2{
	width:225px;
}
#page5 #content .col_3{
	width:175px;
}

/*=========================*/

/*======= index-5.html =======*/
#page6 #content .col_1{ width:150px;}
#page6 #content .separate{ width:125px;}
#page6 #content .col_2{ width:244px;}
/*=========================*/

/*======= index-6.html =======*/
#page7 #content .col_1{ width:704px;}
/*=========================*/

#page10 #content .col_1{
	width:350px;
}
#page10 #content .separate{ width:40px;}
#page10 #content .col_2{
	width:175px;
}


.hidden { display: none; }
.unhidden { display: block; }
