@import url("../menu03.css");
#titlecommunity {
	background-image:    url(image/title_community.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 560px;
	height: 105px;
}
.commlist {
	padding: 10px 0px;
	width: 510px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.comm01,
.comm02,
.comm03,
.comm04 {
	float: left;
	width: 240px;
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 10px;
	list-style-type: none;
	text-align: left;
}
.comm01 a {
	height: 88px;
	background-image: url(image/community_01.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 12px;
	line-height: 120%;
}
.comm02 a {
	height: 88px;
	background-image: url(image/community_02.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 12px;
	line-height: 120%;
}
.comm03 a {
	height: 88px;
	background-image: url(image/community_03.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 12px;
	line-height: 120%;
}
.comm04 a {
	height: 88px;
	background-image: url(image/community_04.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 12px;
	line-height: 120%;
}
.comm01 a:hover {
	background-image: url(image/community_01_f2.jpg);
}
.comm02 a:hover {
	background-image: url(image/community_02_f2.jpg);
}
.comm03 a:hover {
	background-image: url(image/community_03_f2.jpg);
}
.comm04 a:hover {
	background-image: url(image/community_04_f2.jpg);
}
.commlist a {
	padding-left: 85px;
	display: block;
	padding-top: 12px;
	text-decoration: none;
	color: #414141;
	padding-right: 10px;
}
.commlist a strong {
	display: block;
	text-decoration: none;
	color: #414141;
	margin: 0px 0px 3px;
	padding-bottom: 3px;
	padding-top: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
