@charset "UTF-8";
@import url("default.css");
@import url("screen_base.css");

div#content {
	float: none;
	width: 750px;
	margin: 0px 10px 10px 10px;
}

div.index {
	margin-top: 10px;
	height: 261px;
	background-image: url(../img/ind_back.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

div.index h2 {
	float: right;
	width: 165px;
	height: 221px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	text-indent: -10000px;
}

div.index h2 a {
	display: block;
	width: 165px;
	height: 221px;
	text-indent: -10000px;
}

div.index h2.sch {
	left: 0px;
	width: 165px;
	background: transparent url(../img/ind_sch.jpg) no-repeat 0px 0px;
}
div.index h2.sch a {
	background: transparent url(../img/ind_sch.jpg) no-repeat 0px 0px;
}
div.index h2.sch a:hover {
	background-position: 0px -221px;
}

div.index h2.cli {
	left: 0px;
	width: 165px;
	background: transparent url(../img/ind_cli.jpg) no-repeat 0px 0px;
}
div.index h2.cli a {
	background: transparent url(../img/ind_cli.jpg) no-repeat 0px 0px;
}
div.index h2.cli a:hover {
	background-position: 0px -221px;
}

div.index h2.rec {
	left: 0px;
	width: 165px;
	background: transparent url(../img/ind_rec.jpg) no-repeat 0px 0px;
}
div.index h2.rec a {
	background: transparent url(../img/ind_rec.jpg) no-repeat 0px 0px;
}
div.index h2.rec a:hover {
	background-position: 0px -221px;
}

div.left {
	float: left;
	width: 245px;
	margin-left: 5px;
}

div.left div {
	height: 232px;
	background-image: url(../img/ind_guide.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

div.left div p {
	margin: 0px;
	padding: 50px 10px 0px 15px;
	line-height: 190%;
}

div.right {
	float: right;
	width: 480px;
	margin: 0px 5px 15px 0px;
}

div.right h3 {
	margin: 0px;
	padding: 5px 0px 15px 0px;
}

div.right h4 {
	margin: 0px;
	padding: 0px;
	width: 238px;
}

div.right h4.cnt {
	float: left;
}

div.right h4.rec {
	float: right;
}
