@charset   "UTF-8";
/*歩いて元気85-base*/

@media screen and (min-width: 767px) { /*ウィンドウ幅が767px以上の場合に適用*/
	#menu-bg {
	background-color: #00FFFF; /*青色*/
	}
}



body 	{
	font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Arial, Helvetica,sans-serif;
	background-color: #ffffff;
	/*text-align: center;*/	
}

div#wrapper	{
	width: 960px;
	/*text-align: left;*/
	margin-left: auto;
	margin-right: auto;
	color: #333333;
	border: solid 1px #dddddd;
	}

img	{dorder-style: none;}

div.top-menu	{
	width: 960px;
	height: 31px;
	background-color: #436f92;	/*#436f92*/
	margin-bottom: 15px;
}
div.wid {
	width: 645px;
	text-align: left;
}

div.left-side {
	float: left;
	width: 645px;
	dorder-style: none;
}

div.right-side	{
	float: right;
	width: 300px;
	text-align: center;
	background-color: #ffffff;
}
/*----------footer------------*/

div#footer {
	clear:both;
	width:960px;
	/*margin:20px auto 0px auto;*/
	padding:30px 0px 20px 0px;
	font-size:12px;
	text-align:center;
	background-color:#eeeeee;
	margin-bottom: 30px;
}

div#footer ul.footerNav {
	padding:0px 0px 5px 0px;
	background-color:#eeeeee;
}

div#footer ul#footerNav li {
	display:inline;
	padding-left:10px;
	padding-right:10px;
	border-right:1px #999999 solid;
}

div#footer ul.footerNav li a {
	color:#666666;
	overflow: hidden;	/*リンク後の点線が消える*/
	outline: none;	/*リンク後の点線が消える*/
}

div#footer ul.footerNav li a:hover {
	text-decoration:underline;
	overflow: hidden;	/*リンク後の点線が消える*/
	outline: none;	/*リンク後の点線が消える*/
}

div#footer ul.footerNav li.end {
	display:inline;
	margin-left:10px;
	border-right:none;
}

div#footer ul#footerNav li.current {
	background-color:#99ff99;
}

div.link	{
	font-size: 14px;
	width: 960px;
	height: 30px;
	margin-top: 5px;
	margin-bottom: 5px;
	/*align: center;*/
}

div.link ul	{
	margin: 0;
	padding: 0;
}

div.link li	{
	display: inline;
	list-style-type: none;	
	float: left;
}

div.link li a	{
	display: block;
	line-height: normal;
	padding: 5px 15px;		
	background-color: #436f92;	/*#abd8f3;*/
	color: #ffffff;		/*#000088;*/
	text-align: center;
	text-decoration: none; 		
}

div.link li a:visited	{
	background-color: #436f92;	
	color: #ffffff;			
}

div.link li a:hover	{
	background-color: #0000ff;	
	color: #ffff00;			
}

div.link li a:active	{
	background-color: #0066ff;	
	color:#ffff00;		
}
	
/*menu-bar----------------*/

.menu-bar{
	padding: 0;
	margin: 0;
}

.menu-bar ul{
	font-size: 14px;
	/*font-weight: bold;*/
	margin:0;
	padding:0;
	list-style:none;
	width: 960px;
	height: 33px;
	background-color: #000000;
}

.menu-bar li{
	display:inline;
}

.menu-bar a{
	float:left;
	color: white;
	text-decoration:none;
	letter-spacing: 1px;
}

.menu-bar a span{
	height: 26px;
	text-align: center;
	display:block;
	padding:7px 15px 0 15px;
}

.menu-bar a span{
	float:none;
}

.menu-bar a:hover{
	background-color: #555555;
}

.menu-bar a:hover span	{
	background-color: #555555;
}

.menu-bar #current a span	{
	background-color: #cc5500;
}

.menu-bar #current a:hover span{
	background-color: #cc5500;
}

