@charset "utf-8";

@import "base.css";


/*
--------------------------------------------------------
company.html
--------------------------------------------------------
*/
.company h2 {
	background-image: url(../../company/image/h2_bck_company.jpg);
}

/*Content*/

.section {
	margin-bottom: 15px;
}

.section.text {
	position: relative;
}

.section h3 span {
	display: none;
}

.section h3 {
	width: 570px;
	height: 30px;
	padding: 0 0 9px 0;
	border-bottom: dotted 1px #aaa;
	background: no-repeat 0 0;
}

/*-----series/company.html-----*/
.section.text h3#Point {
	background-image: url(../../company/image/h3_bck_company1.gif);
}

.section.img h3#Series {
	padding-bottom: 15px;
	border: none;
	background-image: url(../../company/image/h3_bck_company2.gif);
}

.section table {
	width: 570px;
	border-top: solid 1px #ccc;
	border-left: solid 1px #ccc;
	font-size: 12px;
	margin: 10px 0;
}

.section table th {
	width: 110px;
	border-right: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	background-color:#f0f0f0;
	text-align:left;
	font-weight:normal;
	padding: 5px;
}

.section table td {
	border-right: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	text-align:left;
	padding: 5px;
}

/*
--------------------------------------------------------
print
--------------------------------------------------------
*/
/*@media print {
* {
	display: none;
}
}*/

