@charset "UTF-8";
/* CSS Document */
@import url("../basic.css");

div#main p.mainimage {
background:none;
padding-bottom: 0px;
}

div#contents {
width: 535px;
float: right;
}

div#submenu {
width:235px;
background: url(../img/bg_banner.gif);
}
div#contents h1 {
background: url(img/bg_stitle.gif) repeat-x left bottom;
margin-bottom: 10px;
color: #C60;
}

div#contents h2 {
	padding-bottom: 2px;
	padding-top: 2px;
	font-weight: bold;
	margin-bottom: 7px;
	margin-top: 7px;
	border-left-width: 6px;
	border-left-style: solid;
	border-left-color: #F2941A;
	padding-left: 7px;
}

div#contents p.photo {
	float:right;
	padding-left:10px;
	padding-bottom:5px;
}
div#contents p.charter {
	padding-left:10px;
	padding-bottom:10px;
	line-height:160%;
}
div#contents p.pdf {
	padding-left:25px;
	padding-top:10px;
	padding-bottom:10px;
	margin-left:10px;
	background-image: url(../img/icon_company_o.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
/* table */
div#contents table {
	margin-top: 10px;
	margin-bottom: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	width: 100%;
}
div#contents table th {
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	font-weight: bold;
	width: 8em;
	background-color: #F8F8F8;
	padding-right: 3px;
	padding-left: 7px;
}
div#contents table td {
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	padding: 2px 8px 2px 8px;
	line-height:160%;
}

/* table for office.html */
div#contents table#office th.overseas{
	background-color: #CCC;
	}
/* for office map's page */
div#offices {
	background-color: #fff;
	padding:10px;
	}
div#offices h1{
	background: url(img/bg_stitle.gif) repeat-x left bottom;
	margin-bottom: 10px;
	color: #C60;
	padding-bottom: 6px;
	padding-top: 6px;
	padding-left: 6px;
	font-weight: bold;
	margin-bottom: 10px;
	}
div#offices div#map{
	width:500px;
	margin-right:auto;
	margin-left:auto;
	}
div#offices div#footer{
margin-top: 10px;
}
