@charset "UTF-8";
/* CSS Document */
body{
}
#header{
	background:#FFF url(../img/top/topback.jpg) no-repeat top center;
	height:570px;
}
#topimage{
	clear:both;
	width:500px;
	margin:50px 0 0 30px;
	padding:0;
}
#topimage img{
}
#naviOther{
	position:absolute;
	top:440px;
	z-index:12;
	clear:both;
	width:504px;
	overflow:hidden;
	margin:0 0 0px 30px;
	padding:1px 0;
	background-color:#FFF;
	border-radius:3px;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
	-o-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
	box-shadow:0 1px 4px rgba(0, 0, 0, 0.5);
}
#naviOther ul{
	list-style-type:none;
	margin:0px;
	padding:0px;
}
#naviOther li{
	margin:0px;
	padding:0px;
	float:left;
	background: -moz-linear-gradient(top,  #ffffff 50%, #e1e9ed 100%);
	background: -webkit-linear-gradient(top,  #ffffff 50%,#e1e9ed 100%);
	background: -ms-linear-gradient(top,  #ffffff 50%,#e1e9ed 100%);
	background: linear-gradient(to bottom,  #ffffff 50%,#e1e9ed 100%);
}
#naviOther a{
	display: block;
	width: 120px;
	border-left: 1px solid #B4D5F6;
	border-right: 1px solid #FFF;
	padding:5px 2px;
	text-align:center;
	font-size:12.5px;
	height:40px;
	display: flex;
	align-items: center;
	justify-content: center;
}
#naviOther li.line2 a{
	font-size:9px;
}
#naviOther li:first-child a,
#naviOther li:nth-of-type(7) a{
	/*border-left:0px solid #448CD2;*/
}

/*
#topimage{
	clear:both;
	width:500px;
	margin:80px 0 60px 10px;
	padding:0;
}
#topimage img{
}
#carousel {
	margin-top:10px;
}
#carousel li{
	padding:0 10px;
}

#naviOther{
	position:absolute;
	top:530px;
	z-index:12;
	clear:both;
	width:500px;
	background-color:#FFF;
	overflow:hidden;
	margin:0 0 0px 10px;
	padding:1px 0;
	border-radius:3px;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
	-o-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
	box-shadow:0 1px 4px rgba(0, 0, 0, 0.5);
	background: -moz-linear-gradient(top,  #ffffff 50%, #e1e9ed 100%);
	background: -webkit-linear-gradient(top,  #ffffff 50%,#e1e9ed 100%);
	background: -ms-linear-gradient(top,  #ffffff 50%,#e1e9ed 100%);
	background: linear-gradient(to bottom,  #ffffff 50%,#e1e9ed 100%);
}
#naviOther ul{
	list-style-type:none;
	margin:0px;
	padding:0px;
}
#naviOther li{
	margin:0px;
	padding:0px;
	float:left;
}
#naviOther a{
	display: block;
	width: 99px;
	border-left: 1px solid #B4D5F6;
}
#naviOther li:first-child a{
	border-left:0px solid #448CD2;
}

*/



#TopicPath{
	display:none;
}

#maincontent{
	padding-top:40px;
}
#maincol{
	width:960px;
	padding:0px 0px 0px 0px;
	float:none;
}
#sidecol{
	display:none;
}
#topLeftCol{
	width:700px;
}
#topRightCol{
	width:240px;
	padding:0px 0px 0px 0px;
	float:right;
	margin:0px 0px 10px 0px;
	overflow:hidden;
}
#topRightCol .sideNavi{
	padding:0 10px 4px 10px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px; 
	border:1px solid #CCC;
   	background-color: #FFFFFF;
	margin:0 0 20px 0;
}
#topRightCol .sideNavi h2{
	margin:0 -10px 5px -10px;
}

/*お知らせ・イベント*/
ul.infolist{
	list-style:none;
	margin:0 0 20px 0;
	padding:0;
}
ul.infolist li{
	margin:0 0 0.5em 0;
	padding:0;
	overflow:hidden;
}
ul.infolist li img{
	float:left;
	display:inline-block;
}
ul.infolist li a,
ul.infolist li span{
	display:block;
	margin-left:90px;
}

/*カレンダー
*/

#closedcalendar{
	width:180px;
	margin:0 auto;
	text-align:center;
}
#closedcalendar .wday0 {color:#F00;}
#closedcalendar .wday1,.wday2,.wday3,.wday4,.wday5{}
#closedcalendar .wday6{ color:#00C;}
#closedcalendar .hday{ color:#F00;}
#closedcalendar .closed{ background-color:#DDD;}
#closedcalendar .closed2{ background-color:#EDC;}
#closedcalendar .today{ background-color:#FFE;}

#closedcalendar caption{
	font-size:110%;
	font-weight:bold;
	text-align:left;
}

#closedcalendar caption span{
	float:right;
	font-weight:normal;
	font-size:100%;
}

#closedcalendar caption span span{
	float:none;
	color:#06C;
	cursor:pointer;
	font-size:100%;
}
#closedcalendar p{
	text-align:left;
}
#ANKOTHERSITEE p{
	float:left;
	margin:5px;
}
#ANKOTHERSITEE p img{
}
/*
#ANKOTHERSITEE td{
	vertical-align:top;
}*/
#machifeed{
	margin:0px 0 0 5px;
}
#machifeed dt{
	clear:both;
	padding:0px;
	margin:0px;
}
#machifeed dd{
	clear:none;
	float:left;
	padding:0px;
	margin:0px 0 0 1em;
}
@media print {
	html #naviMain{
		display:block;
		visibility:hidden !important;
	}
}