@charset "Shift_JIS";

@import url("init.css");
@import url("base.css");
@import url("common.css");

h2 {
	background:url(../company/img/title.jpg) no-repeat;
}

#column {
background:url(../company/img/bg.jpg) no-repeat  690px 130px;
	position:relative;
}
div#column span#btn {
	position:absolute;
	top:80px;
	right:50px;
}
div#column span#btn a {
	width:132px;
	height:22px;
	display:block;
	text-align:center;
	font-weight:bold;
	color:#FFF;
	background:url(../qa/img/btn.gif) no-repeat 0 0;
	margin:10px auto 0 auto;
	padding-top:5px;
}
div#column span#btn a:hover {
	background-position: 0 -27px;
	text-decoration:none;
}
#column p{
margin-bottom:20px;
}
#column table{
	width:680px;
	}
#column th{
	width:180px;
	border-right:solid 1px #43371E;
	font-weight:bold;
	padding-bottom:10px;
	background:#F4F4F4;
	text-align: left;
	vertical-align: top;
	padding: 5px 0 0 10px;
	}
#column td{
	padding:5px 5px 8px 15px;
	}
#column ol li{
	list-style:decimal;
	margin-left:20px;
	padding:0;
	}

