@charset "utf-8";


/* @group content */

#mainarea .column#listArea dd a {
	display:block;
	margin:0 0 0 2px;
	padding:2px 0 2px 20px;
	background:url(../../common/images/arrow_big.gif) left 4px no-repeat;
}

/* @group メインエリアリードエリア　下層ページ -----------------------------*/
#mainarea .column#leadAreaNoline {
	border-bottom: 0;
	margin-bottom: 0;
}

#mainarea .borderNone {
	border-bottom: 0;
	padding-bottom: 10px;
}

#mainarea .column .outline {
	float:right;
	width:346px;
}

#mainarea .column h3 {
	padding:3px 0 24px;
}

#mainarea .column .txt {
	line-height:1.7;
}

#mainarea .column .thumb {
	float:left;
	width:367px;
}

/* @end */

/* @group 情報テーブル -----------------------------*/
#info {
	border-top:solid 2px #666;
	border-bottom:solid 1px #666;
	margin-top: 20px;
	width: 346px;
	float:right;
}

#info dt {
	float: left;
	background-color:#F3F3F3;
	width: 80px;
	padding: 7px;
	display:block;
	text-align:center;
}

#info dd {
	float: right;
	width: 237px;
	padding: 7px;
}

#info .heightLine-group1,
#info .heightLine-group2, 
#info .heightLine-group3,
#info .heightLine-group4,
#info .heightLine-group5,
#info .heightLine-group6 {
	border-bottom:dotted 1px #666;
}

/* @end */

/* @group ボタン -----------------------------*/
p.btnTop {
	padding-top:15px;
	text-align:right;
	clear:both;
}

p.btnTop a {
	padding-right:13px;
	font-size:10px;
	background:url(../images/icon_pagetop.gif) right center no-repeat;
}

/* @end */




/* @group clearfix=================================================================== */
#info dl:after {
	display:block;
	clear:both;
	visibility:hidden;
	height:0;
	content:".";
}

#info dl {
	display:inline-block;
}

/* Hides from IE-mac \*/
* html #info dl {
	height:1%;
}

#info dl {
	display:block;
}
/* End hide from IE-mac */
/* @end */
