@charset "utf-8";
@import "import.css";

#main #main-visual {
	margin-bottom: 15px;
}

#main p.banner {
	margin-bottom: 15px;
}

/* #greeting */

#main #greeting {
	background: url(../img/section-bg.jpg) no-repeat left bottom;
	margin-bottom: 13px;
	padding-bottom: 20px;
}

#main #greeting p {
	background: url(../img/owner-img.jpg) no-repeat right top;
	margin: 0 18px;
	min-height: 128px;
	padding: 5px 100px 0 9px;
	_height: 128px;
}

/* #news */

#main #news {
	margin-bottom: 30px;
}

#main #news .inner {
	max-height: 135px;
	overflow: auto;
	overflow-x: hidden;
	width: 585px;
}

#main #news table {
	width: 100%;
}

#main #news th {
	border-bottom: 1px dashed #947550;
	font-weight: normal;
	padding: 8px 16px 8px 0;
	text-align: left;
	vertical-align: top;
	white-space: nowrap;
	width: 9em;
}

#main #news td {
	background: url(../img/icon-allow.gif) no-repeat left 13px;
	border-bottom: 1px dashed #947550;
	padding: 8px 16px 8px 10px;
	vertical-align: top;
}

#main #news td a {
	text-decoration: underline;
}

#main #news td a:link {
	color: #36c;
}

#main #news td a:hover {
	text-decoration: none;
}

/* #pickup,#campaign */

#main #pickup h3,
#main #campaign h3 {
	margin-bottom: 9px;
}

/* .article */

#main .section .article {
	margin-bottom: 25px;
}

#main .section .article h4 {
	border-bottom: 1px solid #947550;
	float: left;
	font-size: 1.4em;
	margin-bottom: 5px;
	width: 410px;
}

#main .section .article p.figure {
	float: right;
	width: 162px;
}

#main .section .article p.figure img {
	border: 1px solid #473025;
}

#main .section .article .body {
	width: 410px;
}

#main .section .article.only h4 {
	float: none;
	width: 585px;
}

#main .section .article.only .body {
	float: none;
	width: 585px;
}


/*--seo master--*/
div.sbox { width: 840px; }
div.sbox h1 { margin-left:10px; }
td div.summary { margin-left:10px; }

