/* CSS Document */

body {
	font: .74em "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif; 
	line-height: 1.6em;
}
#wrapper {
	width: 800px;
	position: relative;
	margin:0 auto;
	text-align: left;
}

#wrapper #content {
	position: relative;
	width: 100%;
}
#wrapper #content #mainContent {
	float: right;
	width: 582px;
	background-color: #FFFFFF;
	margin-right: 18px;
	_margin-right: 9px;
	padding:0 0 2em;
	min-height:500px;
}
#wrapper #content #leftContent {
	float: left;
	width: 200px;
}



#wrapper #footer {
	clear: both;
	width: 800px;
	height: 25px;
	text-align: center;
}
#wrapper #footer address {
	line-height: 1.75em;
	color: #FFFFFF;
}


/* 会社概要 */
dl.tableStructure {
	margin: 0 0 15px;
	padding: 0 5px 10px;
}
dl.tableStructure dt {
	float: left;
	width: 7em;
	padding: 10px 0;
	font-weight: bold;
	text-indent: 1em;
	line-height: 150%;
}
dl.tableStructure dd {
	padding: 10px 0 10px 7em;
	line-height: 150%;
	border-bottom: 1px #CCCCCC solid;
}

/* clearfix */
.clearfix:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}
.textRed {
	color: #FF0000;
}
.textBold {
	font-weight: bold;
}
.textLager {
	font-size:125%;
}
.textLagest {
	font-size:145%;
}
.textSmaller {
	font-size:85%;
}