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

div.rireki {
	font-size: 12px;
	line-height: 20px;
	background-color: #ffffff;
}
div.kensati {
	line-height: 20px;
	background-color: #ffffff;
}
div.hosu	{
	float: left;
}

/* 共通のデザイン */
    .mainbox {
        margin: 0 0 1em 0;
        padding: 1em;
        background-color: #ffffcc;
        /*border: 1px solid darkred;*/
        /*border-radius: 12px;*/
    }
    .subbox1 {
        margin: 0 0 1em 0;
        padding: 1em;
        background-color: #ddffdd;
        border: 1px solid green;
        /*border-radius: 12px;*/
    }
    .subbox2 {
        margin: 0 0 1em 0;
        padding: 1em;
        background-color: #ddffff;
       /* border: 1px solid darkblue;*/
        /*border-radius: 12px;*/
    }

/* タブレット用デザイン */
@media (min-width: 768px) {
    .mainbox {
        float: left;         /* ※2段組の作成 */
        width: 500px;
    }
    .subbox1 {
        margin: 0 0 0.5em 550px;
    }
    .subbox2 {
        margin: 0 0 0 550px;
    }
    .cover:after {
        /* clearfix:このブロックの直後で段組を解除 */
        content: "";
        clear: both;
        display: block;
    }
}

/* PC用デザイン */
/* ------------------------------------ */
@media (min-width: 1024px) {
    .cover {
        display: table;      /* ※3段組の作成 */
        border-spacing: 0;
        margin: 0;
    }
    .mainbox {
        float: none;
        width: 60%;
        display: table-cell;
        margin: 0;
    }
    .subbox1 {
        display: table-cell;
        margin: 0;
    }
    .subbox2 {
        display: table-cell;
        margin: 0;
    }
}

body {
	margin: 0px;
	padding: 0px;
	}

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

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

/* img	{dorder-style: none;} */

div.aruite	{
		font-size: 20px;
		font-weight: bold;
		color: #0000ff;
		margin-top: 10px;
		padding: 0px;
}

div.top-menu	{
	max-width: 960px; min-width: 240px;
	/*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: 240px;
	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;	
	color: #ffffff;		
	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;
	padding-top: 5px;
	color: #0000aa;
}
h2	{
	font-size: 18px;
	line-height: 25px;
}

h3	{
	font-size: 16px;
	line-height: 25px;
}

h4	{
	font-size: 16px;
}	

div.sma	{ max-width: 960px; min-width: 240px; }

div.sma	{
	font-family: "メイリオ";
	color: #000000;
	font-size: 14px;		/* 12pxを14pxに変更 */
	line-height: 28px;
	background-color: #ffffff;
	margin-left: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 15px;
	border-right: solid 1px #dddddd;
	border-bottom: solid 1px #dddddd;
	text-align: left;
}
/*div.sma*/
	/*{ font-size: 12px; }*/
@media screen and (min-width:768px) { 
	div.sma{ font-size: 14px;
	line-height: 33px;
 }

@media screen and (min-width:1024px) { 
	div.sma{ font-size: 16px;
	line-height: 36px;
 }

div.right-menu-top	{
	font-size: 15px;
	width: 240px;
	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: 240px;
	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: 240px;
	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;
}