#main_img {
	background: url(../img/main_image.jpg) no-repeat;
	height: 195px;
}
/* contents */
#contents {
	padding-right: 40px;
	padding-left: 40px;
	padding-top: 20px;
}
.leadcopy {
	padding-right: 20px;
	padding-left: 20px;
}
#indexblock {
	background: url(../img/indexblock_mid.jpg) repeat-y;
	width: 717px;
	margin-left: 23px;
	margin-top: 20px;
}
#indexblock a {
	text-decoration: none;
}

#indexblock .left {
	width: 320px;
	padding-left: 20px;
	float: left;
}
#indexblock .right {
	width: 320px;
	padding-right: 30px;
	float: right;
}
#indexblock h3 {
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 6px;
}
#indexblock .type1 a, #indexblock .nolink {
	background: #2841A8 url(../img/title_bk1.jpg) repeat-x left bottom;
	display: block;
	border: 1px solid #CCCCCC;
	color: #FFFFFF;
	padding: 2px 2px 2px 4px;
}
#indexblock .type1 a:hover {
	background: #DDE4FF url(../img/title_bk_on1.jpg) repeat-x left bottom;
	color: #000066;
}

#indexblock .type2 a {
	background: #2873AA url(../img/title_bk2.jpg) repeat-x left bottom;
	display: block;
	border: 1px solid #CCCCCC;
	color: #FFFFFF;
	padding: 2px 2px 2px 4px;
}
#indexblock .type2 a:hover {
	background: #CFEBFF url(../img/title_bk_on2.jpg) repeat-x left bottom;
	color: #000066;
}

#indexblock .type3 a {
	background: #34A829 url(../img/title_bk3.jpg) repeat-x left bottom;
	display: block;
	border: 1px solid #CCCCCC;
	color: #FFFFFF;
	padding: 2px 2px 2px 4px;
}
#indexblock .type3 a:hover {
	background: #E5FFE2 url(../img/title_bk_on3.jpg) repeat-x left bottom;
	color: #000066;
}

#indexblock ul {
	padding-top: 4px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin: 0px;
}

#indexblock ul ul {
	margin: 0px;
	padding-bottom: 0px;
}

#indexblock li {
	padding-left: 18px;
	list-style: none;
	background: url("../img/page/bullet_tri.jpg") no-repeat left 4px;
	padding-bottom: 2px;
}
#indexblock li li {
	background: url("../img/page/bullet_round.jpg") no-repeat left 4px;
}
#indexblock li a:hover {
	color: #990000;
}

