@charset "utf-8";

/*-----------------------------------------------------------------------*/
/* table 

table {
	clear: both;
	width: 600px;
}
td.box {
	vertical-align: text-top;
	width:310px;
}
td.text {
	vertical-align: text-top;
	padding: 5px;
}
*/

/*-----------------------------------------------------------------------*/
/* title */
.title_1 {
	width:600px;
	height:25px;
	float: left;
	background:#fff url(../img/top/title_01.jpg) no-repeat;
	text-indent: -9999px;
	padding-bottom: 10px;
}
.title_2 {
	width:600px;
	height:25px;
	float: left;
	background:#fff url(../img/top/title_02.jpg) no-repeat;
	text-indent: -9999px;
	padding-bottom: 10px;
}

