@charset "UTF-8";


#about-head {
	width:680px;
	height:auto;
	margin-top:20px;
	padding-left:20px;
	_padding-left:10px;
	font-size:12px;
	color:#767072;
	text-align:left;
	line-height:22px;
}

#about-head .left {
	width:430px;
	height:auto;
	float:left;
}

#about-head .left h2{
	padding:10px 0 20px 0;
}
#about-head .left .director{
	float:right;
	padding:10px 0 20px 0;
}
#about-head .left p{
	padding:0px;
	margin:0px;
}

#about-head .right {
	width:auto;
	height:auto;
	float:right;
	padding-bottom:30px;
}
#about-head .right img{
	border:solid 1px #ccc;
}

/* tableの設定
----------------------------------------------------------- */
#about-table{
	width:700px;
	clear:both;
}

#about-table table{
	border-collapse: collapse;	border-spacing: 0;
	width: 100%;
	margin-bottom: 30px;
}
#about-table tr{

	font-size:12px;
}

#about-table th{
	width:165px;
	background-color:#EAF5FC;
	border-right:1px dotted #595757;
}

#about-table th, td	{
	padding:10px 25px;
	text-align:left;
	color: #595757;
	vertical-align:middle;
	border-top:1px solid #595757;
	border-bottom:1px solid #595757;
	font-family:"メイリオ",
	Meirio,
	verdana,
	Arial,
	"ヒラギノ角ゴ Pro W3",
	"Hiragino Kaku Gothic Pro W3",
	"MS Pゴシック",
	"MS P Gothic",
	sans-serif;
	font-size:12px;
}

/*概要内部フッター*/
#about-fot{
	margin-top:40px;
}
#about-fot .left{
	width:330px;
	float:left;
	text-align:left;
}
#about-fot .left .logo{
	padding:28px 20px;
}
#about-fot .left p{
	font-size:12px;
	color:#767072;
	text-align:left;
	line-height:21px;
	padding-left:20px;
}
#about-fot .left p.sub{
	font-size:11px;
	color:#767072;
	text-align:left;
	line-height:19px;
	padding-top:20px;
}

#about-fot .right{
	width:310px;
	float:right;
	text-align:right;
}

