@charset "utf-8";

/* -------------------------------------------------------------------- */
/* All Configuration							*/
/* -------------------------------------------------------------------- */

*{
	margin:0;
	padding:0;
	font-weight:normal;
	line-height:1.5;
	font-size:12px;
}

body{
	text-align:center;
	color:#000;
}

.clear{clear:both;}
a img{border:none;}
a{color:#0000FF;text-decoration:none;}
a:hover{color:#FF0000;text-decoration:none;}
strong{font-weight:bold;}
img {border:none;}

body { font-family: "メイリオ", "ＭＳ Ｐゴシック", sans-serif; }  


/* ------------------------------------------------------------------------------------ */
/* Header										*/
/* ------------------------------------------------------------------------------------ */


#wrapper {
	width:100%;
	margin-left:auto;	/* IE以外用の中央寄せ */
        margin-right:auto;	/* IE以外用の中央寄せ */
	margin:0 auto;
	text-align:center;
}

#wrapper_inner {
	width:1000px;
	margin-left:auto;	/* IE以外用の中央寄せ */
        margin-right:auto;	/* IE以外用の中央寄せ */
	margin:0 auto;
	text-align:center;
	border-left:1px solid #FAD4CA;
	border-right:1px solid #FAD4CA;
}


#header{
	width:1000px;
	height:150px;
	text-align:center;
	margin: 0 auto;
	position:relative;
	overflow:hidden;
	background:url(../image/header_bg.jpg) repeat-x;
}

#header .logo {
	float:left;
	width:180px;
	margin-top:60px;
}


#header .cname {
	float:left;
	margin-top:60px;
	margin-left:10px;
}


/* ------------------------------------------------------------------------------------ */
/* Main Contents									*/
/* ------------------------------------------------------------------------------------ */


#section {
	width:900px;
	display:block;
	overflow:hidden;
	margin:0 auto;
	text-align:left;
	margin:40px 50px 0 50px;
}



/* 会社概要テーブル */

table.tbl_about {
	border-collapse:separate;
	width:900px;
	margin:20px 0 60px 0;
	color:#222222;
}

table.tbl_about th {
	text-align:center;
	padding:10px 0 10px 0;
	font-size:12px;
	vertical-align:top;
	font-weight:normal;
	letter-spacing: 1px;
	width:140px;
	border-right:1px solid #CCCCCC;
}


table.tbl_about td{
	text-align:left;
	padding:10px 15px 10px 40px;
	line-height:1.7;
	font-size:12px;
	letter-spacing: 1px;
	background:#FFFFFF;
}


table.tbl_about th.th_top {
	padding:20px 0 10px 0;
	border-right:1px solid #CCCCCC;
}

table.tbl_about td.td_top {
	padding:20px 15px 10px 40px;
}

table.tbl_about th.th_bt {
	padding:10px 0 20px 0;
	border-right:1px solid #CCCCCC;
}

table.tbl_about td.td_bt {
	padding:10px 15px 20px 40px;
}

/* アクセスマップ */
.map_box{
	margin-top:20px;
}


/* ------------------------------------------------------------------------------------ */
/* Footer Menu										*/
/* ------------------------------------------------------------------------------------ */

#footer{
	width:1000px;
	height:70px;
	text-align:center;
	margin: 0 auto;
	position:relative;
	overflow:hidden;
	margin-top:70px;
}


/* ------------------------------------------------------------------------------------ */
/* etc...										*/
/* ------------------------------------------------------------------------------------ */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {display: inline-block;}