@charset "utf-8";

/*　コンテンツ　　
----------------------------------------*/
#container{
	padding:50px 0 70px 0;
}
#contents h2{
	margin:0 0 30px 0;
}
#contents table{
	width:680px;
	border-collapse:collapse;
}
#contents table th{
	width:100px;
	background-color:#eeeeee;
	text-align:left;
}
#contents table th,td{
	padding:10px 10px 10px 10px;
	border:solid 1px #cccccc;
	font-size:13px;
	line-height:1.5em;
}