



/*  基本 設定  */

* {
	margin: 0;
	padding: 0;
}


html, body {
	height: 100%;
	color: #7a7b71;
	line-height: 150%;
	font-size: 100.01%;
}



a {/*リンクされた文字*/
	color: #51b1d9;
	font-style: normal;
	text-decoration: none;
}

a:link {/*未訪問のリンク*/
	color: #51b1d9;
	font-style: normal;/
	text-decoration: none;
}

a:visited {/*訪問後のリンク*/
	color: #51b1d9;
	text-decoration: none;
}

a:hover {/*マウスをのせたとき*/
	color: #2a65a9;
	font-style: normal;
	text-decoration: underline;
}

a:active {/*クリック中*/
	color: #2a65a9;
	font-style: normal;
	text-decoration: underline;
}





/*  各要素 設定  */


div#container {
	position: relative;
	margin: 0 auto;
	width: 950px;
	min-height: 100%;
}


body > div#container {
    height: auto;
}

div#header {
	width: 100%;
	padding: 10px 0;
	background: #ffffff;
}


div#nv {
	margin: -5px 0 20px 0;
}




/*  画像 ヘッダーロゴ  */

img.logo {
	height: 50px;
	border: none;
}


/*  ナビメニュー 設定  */

ul#navi_menu {
	width: 950;
	height: 60px;
	background-color: #ff4800;
	background-image: url(../images/header/nv_img-bg.gif);
	background-repeat: repeat-x;
}

ul.menu  {
	margin:0;
	padding:0;
}

ul.menu li {
	float:left;
	text-indent:-9999px;
	overflow:hidden;
	list-style:none;
}

ul.menu li a {
	display:block;
	height:60px;
}



li.menu1 a {
	background:url(../images/header/nv_img.gif) 0 0 no-repeat;
   width:190px;
}
li.menu1 a:hover {
	background:url(../images/header/nv_img.gif) 0 -60px no-repeat;
	width:190px;
}

li.menu1_on a {
	background:url(../images/header/nv_img.gif) 0 -60px no-repeat;
   width:190px;
}
li.menu1_on a:hover {
	background:url(../images/header/nv_img.gif) 0 -60px no-repeat;
	width:190px;
}


li.menu2 a {
	background:url(../images/header/nv_img.gif) -190px 0 no-repeat;
   width:190px;
}
li.menu2 a:hover {
	background:url(../images/header/nv_img.gif) -190px -60px no-repeat;
	width:190px;
}

li.menu2_on a {
	background:url(../images/header/nv_img.gif) -190px -60px no-repeat;
   width:190px;
}
li.menu2_on a:hover {
	background:url(../images/header/nv_img.gif) -190px -60px no-repeat;
	width:190px;
}


li.menu3 a {
	background:url(../images/header/nv_img.gif) -380px 0 no-repeat;
   width:190px;
}
li.menu3 a:hover {
	background:url(../images/header/nv_img.gif) -380px -60px no-repeat;
	width:190px;
}
li.menu3_on a {
	background:url(../images/header/nv_img.gif) -380px -60px no-repeat;
   width:190px;
}
li.menu3_on a:hover {
	background:url(../images/header/nv_img.gif) -380px -60px no-repeat;
	width:190px;
}


li.menu4 a {
	background:url(../images/header/nv_img.gif) -570px 0 no-repeat;
   width:190px;
}
li.menu4 a:hover {
	background:url(../images/header/nv_img.gif) -570px -60px no-repeat;
	width:190px;
}
li.menu4_on a {
	background:url(../images/header/nv_img.gif) -570px -60px no-repeat;
   width:190px;
}
li.menu4_on a:hover {
	background:url(../images/header/nv_img.gif) -570px -60px no-repeat;
	width:190px;
}


li.menu5 a {
	background:url(../images/header/nv_img.gif) -760px 0 no-repeat;
   width:190px;
}
li.menu5 a:hover {
	background:url(../images/header/nv_img.gif) -760px -60px no-repeat;
	width:190px;
}
li.menu5_on a {
	background:url(../images/header/nv_img.gif) -760px -60px no-repeat;
   width:190px;
}
li.menu5_on a:hover {
	background:url(../images/header/nv_img.gif) -760px -60px no-repeat;
	width:190px;
}



/* モダンブラウザ（Firefox Opera Safari）対策 */
ul.menu:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	font-size:0;
}


/* Win版IE7とMac版IE5対策 */
ul.menu {
   display:inline-block;
}


/* Win版IE5および6対策 */
/* Hides from IE-mac \*/
* html ul.menu {
	height:1px;}

ul.menu {
	display:block;
}
/* End hide from IE-mac */







/* フッター */



div#footer {
	position: absolute;
	width: 100%;
	margin: 20px 0 20px 0;
	clear:both;
}



div.totop {
	font-size: 85%;
	margin: 10px 0 0 0;
	text-align: right;
}


hr.footerline {
	width: 100%;
	border: none;
	border-top: solid 7px #efead4;
	height: 1px;
	color: #efead4;
	margin: 10px 0 30px 0;
}





.fmenu ul {
	font-size: 80%;
	margin: 5px 0 0 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}
.fmenu ul li {
	padding: 0 15px 0 20px;
	border-left: 1px #afafaf solid; /* 項目の左境界線 */
	display: inline;
}
.fmenu ul li:first-child {
	border-left: none; /* 一番左側の項目は左境界線を引かない */
}


img.mochilogo {
	width: 100px;
	margin: 5px 0 0 0;
	border: none;
}



address {
	margin: 10px 0 20px 0;
	font-family: "MS UI Gothic", sans-serif;
	font-size: 0.7em;
	font-style: normal;
	color: #252525;
	text-align: center;
	line-height: 1.5;
}









