@charset "utf-8";
@import "default.css";
@import "category.css";


/* 業種で検索用ＣＳＳファイル */

/* コンテンツメイン枠 */
#primary {
	margin-top: 0;
	margin-right: 160px;
	margin-bottom: 0;
	margin-left: 180px;
}
/* コンテンツ広告枠 */
#advertisement {
	position: absolute;
	right: 10px;
	top: 0px;
	width: 140px;
}
/* メインコンテンツ枠 */
.boxcenter {
	padding-top: 10px;
	padding-bottom: 10px;
}
/* 問合せ文字 */
h5 {
	margin: 5px;
	padding: 5px;
	width: 97%;
	font-size: 1em;
	font-weight: normal;
	text-align: left;
	line-height: 1.2em;
	background-color: #EAEAEA;
	border: 1px solid #666666;
}
H6 {
	font-size: 140%;
	color: #000000;
	line-height: 40px;
	text-align: center;
	margin: 0px;
	border: 1px solid #000000;
	background-color: #E6E6E6;
	padding: 0px;
}
#ekiphoto {
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
/*	padding-right: -2px;
*/}
#ekiphoto ul {
	float: left;
	margin-bottom: 10px;
	margin-left: 10px;
/*	margin-bottom: 25px;
	margin-left: 30px;
*/	height: 210px;
	width: 242px;
}

#ekiphoto li {
	list-style-type: none;
	width: 240px;
	text-align: center;
}
/* マウス３ */
#ekinavi {
	width: 210px;
	text-align: left;
	/**/
}
#ekinavi ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border-top: 1px solid #CCCCCC;
}
#ekinavi li {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #CCCCCC; /* オフマウス時のマーカー画像と背景色を指定 */
	background-color: #990000;
	background-repeat: no-repeat;
	background-position: left center;
	letter-spacing: 0.1em;
}
#ekinavi a {
	padding: 8px 0 8px 10px;
	background: #f8fff0;
	display: block;
	width: 200px !important;
	width /**/: 210px;
	color: #000000;
	font-weight: normal;
	text-decoration: none;
}
#ekinavi a:hover {
	color: #FFFFFF; /* オンマウス時の文字色を指定 */
	background-image: none; /* オンマウス時の背景画像を表示させないように指定 */
	background-color: transparent;
}

