@charset "UTF-8";
@import url(reset.css);
@import url(common.css);
@import url(screen.css);

/* top.css */

/* アバウト */
div#about-box {
	height:150px;
	width:620px;
	margin:10px auto 0;
	text-align:left;
	background-image: url(../img/about-bg.gif);
	background-repeat: no-repeat;
}
div#about-box p {
	font-size:18px;
	line-height:150%;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 180px;
	margin-right: 5px;
	text-indent: 1em;
	padding-top: 20px;
}
/* 新着情報 */
div#shin-box {
	width:619px;
	margin:0 auto;
	margin-top:10px;
	text-align:left;
	padding-top:8px;
	padding-bottom:8px;
	font-size: 14px;
	line-height: 150%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
div#shin-box table {
	margin-left:auto;
	text-align:right;
	margin-right: auto;
	width: 98%;
}
div#shin-box table td {
	padding:5px;
	padding-left:1em;
}
div#shin-box table td.news-l {
	padding-left:0;
	white-space:nowrap;
	width: 160px;
	text-align: right;
}
div#shin-box table .news-r {
	text-align: left;
}
/* アンダー */
div#under-wrapper {
	margin:0 auto;
	width:621px;
	margin-top:20px;
}
div#tel {
	float:left;
	width:290px;
}
div#banner {
	float:right;
	padding-top:26px;
	background:url(../img/koukoku.gif) top right no-repeat;
}

