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

#index{
	width:660px;
	float:right;
}
h3{
	background-image: url(../images/h3_title.gif);
}
h4{
	height:38px;
	background-repeat: no-repeat;
	background-position:0 0;
	text-indent:-9999px;
}
.f_tit01{
	background-image: url(../images/ind_tit01.gif);
}
.f_tit02{
	background-image: url(../images/ind_tit02.gif);
}
.f_tit03{
	background-image: url(../images/ind_tit03.gif);
}
.top{
	height:5px;
	background:url(../images/ind_top.gif) no-repeat 0 top;
	font-size:0;
	line-height:90%;
	margin:20px 0 0;
}
.mdl{
	background:url(../images/ind_bg.gif) repeat-x 0 bottom #fefefe;
	border-left:1px solid #cecece;
	border-right:1px solid #cecece;
	padding:10px;
	height:100%;
}
.mdl div{
	width:360px;
	float:left;
}
.mdl p{
	width:238px;
	float:right;
}
.mdl div ul{
	margin:10px 5px 15px;
	padding:0;
}
.mdl div ul li{
	margin:0;
	padding:0;
	list-style:none;
}
.btn{
	width:135px;
	height:25px;
	display:block;
	text-indent:-9999px;
	background-image: url(../images/ind_btn.gif);
	background-repeat: no-repeat;
	background-position:0 0;	
}
.btn:hover{
	background-position:0 -25px;
}
.bottom{
	height:5px;
	background:url(../images/ind_btm.gif) no-repeat 0 bottom;
	font-size:0;
	line-height:90%;
}


