@charset "utf-8";
/* CSS Document */

* {
  margin: 0;
  padding: 0;
}
body {
  font-size: 62.5%;
  font-family:"驛｢譎｢・ｽ・ｻ郢晢ｽｻ繝ｻ・ｭ驛｢譎｢・ｽ・ｻ郢晢ｽｻ繝ｻ・ｳ 鬩幢ｽ｢繝ｻ・ｧ郢晢ｽｻ繝ｻ・ｴ鬩幢ｽ｢繝ｻ・ｧ郢晢ｽｻ繝ｻ・ｷ鬩幢ｽ｢隴擾ｽｴ郢晢ｽｻ驍ｵ・ｺ郢晢ｽｻ, "MS Gothic", "Osaka驛｢譎｢・ｽ・ｻ髯ｷ・･繝ｻ・ｲ郢晢ｽｻ繝ｻ・ｭ髴大｣ｼ驕懊・・ｽ繝ｻ・ｹ驛｢譎｢・ｽ・ｻ, Osaka-mono, monospace;
  color:#000;
  line-height: 1;
}
p {
  margin:0 0 1em;
}
li {
  list-style-type:none;
}
img {
  border: 0;
}
a {
  color:#00C;
  text-decoration:underline;
}
a:hover {
  background:#FFF;
}
/*---------------------------------
__container
---------------------------------*/
#container {
  width: 800px;
  margin-left : 40px;
  margin-right : 40px;
}
/*---------------------------------
__header
---------------------------------*/

#header {
  height : 70px;
  margin-top : 10px;
  margin-bottom: 10px;
}
#header h1 {
	float: left;
	padding:10px;
}
/*--__Global Navigation --*/
#header ul {
	margin-left: 21px;
}
#header ul,
#header ul li {
  float:left;
}
#header ul li a {
  display:block;
  width : 152px;
  background:url(image/menu.gif);
  color:#FFF;
  border-left:2px groove #CCC;
  font-size : 16px;
  text-decoration:none;
  text-align:center;
  white-space:nowrap;
  font-weight: bold;
  height : 40px;
  padding-top : 14px;
}
#header ul li a.active, 
#header ul li a:hover {
  background:url(image/over_menu.gif);
  color:#FF3;
}
#header ul li.navi_home a {
  border:none;
}
/*---------------------------------
__submenu
---------------------------------*/
#submenu {
  float:left;
  width:170px;
}
#submenu ul li a {
  padding:0.5em 1.3em;
  display:block;
  font-size:1.4em;
  text-decoration:none;
  border-bottom:1px dashed #999;
  white-space:nowrap;
  color:#333;
  background : url(image/bg.gif) repeat-y center bottom;
}
#submenu ul li {
  display:inline;
}
#submenu ul li a.active {
  color:#000;
  font-weight:bold;
  background:#FCF;
}
#submenu ul li a:hover {
  color:#000;
  font-weight:bold;
  background:#FFF;
}
/*---------------------------------
__footer
---------------------------------*/
#footer {
	clear:both;
	width:100%;
	font-size:small;
	border-top-style:outset;
	border-color:#005ab5;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 50px;
	padding-left: 0;
}
#footer ul {
	margin-bottom:15px;
	margin-left: 250px;
}
#footer ul li {
  display:inline;
  margin-right:3px;
  padding-left:7px;
  border-left:1px solid #999;
  list-style-type:none;
}
#footer ul li.home {
  padding-left:0;
  border-left:0;
}
#footer div ul a {
  color:#3E3D37;
}
#footer div ul a:hover {
  text-decoration:underline;
}
#footer div p {
	clear:both;
	color:#999;
	margin-left: 350px;
}
