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

#left{
	height:1400px;
}

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

/*-------------------------------*/
/*コンテンツ*/
/*-------------------------------*/

#works{
	width:780px;
	background-image:url(../images/cont/cont_02.jpg);
}

table{
	border-top:#000 dotted 1px;
	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;
	border-right:#000 dotted 1px;
	padding-left:20px;
}

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


