@charset "Shift_JIS";

body	{
	color: black;
	font-size: 10px;
	line-height: 1.5em;
	font-family: Osaka, "ＭＳ ゴシック", 平成角ゴシック;
	background-color: #ccc;
	margin: 0px auto;
	padding: 0px;
	width: 100%;
	}

#BASE	{
	background-color: white;
	text-align: center;
	margin: 0px auto;
	padding: auto;
	width: 780px;
	}


a	{
	text-decoration: none;
	border: none 0px;
	}

#HEAD	{
	background-color: white;
	margin: 0px auto;
	padding: 0px;
	width: 760px;
	height: 350px;
	}

#HEAD h1	{
	margin: 0px;
	padding: 0px;
	width: 760px;
	height: 350px;
	}

#MAIN	{
	background-color: white;
	margin: 0px auto;
	padding: 0px;
	width: 760px;
	}

#NAVI	{
	width: 180px;
	float: left;
	}

#NAVI dl#LINKS	{
	background-color: #666;
	text-align: center;
	margin: 15px 10px 10px 0;
	padding: 3px;
	width: 160px;
	border-style: solid;
	border-width: 1px;
	border-color: #000 #ccc #ccc;
	}

#NAVI dt#LINKS	{
	color: #fff;
	font-size: 1.6em;
	font-weight: bold;
	line-height: 1em;
	background-color: #777;
	text-align: center;
	margin: 0 auto;
	padding: 3px;
	width: auto;
	border-style: solid;
	border-width: 1px;
	border-color: #ccc #000 #000 #ccc;
	}

#NAVI dd#LINKS	{
	font-size: 1.4em;
	text-align: left;
	line-height: 1.25em;
	background-color: #ccc;
	list-style-type: none;
	margin: 3px auto;
	border-style: solid;
	border-width: 1px;
	border-color: #fff #000 #000 #fff;
	width: auto;
	}
	
#NAVI dd#LINKS a	{
	padding: 2px 5px;
	display: block;
	}

#NAVI dd#LINKS a:hover	 {
	color: white;
	background-color: blue;
	 }

#DOC	{
	text-align: center;
	margin: 0 0 15px;
	padding: 0;
	width: 580px;
	float: left;
	}

#MAIN #DOC h2,h3	{
	color: #006;
	font-weight: bold;
	font-size: 1.6em;
	text-align: left;
	float: none;
	clear: both;
	margin: 15px 0px 5px;
	padding: 0px 0px 2px;
	border-bottom: 1px solid #009;
	}
#MAIN #DOC p	{
	color: #000;
	font-weight: normal;
	font-size: 1.2em;
	line-height: 1.5em;
	text-align: left;
	margin: 0px;
	padding: 0px;
	}

#MAIN #DOC p#ICON	 {
color: #333;
font-size: 1.2em;
line-height: 1.25em;
text-align: center;
margin: 0 0 15px;
padding: 0;
width: 290px;
float: left }

#FOOT	{
	font-size: 1.2em;
	line-height: 1.5em;
	text-align: center;
	margin: 15px auto;
	padding-bottom: 5px;
	width: 760px;
	float: none;
	clear: both;
	border-top: 1px solid gray;
	}