.menu_under_line	{
	clear: both;
	padding: 0;
	margin: 0;
	height: 5px;
	background: #cc5500;
}
/*menu-bar--------------*/

h1	{
	font-size: 20px;
	/*line-height: 30px;*/
	padding-top: 10px;
}
h2	{
	font-size: 18px;
	/*line-height: 30px;*/
	/*padding-top: 5px;*/
}

h3	{
	font-size: 16px;
	/*color: #ff0000;*/
	/*line-height: 30px;*/
	/*padding-top: 10px;*/
}

h4	{
	font-size: 16px;
}	

div.sma	{
	font-size: 17px;
	line-height: 34px;
	background-color: #ffffff;
	padding-left: 20px;
	padding-right: 15px;
	padding-bottom: 15px;
	border-right: solid 1px #dddddd;
	border-bottom: solid 1px #dddddd;
}

div.right-menu-top	{
	font-size: 15px;
	width: 300px;
	height: 25px;
	margin-top: 1px;
	margin-bottom: 1px;
	text-align: center;
	/*text-align: left;*/
	border-top: solid 1px #bbbbbb;
	border-bottom: solid 1px #bbbbbb;
	background-color: #2688df;
	color: #ffffff;
	padding-top: 3px;
}

div.menu	{
	font-size: 13px;
	width: 300px;
	margin-bottom: 5px;
}

div.menu ul	{
	margin: 0;
	padding: 0;
}
 
div.menu li	{
	list-style-type: none;	/**/
	/*border-style: none;*/
	border-bottom: solid 1px #bbbbbb;
}

div.menu li a	{
	display: block;
	/*line-height: 18px;*/
	padding: 5px 10px;		
	background-color: #efffff;	/*白に近い青*/
	color: #000088;
	text-align: left;
	text-decoration: none; 	
	overflow: hidden;	/*リンク後の点線が消える*/
	outline: none;	/*リンク後の点線が消える*/
}

div.menu li a:hover	{
	background-color: #eeeeee;			
	color:	#000088;		
}

div.menu li a.current	{
	background-color: #ffcc99; 		
	font-size: 13px;
	color: #000088;			
	font-weight:bold;
}

/*----top-menu-----*/

div.masu	{
	font-size: 15px;
	/*font-weight: bold;*/
	width: 960px;
	height: 42px;	/*35px*/
	margin-top: 1px;
	background-color: #cc5500;
	background-image: url(menu6.gif);   
}	

div.masu ul	{
	margin: 0;
	padding: 0;

}

div.masu li	{
	list-style-type: none;	
	border-style: none;
	float: left;			
}

div.masu li a	{
	display: block;
	/*width: 135px;*/
	padding:8px 14px 6px 13px;
	/*line-height: 35px;*/
	color: #ffffff;	
	text-align: center;
	text-decoration: none; 	
	background-image: url(menu6.gif);    
	overflow: hidden;	/*リンク後の点線が消える*/
	outline: none;	/*リンク後の点線が消える*/
}
div.masu, .masu li a{

}


div.masu li a:hover	{
	background-repeat: repeat-x;
			/*masu- li a:hover*/
}

div.masu li a:hover {
	background-position: 0 -45px;
	color: #ffffff;
}

div.masu .current a {
	background-position: 0 -90px;
	color: #ffff00;	/*黄色*/
}

div.menu_under_line	{
	/*clear: both;
	padding: 0;
	margin: 0;
	height: 5px;
	background: #cc5500;*/
}
/*----------*/
div#clear a	{
	/*text-align: center;*/		
	/*clear:both;*/
	margin-left: 310px;
	width:315px;
	text-align: right;
	font-size: 13px;
	color: #000088;
	text-decoration:underline;
	/*font-weight:bold;*/
}
div#clear a: hover	{
	color:#ff0000;
	text-decoration:underline;
}

div.clear	{
	clear: both;
	margin-bottom: 10px;
}

