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

#headImage {
	background:url(../img/index/headimg.jpg) no-repeat;
}

#contents p {
	line-height:32px;
}

.red , .err{
	 color:#FF0000;
}
.tab li{
	float: left;
	margin-right: 10px;
}
.ex{
	clear: both;
}
.tb1{
	width: 600px;
}
.tb1 th{
	width: 163px;
}
.tb1 th , .tb1 td{
	padding: 6px;
	border-bottom: 1px dotted #999;
}
.btn{
	width: 600px;
	text-align: center;
	margin-top: 20px;
}
.lead{
	margin-bottom: 20px;
}

.tb1 th.none , .tb1 td.none{
	border-bottom: none;
}
.tx{
	clear:both;
	margin-top: 10px;
}

.submit{
	margin-left: 150px;
	margin-top: 20px;
}
.submit li{
	float: left;
	margin-right: 15px;
}
.tab{
	margin-bottom: 15px;
}
#contents p.ex2{
	margin-bottom: 15px;
	line-height: 1.6;
	clear:both;
}
/* clearfix
---------------------------------------------------- */
.tab:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility:hidden;
}
.tab {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .tab {
	height: 1%;
}
.tab{
	display: block;
}
/* End hide from IE-mac */


