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

/*------------共通設定-------------*/
*{
	margin:0px;
	padding:0px;
	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	color:#000;
	list-style-type:none;
	text-decoration:none;
}

img{
	border:none;
}







/*-------------大枠-------------------*/

html,body{
	height:100%;
}





body{
	height:100%;
	font-size:small;
	text-align:center;
	/*background-color:#ccc;*//*06e0e0*/
	margin:0px;
	/*background-image:url(image/bd_image_02.jpg);
	background-size:cover;*/
	/*background-image:url(image/bd_image_02.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	background-attachment:fixed;
	-moz-background-size:cover;
	background-size:cover;*/
}

body>#main_box{
	height:auto;
}






#top_header{
	background-image:url(image/);
	width:1000px;
	height:80px;
}


#main_box{
	width:1000px;
	height:100%;
	min-height:100%;
	margin:0px auto;
	text-align:left;
	background-color:#ccfdf8;
	/*border-left:1px #CCC dotted;
	border-right:1px #CCC dotted;*/
}

#hedder{
	width:1000px;
	height:150px;
}



h1{
	font-size:small;
	margin-top:0px;
	padding:10px 0px 3px 3px;
}



#navi{
	/*width:1000px;
	height:30px;*/
}

#menu{
  list-style-type: none;
  width: 1000px;
  height: 40px;
  margin: 0px;
  padding: 0;
  background: #fff;
  border-bottom: 1px solid #808080;
  border-radius: 10px 10px 0px 0px;
}
#menu li{
  position: relative;
  width: 16.66%;
  float: left;
  margin: 0;
  padding: 0;
  text-align: center;
}
#menu li a{
  display: block;
  margin: 0;
  padding: 12px 0 12px;
  color: #000;
  font-size: 13px;
  font-weight: bold;
  text-decoration: none;
}
#menu li:hover > a{
  background: #ffffff;
  color: #ccc;
}
#menu > li:hover > a{
  border-radius: 10px 10px 0px 0px;
}
#menu li ul{
  list-style: none;
  position: absolute;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 0;
  border-radius: 10px 10px 0px 0px;
  z-index:100
}
#menu li ul li{
  overflow: hidden;
  width: 100%;
  height: 0;
  color: #000;
}
#menu li ul li a{
  padding: 13px 15px;
  background: #ffffff;
  text-align: left;
  font-size: 13px;
  font-weight: normal;
}
#menu li:hover ul li{
  overflow: hidden;
  height: 34px;
 /*border-bottom: 1px solid #ccc;*/
}
#menu li:hover ul li:last-child a{
  border-radius: 0px 0px 20px 20px;
}



/*--------------------メイン------------------*/

#left_box{
	width:200px;
	float:left;
	padding:0px;
	margin-bottom:5px;
	line-height:1.4;
}

#right_box{
	width:780px;
	float:right;
	background-color:#FFF;
	margin:3px 5px 3px 0px;
	/*margin-bottom:5px;*/
}


#footer{
	width:1000px;
	clear:both;
	text-align:center;
	padding-bottom:10px;
}


/*-----------------------リンク----------------------------*/

a:link { color: #0000ff; } 
a:visited { color: #000080; } 
a:hover { color: #ff0000; } 
a:active { color: #ff8000; } 