﻿@charset "utf-8";

/*big menu*/

body {
	margin:0px;
	text-align: center;
	padding: 0px;
	color: #000000;
	font: normal normal 14px/100% sans-serif;
	position: relative;
}
h1 {
	color: #black;
	margin-top: 335px;
	margin-left: 445px;
	text-align: left;
	font:  15px/120% sans-serif;
	font-weight: bolder 
	padding: 0px 0px 0px 0px;
	white-space:nowrap;

}
h2 {
	color: #black;
	margin-top: 60px;
	margin-left: 150px;
	margin-right: 50px;
	width: 400px;
	text-align: left;
	font: normal normal 15px/130% sans-serif;
	padding: 0px 0px 0px 0px;
}
h3 {
	
	color: #black;
	margin-top: 50px;
	margin-left: 120px;
	margin-right: 80px;
	width: 500px;
	text-align: left;
	font: normal normal 13px/170% sans-serif;
	padding: 0px 0px 0px 0px;
}

h4 {
	
	color: #black;
	margin:	0px auto 10px auto;
	padding: 2px 10px;
	width: 500px;
	height: 14px;
	text-align: left;
	vertical-align: bottom;
	font: normal normal 14px/100% sans-serif;
	}
h4 span	{
	font-size: 10px;
}
#copyright {
	font-size: 12px;
	text-decoration: none;
	color: #797979;
	text-align: center;
	padding: 2px;
	margin: 0px 0px 0px 0px;
	font-family: sans-serif;
	}
a {
	color: #000000;
	font-weight: bold;
	
}

a:hover {
	color: #FF9900;
}


#navigation {
	
	position: relative;

	margin: auto;
	overflow: hidden;
	width: 825px;
	height: 400px;
 /* フロート設定の為に追加指定 */

}


#navigation:after {
 /* 表示がフロートさせている為に崩れるようなのでクリアする設定を指定 */
	
	height:0;

	visibility:hidden;

	content:".";
    
	display:block;
    
	clear:both;

}


#navigation ul {

	display: block;

	height: 400px;

	width: 780px;
	margin: auto;
}


#navigation li {

	float: right;

}

/* これ無くても表示できる
li:after {
	content: "";
}
*/

#navigation .menu {

	display: block;

	
	overflow: hidden;

	height: 400px;

	width: 150px;
	/* _______________________Default Menu Width*________________________ */

	background: #FFFFFF;

	border-right: 2px solid #FFFFFF;

}










#navigation .opt1 { 

	background: url(images/info.jpg);

}


#navigation .opt2 {
 
	background: url(images/map.jpg);

}


#navigation .opt3 { 
	
	background: url(images/menu.jpg);

}


#navigation .opt4 { 
	text-indent:-9990px;


	background: url(images/about.jpg);

}


#navigation .opt5 { 	text-indent:-999px;


	background: url(images/top.jpg); 

}


#navigation .menu a {

	display:block;

	width:auto;

	overflow: hidden;


		}

