@charset "UTF-8";
/* CSS Document */

body {
	font: 12px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	line-height: 1.8em;
	font-size: 13px;
	color: #444;
	background:#a5a39d;
}

a {
	color: #996;
}
a:hover {
	color: #F36;
}

img {
	vertical-align: bottom;
	border: none;
}

#header {
	background: url(img/header-bg.gif) top center repeat-x; 
}
#headerContent {
	width: 900px;
	height: 89px;
	background: url(img/header-logo.gif) top center no-repeat; 
	margin: 0 auto;
	text-align: left;
}
#container {
	width: 900px;
	margin: 0 auto;
	text-align: left; 
}
#mainContent {
	background: url(img/content-bg.gif) center repeat-y; 
}

#header h1 {
	margin: 0;
	padding: 25px 0 0 0; 
	font-size: 10px;
	color: #ccc;
	font-weight: normal;
}

#footer {
	padding: 0;
	background: url(img/footer-bg.gif) top center repeat-x; 
}
#footer #address {
	width: 860px;
	margin: 0 auto;
	padding: 30px 30px 10px 30px;
	background: url(img/copyright.gif) top no-repeat; 
	font-size: 10px;
	color: #777;
	text-align: left;
	line-height: 16px;
}
#footer #left {
	float: left;
}
#footer #center {
	padding: 0 0 0 20px;
	float: left;
}
#footer #right {
	float: right;
}


.clear {
	clear: both;
}
.scroll_nav {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
	padding: 5px 18px;
}
.red { color: #900; }
.xsmall { font-size: 10px; }
.small { font-size: 11px; }
.large { font-size:13px; }
.xlarge { font-size:15px; }


.line {
	height: 20px;
	background: url(img/dotline.gif) center repeat-x;
}

#breadcrumbs {
	font-size: 10px;
	color: #999;
	margin: 0 auto 20px auto;
	padding: 5px 0 5px 10px;
	border-top: 2px solid #630;
	background: #e1f6ff;
}
table#companyProfile {
	width: 838px;
	margin: 0;
	padding: 0;
	border: 1px solid #c6bd97;
}
table#companyProfile th {
	width: 100px;
	padding: 5px;
	vertical-align: top;
	text-align: left;
	border-bottom: 1px solid #ccc;
	background: #eee;
}
table#companyProfile th.last {
	vertical-align: top;
	text-align: left;
	border-bottom: none;
	background: #eee;
}
table#companyProfile td {
	vertical-align: top;
	text-align: left;
	padding: 5px;
	border-bottom: 1px solid #ccc;
}
table#companyProfile td.last {
	vertical-align: top;
	text-align: left;
	padding: 5px;
	border-bottom: none;
}

#privacy {
	border: 1px solid #ddd;
	height: 200px;
	padding:20px;
	overflow: auto;
}
.optional {
	padding: 5px 30px 20px 30px;
}

.col-01 {
	color: #209ed8;
}