@charset "UTF-8";
/* CSS Document */
@import 'global.css';
@import 'menu.css';
@import 'textstyle.css';

#vision{
	background:url(../images/company/vision_p.jpg) left top no-repeat;
	padding:0 0 60px 210px;
	margin-top:1.5em;
}
#vision h1{
	font-size: 90%;
	line-height: 1.5;
	margin: 1em 0px;
	background:none;
	padding:0;
	color:#333;
	height:auto;
}
.office{
}
.office:after {
   content: ".";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
}
.office img{
	float:left;
	margin-right:2em;
	margin-bottom:1em;
}
.photoin{
}

table{
	font-size: 80%;
	color: #333;
	width:100%;
	margin:10px 0;
}
table tr th{
	width: 100px;
	font-weight: normal;
	background-color: #E5E5E5;
	padding: 5px 10px;
	text-align:left;
	vertical-align: top;
}
table tr td{
	background-color: #F5F5F5;
	padding: 5px 10px;
	vertical-align: top;
	color: #333;
}