@charset "utf-8";
/* CSS Document */
body      {line-height:150%;
		   background-color:#EEEEEE;
		   margin:0 auto 0 auto;
		   }

img {
border: none;
}

a:link	  {color:#333333;}
a:visited {color:#003300;}
a:hover	  {color:#CCFFCC;}

#main { width:880px;
		background-color:#FFFFFF;
		margin:0 auto 0 auto;
		}

#header { background-image:url(../images/header/header.gif);
		  height:355px;
		  margin:0 auto 0 auto;
		  }
ul#menu,ul#menu2 {list-style-type:none;
				  width:880px;
				  height:40px;
				  margin:0;
				  padding:0;
}
#menu li,#menu2 li {float:left;
}
#pan { font-size:13px;
	   width:880px;
	   margin:0 auto 0 auto;
}
#contents_wide{
		  margin-top:5px;
		  width:860px;
		  text-align:left;
		  font-size:12px;
		  color:#333333;
		  line-height:150%;
		}
#contents{
		  margin-top:5px;
		  width:500px;
		  float:left;
		  text-align:left;
		  font-size:13px;
		  color:#333333;
		  line-height:150%;
		}
#contents_info{ background:url(../images/main/info.gif) no-repeat;
				margin-left:10px;
				height:720px;
				 }
#contents_shinsa { background:url(../images/main/shinsa.gif) no-repeat;
				   margin-left:5px;
				   height:720px;
				 }				
#side	{
		  margin-top:5px;
		  width:378px;
		  float:left;
		  line-height:150%;
		  text-align:left;
		  font-size:13px;
		  color:#333333;
		  visibility: inherit;
		}
dl {width:375;
}
dt{	float:left; 
	margin:0;
	font-size:12px;
	border:none;
	width:90px;
	cursor:pointer;
}
div#glayLayer{
	display:none;
	position:fixed;
	left:0;
	top:0;
	height:100%;
	width:100%;
	background:#FF9900;
	filter:alpha(opacity=75);
	opacity: 0.75;
	z-index:998;
}
* html div#glayLayer{
	position:absolute;
}
#overLayer{
	display:none;
	width:500px;
	background:#FFFFFF;
	padding:10px;
	position: fixed;
	top:50%;
	left:50%;
	z-index:999;
}
#overLayer img.close{
	position:absolute;
	top:-10px;
	right:-10px;
	cursor:pointer;
}
* html #overLayer{
	position: absolute;
}		
#footer-Menu { margin:20px auto 0 auto;
			   text-align:center;
			}
#footer-Menu img{ padding:20px 2px 0 2px;
			}
		  
#footer { background:url(../images/footer/footer_gif.gif) no-repeat;
		  width:880px;
		  height:100px;
		  margin:20px auto 0 auto;
		  }
		  #footer a:link {color:#FFFFFF;}
#footer a:visited {color:#FFCCCC;}
#footer a:hover {color:#333333;}
#footer p { text-align:center;
			font-size:15px;
		    line-height:150%;
			padding-top:30px;
}
