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

#left{
	height:1500px;
}

/*-------------------------------*/
/*メイン*/
/*-------------------------------*/
#main{
	width:780px;
	height:400px;
	margin:0 10px;
}

/*-------------------------------*/
/*コンテンツ*/
/*-------------------------------*/
#item{
	width:780px;
	background-image:url(../images/cont/cont_02.jpg);
}

table{
	margin:20px 40px;
}

h3{
	padding-top:20px;
	margin-left:40px;
}

hr{
	width:700px;
	margin-left:40px;
}