/*===========　ごあいさつ　==========*/

@import url("sidenavi.css");
@import url("../../css/width.css");
@import url("../../css/common.css");
@import url("../../css/font.css");
@import url("../../css/margin.css");
@import url("../../css/topnavi.css");
@import url("../../css/style.css");


h2{
	margin-bottom: 30px;
	background-image: url(../../img/border_1.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom: 15px;
}

/*　コンテンツ　*/
.contents {
	float: right;
	width: 600px;
	line-height: 150%;
	margin-bottom: 50px;
}

/*===========　テーブル設定　==========*/
.spec {
	font-size: 93%;
}

.spec th,
.spec td {
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	border: 1px solid #CCC;
}

.spec th{
	background-color: #999;
	color: #FFF;
	font-weight: bold;
}


.spec .zebra1{
	background-color: #E8ECF2;
}

.eddio_table{
	margin-top: 10px;
	margin-bottom: 15px;
	margin-left: 1.4em;
}

.contents ul li {
	padding-left: 1.4em;
}
div.company {
	margin-bottom: 15px;
}



div.company dl{
	padding-left:1.4em;
}











