/*
[Filename]		base.css
[Date]			2006/11/07
[Role]			Basic Style Setting
[Written by]	NALL Kawata
*/

/*--------------------------------------------------------------------------------------*/

*{
	margin				: 0;
	padding				: 0;
	font-size			: 100%;
	font-weight			: normal;
	background					: transparent;
	background-color			: transparent;
}

body{
	margin					: 0 auto;
	width					: 100%;
	font					: 75%/1.5em Verdana,"ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",sans-serif, GulimChe, MS Song;
	color					: #626262;
	background					: transparent;
	background-color			: transparent;
}

/*--------------------------------------------------------------------------------------*/


a{
	color					: #0075c1;
}

a:hover{
	color					: #ff9900;
}

img {
	border					: none;
	margin					: 0 auto;
}

#ishikawaevent{
	float					: left;
	width					: 120px;
	margin					: 0 auto;
	overflow				: hidden;
	margin-left				: 10px;
}
	
	#ishikawaevent a {
		width					: 120px;
		height					: 70px;
		display					: block;
		vertical-align			: middle;
		text-indent				: -200em;
		background				: transparent url(../image/fairishikawa1.gif) no-repeat center center;
	}
	
	#ishikawaevent a:hover{
		background				: transparent url(../image/fairishikawa2.gif) no-repeat center center;
	}

#toyamaevent{
	float					: left;
	width					: 120px;
	margin					: 0 auto;
	overflow				: hidden;
	margin-left				: 10px;
}
	
	#toyamaevent a {
		width					: 120px;
		height					: 70px;
		display					: block;
		vertical-align			: middle;
		text-indent				: -200em;
		background				: transparent url(../image/fairtoyama1.gif) no-repeat center center;
	}
	
	#toyamaevent a:hover{
		background				: transparent url(../image/fairtoyama2.gif) no-repeat center center;
	}

#fukuievent{
	float					: left;
	width					: 120px;
	margin					: 0 auto;
	overflow				: hidden;
	margin-left				: 10px;
}
	
	#fukuievent a {
		width					: 120px;
		height					: 70px;
		display					: block;
		vertical-align			: middle;
		text-indent				: -200em;
		background				: transparent url(../image/fairfukui1.gif) no-repeat center center;
	}
	
	#fukuievent a:hover{
		background				: transparent url(../image/fairfukui2.gif) no-repeat center center;
	}

#shoplist{
	float					: left;
	width					: 110px;
	margin					: 0 auto;
	overflow				: hidden;
	margin-left				: 5px;
}
	
	#shoplist ul li a{
		color					: #535353;
	}
	
	#shoplist ul li a:hover{
		color					: #ffb100;
	}


