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

body {
	font-size:10px;
	color:#000000;
	text-align: center;
	background : #FFFFFF;
	font-family: "Verdana","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック";
	letter-spacing: 1px;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	line-height:100%;
}

p , {
	line-height:130%;
}

img,
a img {
	border : 0;
	text-decoration: none;
}


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

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


/*============================================================
//  Common
//==========================================================*/
.left{
	float:left;
}

.right{
	float:right;
}

.clear {
	clear: both;
	overflow: hidden;
	width: 1px;
	height: 1px;
	margin: 0 -1px -1px 0;
	border: 0;
	padding: 0;
	font-size: 0;
	line-height: 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 {
	width: 730px;
	height:250px;
	overflow:auto;
	text-align: left;
	padding-left:10px;
	margin-bottom:10px;
	background-image: url("/link/image/bg.jpg");
	background-repeat: repeat-y;
	background-attachment: scroll;	
}


/* ナビゲーションの箱*/
.navigation{
	width: 710px;
	text-align: center;
	color: #808000;
	padding:5px 0 5px 0;
}

.navigation ul{
	list-style:none;
	margin-left:3px;
}
.navigation li{
	font-size:10px;
	line-height:100%;
	padding-right:10px;
	margin-right:10px;
	float:left;
}
.navigation li.left{
	border-right:1px solid #808000;
	float:left;
	font-size:10px;
	line-height:100%;
	margin-right:10px;
	padding-left:3px;
	padding-right:13px;
}


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


/* 区切り線*/
#links .main .kugire{
	width: 680px;
	border-top:1px dotted #CCCCCC;
	margin:5px 0pt;
}

/* 左右の箱*/
.box-left{
	width:350px;
	padding:5px 5px 5px 0;
	float:left;
	}

.box-right{
	width:350px;
	padding:5px 0 5px 5px;
	float:right;
	}
/*============================================================
// 協会
//==========================================================*/
#associations{
	width: 710px;
	text-align: left;
}

#associations .category{
	font-size:12px;
	color:#000000;
	padding:0 0 5px 0;
	}

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

#associations li {
	padding: 0 0 5px 40px;
	background-image: url('/link/image/mark-associate.gif');
	background-repeat: no-repeat;
	background-position: 0px 2px;
} 

/*============================================================
// エリアごと
//==========================================================*/
/* エリア名*/
.category{
	width: 710px;
	text-align: left;
	font-size:12px;
	color:#000000;
	padding:5px 0 10px 0;
	}


ul {
	padding: 0;
	margin: 0; 
	list-style-type: none;
	color:#333333;

}

li{
	list-style-type:none;
}

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

}


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

}

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

}
