/*******************ページのレイアウト*****************/
#contents{
	width:840px;
}
#contents #secondary{
	width:250px;
	margin-right:20px;
	float:left;
}
#contents #primary{
	width:570px;
	float:left;
}
#contents img.title{
	margin-bottom:15px;
}

/*******************左側のメニュー*****************/
#contents #secondary img.left{
	float:left;
	clear:left;
	width:78px;
	border:1px solid #cccccc;
	margin-right:15px;
}
#contents #secondary ul{
	float:left;
	width:155px;
	padding-bottom:15px;
}
#contents #secondary ul li a{
	font-size:100%;
	line-height:1.6em;
}
#contents #secondary ul li img{
	position:relative;
	bottom:2px;
}
#contents #secondary p.line{
	border-bottom:3px double #F8B1A3;
	clear:both;
	height:0px;
	overflow:hidden;
	margin-bottom:20px;
}

/*******************右側のシステム*****************/
#contents #primary .box{
	width:566px;
	overflow:auto;
	height:146px;
	border:1px solid #cccccc;
	margin-bottom:30px;
}

/*******************右側のトピックス*****************/
#contents #primary dl{
	float:left;
	width:270px;
}
#contents #primary dl.left{
	margin-right:30px;
	width:270px;
}
#contents #primary dl dt{
	background-color:#EEA64D;
	font-size:130%;
	color:#ffffff;
	padding:5px;
	font-weight:bold;
}
#contents #primary dl dd a img{
	border:2px solid #cccccc;
	border-top:none;
	margin-bottom:30px;
}












