@charset "utf-8";
/* common CSS Document */

/*-----擬似要素(float解除)----*/

div#main_bottom_inner:after,
dl dt:after,
ul.to_navi:after{
  content : "";
  display : block;
  height : 0;
  clear:both;
}


/*------------コンテンツ----------------*/
h3{
	clear:both;
	width:670px;
	margin:10px 0 15px;
}

dl{
	float:right;
	width:448px;
	height:auto;
	margin-top:5px;
}

dl dt{
	width:443px;
	height:22px;
	margin-bottom:3px;
	padding-right:5px;
	text-align:left;
	background: url(../img/menu_line.gif) no-repeat bottom center;
}

dl dt strong{
	float:left;
	font-size:130%;
	color:#702D22;
}

dl dt span{
	float:right;
	font-size:130%;
	font-weight:bold;	
	color:#702D22;
}

dl dd {
	margin-bottom:25px;
	text-align:left;
	font-size:85%;
	color:#702D22;	
}

dl dd.high-height {
	line-height:160%;
}


ul.to_navi{
	clear:both;
	float:right;
	width:432px;
	height:15px;
	margin:15px 0 30px;
}

ul.to_navi li{
	float:left;
	margin-right:5px;
}

ul.to_navi li img{
	display:block;
	margin:-1.0em 0 0;
	position:relative;
}

.limited{
		font-size:11px;;
		padding:3px;
		background:#EE750B;
		color:#fff;
}

/*------------フッター----------------*/

