﻿@charset "utf-8";
@import url(reset.css);
@import url(base.css);
@import url(common.css);

#main {
	padding-bottom: 8px;
}

#content {
	margin-top: 3px;
}

/*          topics         */

#content #topics {
	height: 148px;
	overflow-y: scroll;
	border: #E1E1E1 1px solid;
	margin-bottom: 31px;
}

#content #topics dl.even {
	background-color: #EFF5DA;
}

#content #topics dt {
	float: left;
	clear: left;
	padding: 6px 0 0 19px;
}

#content #topics dd {
	font-weight: bold;
	padding: 6px 0 2px 125px;
	_text-indent: -3px;
}

/*    cure    */

#content .cure {
	padding-bottom: 30px;
	background: url(../image/index_bgbottom.gif) left bottom no-repeat;
	margin-bottom: 7px;
}

#content .cure p {
	padding: 13px 30px 0 21px;
	background: url(../image/index_bgtop.jpg) left top no-repeat #FEE8C2;
}

#content .cure span {
	color: #19863D;
	font-weight: bold;
}

/*      hello         */

#content .hello {
	overflow: hidden;
	zoom: 1;
	clear: both;
	margin: 0 0 25px 2px;
}

#content .hello div {
	float: right;
	margin-top: 3px;
}

#content .hello ul {
	margin-right: 230px;
}

#content .hello ul li.no01 {
	padding-bottom: 22px;
}

#content .hello span {
	font-weight: bold;
	color: #19863D;
}

