@charset "utf-8";
@import url("text.css");
@import url("photo.css");
@import url("table.css");
@import url("ui.css");

/* @group reset */

/* basic rules */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,em,address,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{
	margin:0;
	padding:0;
	border: none;
	outline:0;
	font-size:100%;
	vertical-align:bottom;
	background: transparent;
	font-family:Arial, Helvetica, sans-serif;
	color: #333;
}

body{line-height:1.5em; font-size: 0.857em;}
h1,h2,h3{font-size: 1em;}
ol,ul{list-style: none;}
blockquote, q{quotes: none;}
hr{display:none;}

/* remember to define focus styles */
:focus{
	outline: 0;
}

/* remember to highlight inserts somehow */
ins{
	text-decoration: none;
}
del{
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0" in the markup */
table{
	border-collapse: collapse;
	border-spacing: 0;
}

.none{
	display:none!important;
}

.clear{
	clear:both;
}

.center{
	text-align: center;
}

.right{
	text-align: right;
}

ul.normal li{list-style-type:disc; margin-left:1.5em;}
ol.normal li{list-style-type:decimal; margin-left:1.5em;}


/* @end basic settings-------- */

/* @group stracture */


body {
	/*background: url(../common/bg.gif) repeat-x #fff;*/
	margin: 0px;
	padding: 0px;
}


div#wrapper {
	width: 830px;
	margin:0 auto;
	text-align:left;
	position:relative;
}

#header {
	height: 90px;
	margin-bottom: 15px;
}

#header h2{
	display: none;
	margin: 0px;
	text-indent: -9999px;
	line-height: 1em;
	font-size: 10px;
}

#mainImg {
	height: 406px;
}

.top #mainImg {
	height: 383px;
}

#mainImg img.maingraphics{
	margin: 60px 0 0 13px;
}

#mainImg #slide-show img.maingraphics{
	margin: 83px 0 0 13px;
}

#contents {
	margin: 0px;
	padding-top: 10px;
	overflow: hidden;
	clear: both;
}

#contentsEnd {
	clear: both;
	margin: 0px;
	height: 20px;
	overflow: hidden;
}

#footer {
	margin: 0px;
	height: 80px;
	padding-top: 10px;
}

#footer p#copyright{
	margin: 0 0 0 16px;
	font-size: 10px;
	float: left;
}

#footer p#btnToPageTop{
	margin: 0 0 0 16px;
	font-size: 10px;
	float: left;
}

#footer p#def{
	margin: 0 16px 0 0;
	font-size: 10px;
	float: right;
}

#footer p{
	margin: 0;
	font-size: 10px;
}

/* @end */

/* @group column */

#contents .columnBase{
	width: 830px;
	overflow: auto;
	clear: both;
}

.vision #contents .columnBase{
	width: 767px;
	margin-left: 23px;
	overflow: auto;
	clear: both;
}

.column3_1{
	float: left;
	width: 322px;
	margin-right: 0px;
}

.top .column3_1{
	float: left;
	width: 343px;
	margin-right: 31px;
	margin-left: 0px;
}

.column3_2{
	float: left;
	width: 155px;
	margin-right: 13px;
}

.column3_3{
	float: left;
	width: 250px;
}

.column1{
	width: 180px;
}

.column2{
	margin-left:190px;
}

.column3{
}

.column4{
}



/* @end */

/* @group block */

.block{
	margin: 0 0 50px 0;
}


/* @end */

