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

article #title h1{
	background:url(../contact/img/title.jpg) center;
}

article #contents .index_ul{
	width:440px;
	margin:20px auto;
	list-style-type:none;
}

article #contents .index_ul li{
	width:200px;
	height:160px;
	margin-right:20px;
	float:left;
}

article #contents .index_ul li:last-child{
	margin-right:0;
}

article #contents .index_ul li img{
	vertical-align:bottom;
}

article #contents table{
	width:660px;
	margin:20px 0;
	font-size:75%;
}

article #contents th,
article #contents td{
	padding:15px 0;
	border-bottom:1px dotted #CCC;
}

article #contents th{
	width:150px;
	padding-right:15px;
	vertical-align:top;
}

article #contents .mark{
	color:#F00;
	font-size:87.5%;
	font-weight:lighter;
}
