@charset "utf-8";

body{
	height:100%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	color: #333;
	line-height: 1.2em;
}

#div_container {
	position: absolute;
	left: 50%;
	width: 1680px;
	margin-left: -840px;
	height: auto;
	}
#innerWrapper {
	clear: both;
	height: 100%;
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

#leftArea {
	float: left;
	width: 620px;
	height:440px;/*2010/10/26 Togawa*/
	margin-right: 10px;
	position: relative;
	border-bottom: #ccc 1px solid;
	/* overflow: hidden;2010/10/26 Togawa*/
}
#rightArea {
	float: right;
	height: 100%;
	width: 460px;
}

#copyright {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #666;
	text-align: right;
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
	height: 20px;
	margin-top: 10px;
}
#space {
	clear: both;
	height: 50px;
	width: 100%;
}
#commonleftArea {
	float: left;
	height: 100%;
	width: 835px;
	margin-right: 20px;
}
#commonrightArea {
	float: right;
	height: 100%;
	width: 245px;
	margin-top: 25px;
}
#commonBg {
	background-image: url(../images/common_bg.gif);
	background-repeat: repeat-y;
	clear: both;
	height: 100%;
	width: 835px;
	overflow: hidden;
	padding-bottom: 20px;
	padding-top: 15px;
}
#commonBgLine {
	background-image: url(../images/common_bg_line.gif);
	background-repeat: repeat-x;
	background-position: center top;
	height: 4px;
	width: 100%;
}



#commonBanner {
	clear: both;
	height: 60px;
	width: 245px;
	margin-bottom: 8px;
}
#lead {
	height: 100%;
	width: 765px;
	margin-top: 15px;
	margin-bottom: 10px;
	line-height: 1.8em;
}
.ceo {
	clear: both;
	float: left;
	height: 150px;
	width: 150px;
	margin-top: 15px;
}
.boxContact1 {
	background-color: #0C9;
	height: 120px;
	width: 145px;
	float: left;
	margin-left: 10px;
	color: #FFF;
	line-height: 1.5em;
	padding-top: 15px;
	padding-right: 25px;
	padding-bottom: 15px;
	padding-left: 25px;
	margin-top: 15px;
}
.boxContact2 {
	background-color: #F96;
	height: 120px;
	width: 145px;
	float: left;
	margin-left: 10px;
	color: #FFF;
	line-height: 1.5em;
	padding-top: 15px;
	padding-right: 25px;
	padding-bottom: 15px;
	padding-left: 25px;
	margin-top: 15px;
}
.boxContact3 {
	background-color: #69C;
	height: 120px;
	width: 155px;
	float: left;
	margin-left: 10px;
	color: #FFF;
	line-height: 1.5em;
	margin-top: 15px;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 15px;
	padding-bottom: 15px;
}

