@charset "utf-8";
/* CSS Document */
/* Copyright (C) 2010 Creekcom.,Co ltd All Rights Reserved. http://www.creekcom.co.jp/ */

#news {
	height: 175px;
	width: 350px;
	float: left;
	background-image: url(img/bg_news.gif);
	padding-top: 20px;
	margin-bottom: 20px;
}
#cate-top {
	float: right;
	height: 175px;
	width: 450px;
	padding-top: 4px;
	margin-bottom: 20px;
}
#cate-top p {
	float: left;
	padding-left: 10px;
	padding-top: 15px;
}
#fla {
	padding-top: 38px;
	padding-bottom: 40px;
}

#news td {
	font-size: 82%;
	color: #666666;
	vertical-align: top;
	line-height: 135%;
}
#news .ttl {
	padding-bottom: 5px;
}
#sitemap {
	padding-top: 30px;
	padding-bottom: 20px;
	text-align: center;
}
#sitemap td {
	font-size: 82%;
	vertical-align: top;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
	border: 1px solid #E7E7E7;
	padding-left: 10px;
	padding-right: 5px;
}
#sitemap ul {
	margin: 0px;
	padding: 0px;
}
#sitemap li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	line-height: 130%;
}
#sitemap a {
	text-decoration: none;
}
#sitemap a:link {
	color: #666666;
}
#sitemap a:visited {
	color: #666666;
}
#sitemap a:hover {
	color: #DE0C0C;
}
#sitemap a:active {
	color: #666666;
}

