@charset "utf-8";


/*---------会社情報--------------*/

table.column {
	border:medium none;
	border-collapse:inherit;
	border-spacing:inherit;
	padding:0;
	width:100%;
	margin-top: 0;
}
table.column  th {
border-bottom:1px solid #CCCCCC;
padding:10px 0;
width:150px;
}
table.column  td {
border-bottom:1px solid #CCCCCC;
border-left:medium none;
padding:10px 10px 10px 0;
}

.fwn {
font-weight:normal;
}
.fwb {
	font-weight:bold;
	margin-left: 10px;
	font-size: 112%;
	line-height: 146%;
}

ul.dot  li  {
	margin-bottom:6px;
	margin-left:4px;
	padding-left:12px;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(../img/bg_arrowsec.gif);
	background-repeat: no-repeat;
	background-position: left top;
	list-style-type: none;
	line-height: 160%;
}
ul.catch li {
	margin-bottom:6px;
	margin-left:4px;
	padding-left:12px;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(../img/bg_arrowsec.gif);
	background-repeat: no-repeat;
	background-position: left center;
	list-style-type: none;
	line-height: 160%;
	font-size: 124%;
	color: #0066FF;
	font-weight: bold;
}


table {
border-collapse:separate;
}

table td {
border-left:1px solid #CCCCCC;
padding:2px 10px;
vertical-align:top;
}

table th {
	color:#333333;
	font-weight:bold;
	margin:0;
	padding:2px 10px 0 15px;
	vertical-align:top;
	width:120px;
}

p.text {
	line-height: 160%;
	font-size: 100%;
}
p.table {
	line-height: 160%;
	display: block;
}

p.right {
	text-align: right;
	display: block;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 0px;
}

p.ttl {
	background-color: #E8E8E8;
	font-size: 12px;
	display: block;
	line-height: 20px;
	text-indent: 10px;
	text-align: left;
	vertical-align: middle;
}
p.top {
	display: block;
	text-align: right;
}

p.float_right  {
	display: block;
	float: right;
}

span.middle {
	font-size: 80%;
	line-height: 200%;
	text-align: center;
	display: block;
}
