@charset "utf-8";
/* CSS Document */

/* **************Index.html CSS*************** */


/* PageTitle */
h2{
	width:755px;
	height:30px;
	background:url(../images/title02.gif) no-repeat 0 0;
	text-indent:-9999px;
	font-size:0;
	line-height:100%;
	padding:5px 5px 0 0;
	margin:0 0 20px;
}

/* Main */
h3{
	font-size:1.2em;
	margin:0 0 10px
}
.box{
	width:740px;
	height:100%;
	margin:0 auto;
}
.box div{
	width:250px;
	margin:0 20px 0 0;
	float:left;
}
.box div p{
	margin:0 0 10px;
}
.list{
	clear:both;
}
.list a{
	width:154px;
	margin:0 0 0 auto;
	height:22px;
	display:block;
	text-indent:-9999px;
	font-size:0;
	line-height:100%;
	background:url(../images/btn_list.gif) no-repeat;
}
.list a:hover{
	background-position:0 -22px;
}














