@charset "utf-8";

#display_smart{
	display: none;
}

body{
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #000;
	margin: 0px;
	font-size: 13px;
	line-height: 1.5em;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding: 0px;
}

img{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
li{
	list-style-type: none;
}
#header{
	display: block;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
}
#header .wid{
	width: 980px;
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
}
#header a{
	color: #000;
	text-decoration: none;
}
#header h1{
	font-size: 24px;
	margin: 0px;
	padding: 0px;
	line-height: 2em;
}
#header h2{
	font-size: 12px;
	line-height: 2em;
	font-weight: normal;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	display: block;
}
#header .h2area{
	display: block;
	background-image: url(../image/w80p.png);
}
#header p.address,#header p.tel{
	display: none;
}
#topimg{
	display: block;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	text-align:center;
}
#topimg img{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#topimg_smart{
	display: none;
}

#menu{
	display: block;
	padding: 0px;
	width: 200px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 5px;
}
#menu ul{
	margin: 0px;
	padding: 0px;
}
#menu ul li{
	display: block;
	list-style-type: none;
	margin-bottom: 1px;
}
#menu ul li a{
	display: block;
	text-decoration: none;
	font-size: 15px;
	line-height: 3em;
	color: #FFF;
	margin: 0px;
	text-align: center;
	padding: 0px;
	background-image: url(../image/alpha10.png);
	background-position: center bottom;
	background-color: #eee;
}
#menu ul li ul{
	background-color: #FFF;
	display: block;
	height: auto;
	margin-top: 1px;
	margin-bottom: 1px;
}
#menu ul li ul li{
	margin-bottom: 1px;
}
#menu ul li ul li a{
	line-height: 2.5em;
	font-size: 11px;
	text-align: left;
	text-indent: 5px;
	display: block;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #333;
	background-image: url(../image/alpha10.png);
	background-position: left center;
}
#menu li a:hover{
	background-image: url(../image/w20p.png);
	color: #eee;
}
#menu:after{
	content: " ";
	display: block;
	clear: both;
}

#contents{
	display: block;
	width: 980px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../image/w50p.png);
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
#contents:after{
	content: " ";
	display: block;
	clear: both;
}

#left-column{
	display: block;
	float: left;
	width: 200px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 0px;
}

#main-column{
	display: block;
	float: left;
	width: 755px;
	padding: 3px;
	margin-left: 15px;
	margin-top: 5px;
}
#main-column h3.title{
	font-size: 24px;
	line-height: 1.5em;
	color: #666;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
#main-column h4.title{
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #F00;
	font-size: 18px;
	line-height: 2em;
	text-indent: 15px;
}
#main-column p.date{
	font-weight: bold;
	text-align: right;
	display: block;
	padding: 0px;
	font-size: 15px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#foot-menu{
	clear: both;
	margin-top: 20px;
	margin-bottom: 10px;
}
#foot-menu ul{
	display: block;
	text-align: center;
	margin: 0px;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 2px;
}
#foot-menu ul:after{
	content:" ";
	display: block;
	clear: both;
}
#foot-menu ul li{
	display: inline-block;
	list-style-type: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
}
#foot-menu ul li a{
	text-align: center;
	display: block;
	margin: 0px;
	font-size: 12px;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
}
#foot-menu ul li.border_none{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#footer{
	display: block;
	padding: 0px;
	height: 64px;
	clear: both;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #000;
}
#footer p.copyright{
	font-size: 12px;
	text-align: center;
	display: block;
	padding-top: 20px;
	line-height: 2em;
	margin: 0px;
	padding-bottom: 20px;
	color: #FFF;
}

#submenu{
	display: block;
	margin-bottom: 10px;
}
#submenu ul{
	display: block;
	margin: 0px;
	padding: 0px;
}
#submenu ul li{
	display: block;
	list-style-type: none;
	background-color: #eee;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #FFF;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
}
#submenu ul li a{
	font-size: 14px;
	line-height: 1em;
	text-decoration: none;
	margin: 0px;
	padding: 5px;
	border-left-style: solid;
	border-left-color: #F90;
	display: block;
	color: #333;
}
#submenu ul li a:hover{
	border-left-color: #FF0;
}
#submenu ul ul{
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
}
#submenu ul ul li{}
#submenu ul ul li a{}
#submenu ul ul li a:hover{}


