/*
-------------------------------------
CSS file aikido yokohama
FileName:top.css
-------------------------------------
*/
/*スライダここから*/
.panel-box{
	width:940px;
	margin:20px auto 0 auto;
}
.ttl-panel{
	width:340px;
	float:left;
}
.slide-panel{
	width:600px;
	float:left;
}
.slider{
	width:600px;
}

/*新着情報*/
.info-box{
	width:598px;
	padding:5px 20px;
	border:1px #999 solid;
	background:#eeeeee;
	margin-bottom:1em;
}
dl.info{
	width:598px;
	_zoom: 1;
	overflow: hidden;
}
dl.info dt{
	font-size:1em;
	line-height:1.5;
	color:#333333;
	margin-top: -1px;
	padding-top: 10px;
	border-top: 1px dotted #999;
}
dl.info dd{
	font-size:1em;
	line-height:1.5;
	color:#333333;
	padding-bottom: 10px;
}
/*ごあいさつ*/
.greeting_bg{
	width:100%;
	background:url(../images/top/bg-greeting.png) top right no-repeat;
}
.greeting-adm{
	width:100%;
	padding:1em 0 0 0;
	border-top:1px #333333 dotted;
}
a.adm-btn{
	max-width: 216px;
	width: auto !important;
	width: 216px;
	display:block;
	padding:10px 35px 10px 35px;
	color:#333;
	border:2px #666666 solid;
	font-size:0.875em;
	margin-bottom:2em;
	text-align:center;
}
a.adm-btn:hover{
	background:#dddddd;
}
.hows{
	color:#ff0000;
	line-height:1.5;
	margin:0;	
}
/*アクセス*/
.access-box{
	 width:100%;
	 margin:1em auto;
}
.access-map{
	 width:551px;
	 margin:0 auto 15px auto;
}
/*関係先*/
.relation-box{
	 width:100%;
	 margin:1em auto;
}
ul.rel-list{
	width:680px;
	margin: 0 -40px 0 0; 
	overflow: hidden;
}
ul.rel-list li{
	width:300px;
	margin-bottom:1em;
	margin-right:40px;
	float:left;
}
.rel-name{
	font-size:1em;
	line-height:1.5;
	color:#333;
}
.rel-cap{
	font-size:0.875em;
	line-height:1.5;
	color:#999;
}

/*リンク*/
.link-box{
	width:100%;
}
.link-detail{
	width:100%;
	margin-top:1em;
}
.link-name{
	font-size:1em;
	color:#333;
	margin-bottom:5px;
}
.link-url{
	font-size:1em;
	color:#333;
	line-height:1.5;
}
.link-cap{
	font-size:0.875em;
	color:#999999;
	line-height:1.5;
}
