@charset "utf-8";

/* ローカルメニュー
------------------------------------------------------------*/
#local-menu {
	width: 200px;
}
#local-menu ul {
}
#local-menu li {
	display: block;
	float: none;
	height: 36px;
	width: 200px;
	text-indent: -9999px;
	/*\*/
	overflow: hidden;
	/**/
}
#local-menu li a {
	display: block;
	width: 100%;
	height: 100%;
	background-image: url(../../img/common/local-menu-aaa.gif);
	background-repeat: no-repeat;
}
#lmenu01 a {
	background-position: -200px 0;
}
#lmenu01 a:hover {
	background-position: -200px 0;
}
#lmenu02 a {
	background-position: 0 -36px;
}
#lmenu02 a:hover {
	background-position: -200px -36px;
}

/* コンテンツヘッド
------------------------------------------------------------*/
h3 {
	width: 740px;
	height: 80px;
	background-image: url(../../img/head.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
}
#title {
	padding: 5px;
	color: #333333;
	text-align: center;
	background: url(../../img/category-bg.jpg) no-repeat;
	margin-bottom: 10px;
}
#title a {
	color: #333333;
}
#title a:hover {
	color: #333333;
}
.cell {
	clear: both;
	padding-bottom: 10px;
}

.category {
	width: 173px;
	float: left;
	margin: 5px;
}
.category strong {
	display: block;
	background: url(../../img/category-bg.jpg) no-repeat;
	color: #333333;
	text-align: center;
	padding: 3px;
	margin-bottom: 5px;
}
.category ul {
	padding-left: 2px;
	padding-bottom: 5px;
	font-size: 12px;
}