#topix_head{
	display: block;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #333;
}
#topix_head li{
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	display: inline-block;
	font-size: 14px;
	line-height: 2em;
	text-align: center;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	background-color: #FFF;
}
#topix_head li.selected{
	background-color: #eeeeee;
}
#topix_head li:hover{
	cursor: pointer;
}
#topix_head .itiran{
	display: inline-block;
	text-align: right;
	margin: 0px;
	padding: 0px;
}
#topix_head .itiran a{
	text-decoration: none;
}
#topix_head .itiran a:hover{
	text-decoration: underline;
}

#topix{
	display: block;
	height:auto;
	max-height: 260px;
	overflow: auto;
	margin-bottom: 15px;
	background-image: url(../image/w80p.png);
}
#topix .article{
	display: none;
}
#topix .article.selected{
	display: block;
}
#topix img{
	height: 90px;
	float: left;
	display: inline-block;
	margin: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#topix li{
	display: block;
	width: 48%;
	list-style-type: none;
	margin: 1%;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCC;
	float: left;
}
#topix li a{
	text-decoration: none;
}
#topix li a:hover{
	text-decoration: underline;
}
#topix li p{
	font-size: 13px;
	line-height: 1.2em;
	padding: 0px;
	margin: 5px;
}
#topix li .date{
	display: inline-block;
	width: 90px;
}


#NewsAll{}
#NewsAll h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	line-height: 2em;
	color: #666;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin: 0px;
	padding: 0px;
}
#NewsAll li{
	display: block;
	clear: both;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	padding-top: 5px;
	padding-bottom: 15px;
}
#NewsAll li:after{
	content: " ";
	display: block;
	clear: both;
}

#NewsAll li p{
	display: block;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 130px;
}
#NewsAll li a{
	text-decoration: none;
}
#NewsAll li a:hover{
	text-decoration: underline;
}
#NewsAll li .date{
	width: 130px;
	float: left;
	display: block;
}
#NewsAll li img{
	display: block;
	float: right;
	width: 100px;
	margin: 5px;
}

#sitemap{
	display: block;
	margin-top: 10px;
	margin-right: 30px;
	margin-bottom: 50px;
	margin-left: 10px;
	font-size: 90%;
}
#sitemap a{
	color: #333;
	text-decoration: none;
}
#sitemap a:hover{
	text-decoration: underline;
}
#sitemap h3{}
#sitemap ul{}
#sitemap ul li{}

h5.qrtitle{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.2em;
	font-weight: normal;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}
#qrcode{
	display: block;
	height: auto;
	width: 198px;
	border: 1px solid #CCC;
	margin-bottom: 10px;
	background-color: #FFF;
	margin-left: 5px;
}
#qrcode:after{
	content:" ";
	display: block;
	clear: both;
	margin: 0px;
	padding: 0px;
}

#qrcode #output{
	float: left;
	display: block;
	margin: 10px;
}
#qrcode p{
	font-size: 11px;
	line-height: 1.2em;
	display: block;
	width: 100px;
	height: auto;
	float: left;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

.date_width{
	width:70px;
	display: inline-block;
}
#gMap{
	display: block;
	height: 300px;
	width: 100%;
	background-color: #eee;
}
#pankuzu{
	margin-bottom: 20px;
}
#barnner_side{
	height: auto;
	width: 200px;
	margin-left: 5px;
	margin-bottom: 10px;
}
#blog{
	border-radius: 10px;
	border: 1px solid #CCC;
	background-image: url(../image/w80p.png);
	display: block;
	padding: 20px;
	margin-top: 10px;
}
#blog li{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	margin-bottom: 5px;
}