@charset "utf-8";
/* CSS Document */

/*タイトル
----------------------------------------------*/
#title1 {
	background: url(../img/index/spec.png) no-repeat;
	height: 19px;
}
#title2 {
	background: url(../img/index/twin.png) no-repeat;
	height: 20px;
}

#submenu1 a {
	margin-left: 20px;
}


/*メイン
----------------------------------------------*/
.text {
	width: 680px;
	margin: 0 auto;
}

.package {
	text-align: center;
	margin: 30px auto;
}


table {
	background: #ebebeb;
	width: 500px;
	margin: 0 auto 80px;
	border-collapse: collapse;
	border-top: 1px solid #666;
}

th {
	color: #ff0066;
	text-align: right;
	border-bottom: 1px solid #666;
	padding: 5px 0;
}

td {
	border-bottom: 1px solid #666;
	padding: 5px 0;
}

.odd {
	background: #fff;
}

.t-line {
	color: #999;
	margin: 0 1em;
}