/*===========　ごあいさつ　==========*/

@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 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCC;
	border-bottom-color: #CCC;
	vertical-align: top;
	padding: 5px;
}

.spec th{
	background-color: #999;
	color: #FFF;
	font-weight: bold;
}


.spec .zebra1{
	background-color: #E8ECF2;
}


