@charset "UTF-8";
/*============================================================
//  Default
//==========================================================*/

#links a {
	color:#006600;
	text-decoration: none;
}

#links a:hover {
	color:#006600;
	text-decoration: underline;
}


/*============================================================
//  Common
//==========================================================*/

#links .clear {
	clear: both;
	overflow: hidden;
	width: 1px;
	height: 1px;
	margin: 0 -1px -1px 0;
	border: 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
}

#links hr {
	clear:both;
	height: 1px;
	background-color: #36A038;
	border: none;
	color: #36A038;
	margin:15px 0 0 0;
}

/* 一番外側のdiv */

#links {
	width:750px;
	text-align: left;
	}


#links h2{
	width:750px;
	height:40px;
	margin:20px 0 20px 0;
	text-indent:-9999px;
	background:transparent url(/link/image/title.gif) no-repeat scroll 0 0;
	}

#links .main {
	padding:0 10px 10px 10px;
	text-align: left;
	margin-bottom:10px;
	background-image: url("/link/image/bg.jpg");
	background-repeat: no-repeat;	
}

#links .main:after {
	font-size:1px;
	content: "";
	display: block;
	height: 0;
	clear: both;
}
#links .main {
	zoom: 1;
}


/* ナビゲーションの箱*/
#links .navigation{
	text-align: center;
	color: #808000;
	border:1px #ccc solid;
	margin-bottom:15px;
	padding: 3px;
}

#links .navigation a{
	color:#808000;
	text-decoration: none;
}
#links .navigation a:hover{
	color:#808000;
	text-decoration: underline;
}


/*============================================================
// 地域別
//==========================================================*/
/* エリア名*/
#links .category{
	font-size:12px;
	color:#666;
	margin:0 0 10px 0;
	letter-spacing:2px;
	background-color: #EBE7D8;
	padding: 3px 0 3px 10px;;	
	}


#links .box{
	width:730px;
	margin-bottom:15px;
}
#links .box:after {
	font-size:1px;
	content: "";
	display: block;
	height: 0;
	clear: both;
}
#links .box {
	zoom: 1;
}


#links ul {
	padding: 0;
	margin: 0; 
	list-style-type: none;
}

#links li{
	float: left;
	margin:0 20px 3px 0;
	padding: 0 0 5px 35px;
	text-align: left;
	width: 300px;
}

#links li.school-and-shop{
	background-image: url('/link/image/mark-schoolshop.gif');
	background-repeat: no-repeat;
	background-position: 0px 2px;

}


#links li.school{
	background-image: url('/link/image/mark-school.gif');
	background-repeat: no-repeat;
	background-position: 0px 2px;

}

#links li.shop{
	background-image: url('/link/image/mark-shop.gif');
	background-repeat: no-repeat;
	background-position: 0px 2px;

}



#links li.assosiation {
	background-image: url('/link/image/mark-associate.gif');
	background-repeat: no-repeat;
	background-position: 0px 2px;
} 
#links li.publisher{
	background-image: url('/link/image/mark-publisher.gif');
	background-repeat: no-repeat;
	background-position: 0px 2px;
} 

