@charset "euc-jp";
/* CSS Document */
body {
	background: url(img/bg_top_body.jpg) no-repeat top center;
}

/*--------------------main*/

#top_main {
	width: 940px;
	height: 230px;
	margin: 0 auto 20px auto;
}

/*--------------------contents*/
#news {
	width: 620px;
	/*height: 80px;*/
	margin: 0 15px 40px 15px;
	overflow: auto;
}
#news table {
	width: 600px;
	margin: 0 auto;
}
#news table tr {
	vertical-align: top;
	border-bottom: 1px dashed #cccccc;
}
#news table th {
	width: 130px;
	background: url(common/img/list01.gif) no-repeat left 10px;
	padding: 3px 0 3px 10px;
}
#news table td {
	padding: 3px;
}
#ichiran {
	font-size: 12px;
	text-align: right;
	margin-bottom: 40px;
}

.meisei_tel {
	width: 610px;
	margin: 0 20px 20px 20px;
	font-size: 24px;
	font-weight: bold;
	color: #ea6422;
	line-height: 30px;
}

#gaiyo {
	width: 628px;
	border: solid 1px #cccccc;
	background-color: #F7F7F7;
	padding: 10px;
	font-size: 13px;
	line-height: 1.5em;
}
#gaiyo p.text {
	margin-bottom: 15px;
}

#gaiyo p.photo {
	width: 230px;
	float: right;
}
#gaiyo table {
	width: 385px;
	float: left;
	background-color: #FFF;
}

#gaiyo table th {
	width: 70px;
	font-weight: bold;
	border-bottom: dashed 1px #cccccc;
	padding: 5px 10px;
}
#gaiyo table td {
	border-bottom: dashed 1px #cccccc;
	padding: 5px;
}



