@charset "utf-8";

/* -----------------------------------------------------------
CSS Information

 File name:      index.css
 Author:         Your Name (admin)
 Style Info:     TOPページ
----------------------------------------------------------- */


#page {
	height: 100%;
}

#topMain {
	margin: 0;
	font-size: 12px;
	padding: 15px 18px 0 18px;
}
	
#topMain li {
	float: left;
	width: 251px;
	margin-bottom: 20px;
}

#topMain h2 {
	text-indent: -9999px;
}
#topMain p {
	margin: 0px;
}	

#topMain li.shop01 {
	background: url(../img/main_sanjyo.jpg) no-repeat left top;
}

#topMain li.shop02 {
	background: url(../img/main_paretto.jpg) no-repeat left top;
}

#topMain li.shop03 {
	background: url(../img/main_kawaramati.jpg) no-repeat left top;
}
#topMain .setumei {
	text-indent: -9999px;
}
#topMain .topMainAddress {
	font-size: 10px;
	color: #666;
	padding: 20px 10px 0;
	line-height: 1.2;
}
#topMain .button {
	padding: 115px 0 0 59px;
	width: 133px;
	height: 32px;
}
#topMain .button a {
	width: 100%;
	height: 100%;
	display: block;
}
#topMain li a:hover {
	background-color: transparent;
}
#topMain li a:hover img {
	visibility: hidden;
}



/*	topMenu
----------------------------------------------------*/
#topMenu {
	margin: 0 auto;
	background: url(../img/menu_bg.gif) 0 0 no-repeat;
	width: 750px;
	height: 147px;
	clear: both;
}
#topMenu ul {
	margin-left: 12px;
}	

#topMenu li {
	float: left;
	height: 97px;
	margin-right: 8px;
	margin-top: 8px;
}

#topMenu br {
	clear: both;
}	

#topMenu .list01 a {
	background:url(../img/button_food_on.gif) 0 0 no-repeat;
	width: 97px;	
}

#topMenu .list02 a {
	background: url(../img/button_beauty_on.gif) 0 0 no-repeat;
	width: 97px;
}

#topMenu .list03 a {
	background: url(../img/button_school_on.gif) 0 0 no-repeat;
	width: 97px;
}

#topMenu .list04 a {
	background: url(../img/button_fashion_on.gif) 0 0 no-repeat;
	width: 97px;
}

#topMenu .list05 a {
	background: url(../img/button_hobby_on.gif) 0 0 no-repeat;
	width: 97px;
}

#topMenu .list06 a {
	background: url(../img/button_utility_on.gif) 0 0 no-repeat;
	width: 97px;
}

#topMenu .list07 a {
	background: url(../img/button_others_on.gif) 0 0 no-repeat;
	width: 97px;
}

#topMenu ul a {
	width: 100%;
	height: 100%;
	display: block;
}

#topMenu li a:hover {
	background-color: #fff;
	width: 97px;
	height: 97px;
}
	
#topMenu li a:hover img {
	visibility: hidden;
} 			
		


/*	newsBox
----------------------------------------------------*/

#newsBox {
	margin: 20px auto 0;
	width: 746px;
	border: 2px solid #848484;
}
#newsBox #newsBoxInner {
	padding: 10px;
}
#newsBox dl {
	clear: both;
	line-height: 1.5em;
}
#newsBox dl dt {
	float: left;
	width: 9em;
	margin-right: 1em;	
}
#newsBox dl dd {
	float: left;
	width: 600px;
}


/*	bannerBox
----------------------------------------------------*/

ul#bannerBox {
	width: 682px;
	margin: 20px auto 0;
}
ul#bannerBox li {
	display: inline;
	margin: 0 8px;
}
* html ul#bannerBox li {
}




