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

/* -----left_side----- */
#left_side{
	position:relative;
	top:-20px;
}
#contents_top{
	background:url(../img/common/side_back_top.jpg) center 29px no-repeat;
}

/* -----main text----- */
#main{
	width:615px;
}
#main h2{
	background:url(../img/common/bar_01.jpg) left top no-repeat;
	width:565px;
	height:22px;
	color:#ffffff;
	font-weight:bold;
	font-size:120%;
	margin:0 auto 15px;
	padding:8px 30px 0;
	text-align:left;
}

/* ----- ----- */

.main_txt p{
	line-height:150%;
	margin-top:8px;
	margin-bottom:8px;
}

#company{
	border-collapse:collapse;
	border-spacing:0;
	margin:0 auto 20px;
	width:100%;
	line-height:150%;
}
#company th,#company td{
	padding:8px 10px;
	border-bottom:1px dotted #cc0000;
}
#company th{
	background-color:#ECE5D5;
	width:15%;
	color:#CC0000;
}

#history{
	border-collapse:collapse;
	border-spacing:0;
	margin:0 auto 20px;
	width:100%;
	line-height:150%;
}
#history th,#history td{
	padding:8px 10px;
	border-bottom:1px dotted #cc0000;
}
#history th{
	width:18%;
}
strong{font-weight:bold;}
