@charset "UTF-8";

#index table{
	width:960px;
}

#index table th {
	width:540px;
	vertical-align:top;
}

#index table td {
	vertical-align:top;
}

#index table td h2 {
	height:55px;
	line-height:55px;
	color:#FFF;
	font-size:116%;
	text-align:center;
	font-weight:bold;
}

#index table td div.detailBtn {
	text-align:center;
	margin-bottom:1em;
	margin-top:1em;
}

#index table td dl {
	border:1px solid #19b586;
	padding:0.5em;
	background:#FFF;
	margin:10px 15px 10px 15px;
}

#index table td dl dt {
	color:#19b586;
	font-weight:bold;
}

#index table td p{
	padding:0 18px;
}

#index table td dl dd {
	font-size:93%;
}

#index table td dl a{
	color:#19b586;
}

#table1 td h2,
#table2 td h2 {
	padding-top:10px;
	padding-bottom:10px;
}

#table1 td {
	background:#f4e4f1 url(../images/index/bg1.gif) 0 0 no-repeat;
	padding-top:20px;
	padding-bottom:10px;
}

#table2 td {
	background:#e3f7d4 url(../images/index/bg2.gif) 0 0 no-repeat;
	padding-top:20px;
	padding-bottom:10px;
}

.colBox{
	background:#FFF;
	width:300px;
	margin:0 auto;
	padding-bottom:10px;
}

#table1 th{
	background:url(../images/index/bg_purple.gif) repeat-y;
}

#table2 th{
	background:url(../images/index/bg_green.gif) repeat-y;
}