/* CSS Document */
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: underline;
}

/* ===== company ===== */
.company{
	margin:15px0px 25px 0px;
	width:640px;
}
.company p {
	font-size: 80%;
	color: #000000;
}

.company .outline{
	width:640px;
}
.company  table1{
	width:640px;
	border-collapse:collapse;
	}
.company table2 {
	width:640px;
	border-collapse:collapse;
}

	.company table th,
	.company table td{
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	}
	.company table tbody th{
	width:150px;
	font-weight:normal;
	background:#f0f7f5;
	text-align:left;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #d2e8e1;
	border-bottom-color: #d2e8e1;
	border-left-color: #d2e8e1;
	}
	.company table tbody th.last-row{
	border-bottom:1px solid #d2e8e1;
	}
	.company table tbody td{
	border:1px solid #d2e8e1;
	}
	.company .exlink{
		margin-left:20px;
		padding:1px 0 0 16px;
	}
	
.company:after{
	display:block;
	clear:both;
	height: 0;
	visibility:hidden;
	content:".";
}

.company{
	display: inline-block;
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 40px;
	margin-left: 0px;
}

.category {
	font-weight: bold;
	color: #666666;
	list-style-type: none;
}
.list_type_no {
	list-style-type: none;
}
.qa_title_q {
	font-size: 80%;
	color: #333333;
	background-image: url(qa_q.png);
	background-repeat: no-repeat;
	height: 21px;
	width: 580px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 40px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.qa_title_a {
	font-size: 80%;
	color: #333333;
	background-image: url(qa_a.png);
	background-repeat: no-repeat;
	width: 580px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 40px;
	background-position: left top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}


.text {
	margin: 0px;
	width: 600px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
	line-height: 16px;
	font-size: 80%;
}
.text_aka {
	margin: 0px;
	width: 600px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
	line-height: 16px;
	font-size: 80%;
	color: #e60012;
}

#foot_text {
	font-size: 80%;
	line-height: 18px;
	font-weight: bold;
	color: #0068b7;
	margin: 0px;
	padding: 5px;
}
.point_big_red {
	font-weight: bold;
	color: #e60012;
}
#kagu {
	font-size: 80%;
	color: #333333;
	margin: 0px;
	height: 20px;
	width: 600px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}

#qa_list {
	line-height: 18px;
	margin: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	list-style-type: circle;
	font-size: 80%;
	color: #333333;
}





#sitemap a {
	color: #666666;
}

#sitemap a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #22AC38;
}

.back_top {
	font-size: 80%;
	color: #333333;
	letter-spacing: 0.1em;
	text-align: right;
	padding: 0px;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 0px;
}

.sp30left {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
}
.sp10foot {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}




/* Hides from IE-mac \*/
* html .company{
	height: 1%;
}
