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

#left{
	height:1300px;
}

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

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

table{
	border-top:#000 dotted 1px;
	padding:0;
	margin:20px 40px;
}

table tr th{
	border-bottom:#000 dotted 1px;
	border-right:#000 dotted 1px;
	text-align:center;
	font-weight:700;
}

table tr td{
	border-bottom:#000 dotted 1px;
	padding-left:20px;
}

