@charset "utf-8";

/* What's New(新着情報詳細)
----------------------------------------------------------------------------------------------------*/

#detail {
	float: right;
	width: 556px;
	padding: 10px 0 0;
}

#detail h2 {
	margin: 0 0 10px;
}

#detail .title {
	padding: 5px 10px;
	margin: 0 0 10px;
	background: url(../../../css/img/com_back03.jpg) no-repeat #ebebeb;
	border-bottom: #15862A 4px solid;
}

#detail .main p {
	margin: 5px 0;
}

#detail .main p a {
	padding: 5px 10px;
	margin: 0 0 10px;
}

#detail .main .middle {
	vertical-align: middle;
}

#detail .b20071102 {
	float: right;
	width: 200px;
	text-align: right;
	margin: 0 0 0 10px;
}

#detail .b20071102 .pdf {
	text-align: center;
	
}

#detail .b20071102 .pdf img {
	margin: 0 5px 0 0;
}

#detail .box1 {
	padding: 20px 10px;
	margin: 0 0 30px;
	background: #F6F6F1;
}

#detail .pagetop {
	margin: 0 0 10px;
	text-align: right;
}

#detail .pagetop a {
	padding: 0 0 0 20px;
	background: url(../../../css/img/com_ar01.gif) no-repeat;
	background-position: left center;
}


/* What's New(バックナンバー)
----------------------------------------------------------------------------------------------------*/

#backlist {
	float: right;
	width: 556px;
	padding: 10px 0 0;
}

#backlist h2 {
	margin: 0 0 10px;
}

#backlist h3 {
	padding: 10px;
	margin: 0 0 10px;	background: url(../../../css/img/com_back03.jpg) no-repeat #ebebeb;
	border-bottom: #15862A 4px solid;
}

#backlist .main li {
	padding: 0 0 5px 30px;
	margin: 0 0 10px;
	border-bottom: #D5D5D5 1px dotted;
	background: url(../img/news_ar01.gif) no-repeat;
	background-position: 10px top;
}

#backlist .main .last {
	border-bottom: none;
}

#backlist table {
	width: 100%;
	margin: 0 0 30px;
	background: #F6F6F1;
}

#backlist table td {
	padding: 20px 5px;
}

#backlist table li {
	display: inline;
	margin: 0 10px 0 0;
}

#backlist .pagetop {
	margin: 0 0 10px;
	text-align: right;
}

#backlist .pagetop a {
	padding: 0 0 0 20px;
	background: url(../../../css/img/com_ar01.gif) no-repeat;
	background-position: left center;
}

/***** float避け_080207追加 *******/
.cboth {
	clear:both;
	height:1px;
	font-size: 1px;
	line-height: 1px;
}
/* IE 用▼ */
* html .cboth {
	height: 1em;
	margin-top: -0.1em;
	font-size: 1px;
	line-height: 1px;
}

