.main {
	margin:0 auto;
	width:950px;
}

.col_1, .col_2, .col_3, .col_box_1, .col_box_2{ float:left;}
.col_separate{ float:left; background:url(images/col_separate_wr.gif) 49px 0 repeat-y; width:105px;}

/*======= index.html =======*/
#page1 #content .col_1{
	width:225px;
}
#page1 #content .col_2{
	width:550px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
/*=========================*/

/*======= index-1.html =======*/
#page2 #content .col_1{
	width:550px;
	text-align: justify;
}
#page2 #content .col_2{
	width:225px;
	text-align: justify;
}
/*=========================*/

/*======= index-2.html =======*/
#page3 #content .col_1{
	width:225px;
	text-align:left
}
#page3 #content .col_2{
	width:550px;
	border-bottom-color: #CCC;
	border-bottom-width: thin;
	border-bottom-style: solid;
}
/*=========================*/

/*======= index-3.html =======*/
#page4 #content .col_1{
	width:550px;
	height: 597px;
}
#page4 #content .col_2{width:225px;}
/*=========================*/

/*======= index-4.html =======*/
#page5 #content .col_1{
	width:550px;
	text-align: justify;
}
#page5 #content .col_2{
	width:225px;
	text-align: justify;
}
/*=========================*/

/*======= index-5.html =======*/
#page6 #content .col_1{
	width:225px;
}
#page6 #content .col_2{
	width:550px;
}
/*=========================*/

/*======= index-6.html =======*/
#page7 #content .col_1{width:850px;}
/*=========================*/
