@charset "utf-8";

body{
	background:url(../img/img_mainBg.jpg) repeat-x center top;
}
/*--ヘッダー--*/
#header{
	background:url(../img/img_main.jpg) no-repeat center top;
	height:360px;
}
h1{
	width:800px;
	margin:0px auto;
	line-height:0px;
	font-size:0px;
}
/*--レイアウト--*/
#columnA{
	width:550px;
	float:left;
}

#columnB{
	width:220px;
	float:right;	
}
/*--トピックス--*/
.topicList dt{
	font-weight:bold;
	margin-bottom:5px;
	padding-left:8px;
	background:url(../common/img/icon_dotted.gif) no-repeat left center;
	color:#333;
}
.topicList dd{
	border-bottom:dotted 1px #000;
	padding-bottom:20px;
	margin-bottom:20px;
	line-height:1.5em;
}
