#site_center {text-align:center;}
#main {width:100%; margin:0 auto; text-align:left;}

.min_width {min-width:990px; width:expression(((document.documentElement.clientWidth || document.body.clientWidth) < 990)? "990px" : "100%");}

/*You can modify the width of the website by changing "width" parameter with .col_1, .col_2, .col_3. The minimum value is 990px.*/


.col_1, .col_2, .col_3, .column1, .column2, .column3 { float:left;}
/*======= index-2.html =======*/
#page2 #content .col_1 { width:25%;}
#page2 #content .col_2 {
	width:689px;
	border: 1px solid #CCC;
}

/*NEW*/
a {
	outline: none;
}
#content {
	width: 960px;
	margin: 0 auto;
	margin-bottom: 20px;
	background-color:;
}

#column1 {
	padding: 0 0 0 0;
	float: left;
	width: 248px;
	border: #CCC solid 1px;
	background-color: #FFF;
	font-size: 90%;
}
#page1 #column1 {
	width: 320px;
	border-bottom: none;
	padding-bottom: 0px;
}
#sidemenu-title{
	border-bottom: #ebebeb solid 1px;
	padding: 0;
	margin: 0;
}
#column2 {
	padding: 0 0 0 0;
	float: right;
	width: 688px;
	border: #CCC solid 1px;
	background-color: #FFF;
	font-size: 90%;
}
#page1 #column2 {
	width: 618px;
	border-bottom: none;
}
h2.mainTitle{
	margin-bottom: 20px;
	vertical-align: middle;
}
h2.mainTitle span{
	font-size: 50%;
	vertical-align: middle;
	padding-top: -3px;
	margin-left: 10px;
}

h3.mainImg,
div.boxWrapper01,
div.boxWrapper02,
div.box{
	border-bottom: 1px #CCC solid;
}
div.boxWrapper01,
div.boxWrapper02,
div.box {
	padding: 15px 15px 0px 15px;
}
div.boxWrapper02 {
	background-image: url(/inc/images/common/midline.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
div.boxInner01,
div.boxInner02 {
	width: 314px;
}
div.boxInner01 {
	float: left;
	padding-right: 15px;
}
div.boxInner02 {
	float: right;
	padding-left: 15px;
}
ul.typeB {
	margin-bottom: 15px;
}

