@charset "Shift_JIS";

/*背景*/

body	{
	background-color: #fff;
	text-align: center;
	font-size: 14px;
}

img{
	border: 0;
}

#container{
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 720px;
}

#headimg{
	height: 150px;	
	vertical-align: bottom;
}

#menu{
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
	margin-top: 0;
}

#menu li{
	display: block;
	width: 144px;
	float: left;
}

#menu a{
	display: block;
	border: 1px solid #CCCCCC;
	font-size: 12px;
	text-align: center;
	padding: 5px 0px;
	margin: 0;
	text-decoration: none;
	background-color: #dddddd;
	line-height: normal;
}

#main{
	display: block;
	clear: left;
	color: #606060;
	background-color: #fff;
	margin-top: -20px;
	padding: 10px;
	text-align: left;
	border: solid 1px #cccccc

}

#idx dt{
	color: #0000ff;
	font-weight: bold;
}

#footer{
	list-style-type: none;
	padding-left: 17%;
	margin: 5px 0;
}

#footer li{
	display: block;
	float: left;
}

#footer a{
	font-size: 12px;
	text-align: center;
	margin: 0 5px;
	text-decoration: none;
}

address{
	clear: both;
	font-size: 12px;
}

dd p{
	margin-top: 0;
}

dd ul{
	margin-bottom: 1em;
}

/*リンクのフォント*/
#menu a:link { color: #000000; }
#menu a:visited { color: #000000; }
a:visited { color: #0000ff; }
#menu li a:hover { color: #606060; background-color: #eee;}
#menu a:active { color: #aaa; }