@charset "UTF-8";
/*--------------------------------------------------------------------------------
CSS information
 file name  :  topics.css
 style info :  メインコンテンツ設定 
 --------------------------------------------------------------------------------*/

/*--- import */
@import url("reset.css");
@import url("tmpl-style.css");
@import url("tmpl-style-2c.css");
@import url("tmpl-model.css");

div#title_tp{
	background:url(../images/template/shadow01.gif) 0 bottom repeat-x;
	padding-bottom:10px;
	margin-bottom:10px;
	width: 740px;
}

#main h2 {
	font-size: 180%;
	font-weight:700;
	color: #4D3926;
	letter-spacing: .1em;
	border-left: 3px solid #4D3926;
	padding: 7px 0 0 9px;
	height: 1.4em;
	margin:1px 0 20px 15px;
	line-height:1.1;
}
#main dl{
	padding:0 0 0 25px;
	font-size:130%;
}
#main dl a{
	color: #039;
}
#main dl a:hover{
	padding:0 0 1px;
	border-bottom: 1px solid #039;
}
#main dt{
	width:110px;
	float:left;
}
#main dd{
	padding:0 0 0 110px;
	margin:0 0 10px;
}
