﻿@charset "utf-8";
 @import url(reset.css);
@import url(base.css);
@import url(common.css);
#content h3 {
	font-size:1.3em;
	color:#663300;
	padding:4px 0 0px 9px;
	font-weight:bold;
	background-color:#FFFFCE;
	border-bottom:#8F6A38 2px solid;
	margin-bottom:20px;
}	

#content .hello {
	overflow:hidden;
	zoom:1;
	clear:both;
	margin-bottom:29px;
}

#content .hello div {
	float:right;
}

#content .hello p {
	margin:-2px 166px 0 0 ;
}

#content #topics {
	margin-bottom: 29px;
 	height: 181px;
	overflow-y: scroll;
	border:#EFE6D8 1px solid;
}

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

#content #topics dt {
	 float: left;
	 clear: left;
	 padding: 5px 0 0 20px;
		background:url(../image/topic_bg.gif) 9px 11px no-repeat;
}

#content #topics dd {
	 padding: 5px 0 1px 127px;
	 _text-indent: -3px;
}

#content .info {
		overflow:hidden;
		zoom:1;
		clear:both;
		margin-bottom:20px;
}

#content .last {
		margin-bottom:30px;
}

#content .info div {
		float:left;
		width:160px;
		text-align:center;
		vertical-align:top;
		background:url(../image/index_bg02.jpg) left top no-repeat;
}

#content .info dl {
		margin:-2px 0 0 179px;
}

#content .info dl dt {
		font-size:1.2em;
		padding:0 0 0 1px;
		margin-bottom:7px;
		font-weight:bold;
		background:url(../image/index_bg01.gif) left bottom repeat-x;
}

#content .info dl dd {
		padding-left:1px;
}

