@charset "UTF-8";

/*--------------------------------------
メインコンテンツ
--------------------------------------*/
/*左カラム*/
#leftCol dl {
	width: 335px;
	float: left;
	display: inline;
	margin-bottom: 15px;
}

#leftCol dl dd.txt {
	margin-top: 5px;
}

#leftCol dl.r {
	margin-left: 15px;
}

#leftCol h2#service {
	height: 39px;
	background: url(../img/ttl_service.gif) no-repeat;
	text-indent: -9999px;
	margin-bottom: 10px;
}

#leftCol h2#news {
	margin-bottom: 10px;
}

#leftCol #newinfo {
	padding:0 10px 10px;
}

#leftCol #newinfo li {
	background: url(../img/arrow.gif) no-repeat;
	background-position: 0 2px;
	margin-bottom: 5px;
	padding: 0 5px 0 15px;
}

/*右カラム*/
#rightCol h2#goodies {
	height: 39px;
	background: url(../img/ttl_goodies.gif) no-repeat;
	text-indent: -9999px;
}

#rightCol ul#goods{
	padding: 10px 8px;
	background: url(../img/bg_m_gray.gif);
	margin-bottom: 10px;
}

#rightCol #banner img {
	margin-bottom: 10px;
}

#rightCol #contact {
	margin-bottom: 10px;
	padding:0 3px 3px;
	background: url(../img/contact_bg.gif);
}

#rightCol #contactInner {
	background: #FFFFFF;
	padding: 9px;
}