div.count-top	{
	float: right;		
	width: 100px;
	text-align: right;
	padding-top: 5px;
}

div.waku	{
	text-align: center;	
	/*width: 728px;*/
	height: 90px;
	margin-left: auto;
	margin-right: auto;

	width: 960px;
	/*height: 110px;*/
	padding-top:10px;
	padding-bottom:10px;
	background: #eeeeee;
}

div.waku300	{
	text-align: center;	
	width: 300px;
	margin-top: 1px;
	/*height: 250px;*/
}
div.kousin		{
	font-size: 12px;
	margin-top: 10px;
}

/*----link-hosu-歩数記録----*/
/*----hosu-menuを廃止し以下を追加-----*/

div.link-hosu	{
	margin: 0;
	padding: 0;
}

div.link-hosu ul	{
	font-size: 14px;
	/*width: 615px;*/
}

div.link-hosu li	{
	display: inline;
	list-style-type: none;      
	float: left;
	margin-left: 7px;
	border-bottom: solid 1px #bbbbbb;
}

div.link-hosu li a	{
	display: block;
	line-height: normal;
	padding: 6px 17px;
	background-color: #efffff;
	color: #000088;
	text-decoration: none;
	overflow: hidden;	/*リンク後の点線が消える*/
	outline: none;	/*リンク後の点線が消える*/
}

div.link-hosu li a:visited	{
	background-color: #efffff;
	color: #000088;
}

div.link-hosu li a:hover	{
	background-color: #e3ffff; 		
	color: #ff0000;
}

div.link-hosu li a:active	{
	background-color: #e3ffff;		
	color: #ff0000;		
}

/*
-------------------------------
	topicPath	[=tab]
-------------------------------
*/
ul#topicPath {
	width:960px;
	margin:0px auto;
      font-size : 13px;
	text-align: right;
	line-height: 30px;
	background:url(img/bg_topicPath.jpg) repeat;
}

ul#topicPath li {
	display:inline;
	margin-left:8px;
	padding-right:20px;
	background:url(img/icon_topicPath.gif) right 1px no-repeat;
}

ul#topicPath li a {
	color:#666666;
	text-decoration:underline;
	overflow: hidden;	/*リンク後の点線が消える*/
	outline: none;	/*リンク後の点線が消える*/	
}

ul#topicPath li a:hover {
	color:#ff0000;
	text-decoration:underline;
}

ul#topicPath li.active {
	margin-left:5px;
	padding-right:10px;
	background:none;
}

ul#topicPath li.active a {
	font-weight:bold;
	text-decoration:none;
	color:#ff0000;	
}

ul#topicPath li.sitemap	{
	margin-left:5px;
	padding-right:10px;
	background:none;
}

ul#topicPath li.sitemap a {
	text-decoration:none;
	color:#666666;
	text-decoration:underline;	
}

ul#topicPath li.sitemap a:hover {
	text-decoration:underline;
	color:#ff0000;
}/*-------top-return-----*/
div.top-return a	{
	width: 200px;
	float: left;
	font-size: 13px;
	color: #000088;
	padding-left: 20px;
	text-align: left;
	text-decoration:underline;
	overflow: hidden;	/*リンク後の点線が消える*/
	outline: none;	/*リンク後の点線が消える*/
}
div.top-return a:hover	{
	color:#ff0000;
	text-decoration:none;
}
/*-------top-return2-----*/
div.clear2 a	{
	width: 200px;
	float: left;
	font-size: 13px;
	color: #000088;
	margin-left: 250px;
	text-align: left;
	text-decoration:underline;
	overflow: hidden;	/*リンク後の点線が消える*/
	outline: none;	/*リンク後の点線が消える*/
}
div.clear2 a:hover	{
	color:#ff0000;
	text-decoration:none;
}
div.kenkou-menu	{
	align: canter;
	font-size: 10px;
}