@charset "utf-8";
@import url(reset.css);
@import url(base.css);
@import url(common.css);
#content p.p1 {
	margin-bottom:20px;
}
/*-------------------------------------------------------------------
	.greeting
-------------------------------------------------------------------*/
.greeting {
	margin-bottom: 19px;
}
.greeting .image span {
    display: table-cell;
    height: 200px;
    text-align: center;
    vertical-align: middle;
    width: 200px;
}
.imgright p {
	margin:-4px 220px 28px 0;
}
.imgleft p {
	margin:-4px 0 27px 220px;
	padding-right:9px;
}
.greeting p.last {
	margin-bottom:-4px;
}
#content .btn {
	background:url(../image/index_icon.jpg) left center repeat-x;
	margin-bottom:40px;
	text-align:right;
}


/*-------------------------------------------------------------------
	#faq
-------------------------------------------------------------------*/
#faq {
	margin-bottom:39px;
}
#faq dl dt {
	background: url(../image/bg_q.jpg) left top repeat-y;
	margin-bottom:11px;
	font-size:1.15em;
	font-weight:bold;
	color:#333333;
}
#faq dl dt span {
	background: url(../image/faq_q.png) left center no-repeat;
	display:block;
	padding:1px 0 1px 39px;
}
#faq dl dd {
	margin-bottom:21px;
	background: url(../image/bg_a.jpg) left top repeat-y #F0F0F0;
}
#faq dl dd span {
	background: url(../image/faq_a.png) left center no-repeat;
	display:block;
	padding:4px 0 3px 39px;
}


/*-------------------------------------------------------------------
	#topics
-------------------------------------------------------------------*/
#topics {
	height: 140px;
	margin-bottom: 40px;
	line-height: 1.6;
	overflow-y: scroll;
}
#topics dl {
	overflow: hidden;
	/zoom: 1;
	padding: 6px 0 6px 20px;
	background:#ffffff url(../image/topics_icon.gif) 10px center no-repeat;
}
#topics dl.even {
	background:#F0F0F0 url(../image/topics_icon.gif) 10px center no-repeat;
}
#topics dt {
	float: left;
}
#topics dd {
	padding: 0 0 0 107px;
}

