@charset "UTF-8";



/* ○index styles ****************************************/
#index_head{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

/* ○rightcontents ****************************************/

.rightcontents {
	float: left;
	width: 746px;
	margin-top: 0px;
	margin-left: 18px;
	}


/* ○cont01 ****************************************/
.rightcontents .cont01 {
	width: 746px;
	background: url(../img/cont_01_bk.gif) #FFFFFF;
	border-bottom: 1px solid #5d1515;
	}


/* ○cont02 ****************************************/
.cont02{
	width: 678px;
	margin: 0 auto;
}
.cont02 ul{
	width: 678px;
	list-style-type: none;
	display: block;
	float: left;
}
.cont02 ul li.txt{
	padding: 14px 0 0 24px;
	line-height: 140%;
}
.cont02 ul li.txt p{
	margin:10px 0;
}

.cont02 table{
	width:628px;
	margin:0 auto;
}
.cont02 table th{
	width:12em;
	color:#FFF;
	padding:10px;
  margin:0;
	background:#363A97;
	border-bottom:1px solid #FFF;
	border-right:1px solid #FFF;
	/border:none!important;
}
.cont02 table td{
	padding:0 0 0 10px;
	margin:0;
	border-bottom:1px solid #FFF;
}
.cont02 table .row01{
	background:#DEE0FB;
}
.cont02 table .row02 {
	background:#EFF0FF;
}
.cont02 table .row03 {
	background:#ffdad0;
}
.cont02 table .row04 {
	background:#ffeedd;
}
.cont02 table .block {
	background:#ff3300;
}
.cont02 .form_bt {
	margin:20px auto 10px auto;
	text-align:center;
}
.cont02 table .small{
	font-size:80%;
}

