@charset "euc-jp";
/* CSS Document */

a {
	color:#003366;
}
a:link, a:visited {
	text-decoration:none;
}
a:active, a:hover {
	text-decoration:underline;
}
body {
	border-top:2px solid #84837e;
	font-size:13px;
}

#wrapper {
	width:960px;
	margin:0 auto;
}
/*header*/
#header {
	width:960px;
	padding-top:10px;
	margin-bottom:10px;
}
#header:after {/*for modern browser*/
	content: ".";
	clear: both;
	display: block;
	line-height: 0;
	height: 0;
	visibility: hidden;
}
#header {
	zoom: 1;/*for IE 5.5-7*/
}
#logo {
	width:240px;
	float:left;
	padding-top:11px
}
#header-r {
	width:700px;
	float:right;
}
#header-r:after {/*for modern browser*/
	content: ".";
	clear: both;
	display: block;
	line-height: 0;
	height: 0;
	visibility: hidden;
}
#header-r {
	zoom: 1;/*for IE 5.5-7*/
}
#catch {
	width:466px;
	float:left;
	padding-top:15px;
}
#reserve {
	width:234px;
	float:right;
}
/*/header*/

/* main */

#main {
	width:960px;
}
#main:after {/*for modern browser*/
	content: ".";
	clear: both;
	display: block;
	line-height: 0;
	height: 0;
	visibility: hidden;
}
#main {
	zoom: 1;/*for IE 5.5-7*/
}
/* side */

#side {
	width:240px;
	float:left;
}
#navigation {
	width:240px;
	border-top:3px solid #84837e;
	margin-bottom:20px;
}
#navigation li {
	border-bottom:1px dotted #9e9d9d;
}
#director {
	width:240px;
	margin-bottom:20px;
	font-size:85%;
}
#director:after {/*for modern browser*/
	content: ".";
	clear: both;
	display: block;
	line-height: 0;
	height: 0;
	visibility: hidden;
}
#director {
	zoom: 1;/*for IE 5.5-7*/
}
#director img {
	float:left;
	padding:0 5px 0 0;
}
#certificate {
	width:238px;
	border:1px solid #f5f5f5;
	padding:1px 0;
	margin-bottom: 20px;
}
#certificate_inner {
	width:216px;
	margin:0 1px;
	padding:10px;
	background:url(../images/cert_bg.gif) repeat-x left bottom;
}
#certificate_upper {
	border-bottom:1px solid #f4f4f4;
	margin-bottom:10px;
}
#certificate_downner {
	width: 216px;
	font-size:85%;
}
#certificate_downner:after {/*for modern browser*/
	content: ".";
	clear: both;
	display: block;
	line-height: 0;
	height: 0;
	visibility: hidden;
}
#certificate_downner {
	zoom: 1;/*for IE 5.5-7*/
}
#certificate_downner img {
	padding:0 0 0 5px;
	float:right;
}
/* contact */
#contact {
	width:234px;
	margin-bottom:20px;
	border:3px solid #f5f5f5;
}
#contact_inner {
	width:214px;
	padding:10px;
}
#contact_upper {
	border-bottom:1px solid #f4f4f4;
	margin-bottom:10px;
}
#contact_downner {
	font-size:85%;
}
#contact_downner tr {
	vertical-align:top;
}
#contact_downner th {
	text-align:right;
}

/* /contact */

/* card */
#card { width:240px;}
#card_container_wrapp {
	width:236px;
	margin-left: 4px;
}
#card_container_wrapp:after {/*for modern browser*/
	content: ".";
	clear: both;
	display: block;
	line-height: 0;
	height: 0;
	visibility: hidden;
}
#card_container_wrapp {
	zoom: 1;/*for IE 5.5-7*/
}
.card_container { width:53px; float:left; margin-right:6px; }
/* /card */
/* /side */

/* primary */
#primary {
	width:700px;
	float:right;
}
/* /primary */

/* /main */

/*footer*/
#footer {
	width:960px;
	padding-top:10px;
}
#footer-nv {
	background:#f5f5f5;
	font-size:77%;
	line-height:200%;
	text-align:center;
}
#to-top {
	font-size:77%;
	text-align:right;
}
#to-top img {
	vertical-align:middle;
}
/*/footer*/
