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

* {
    margin: 0;
    padding: 0;
}

p {
	padding-top: 2px;
	padding-bottom: 4px;
	margin: 0px;

}

a {
	color: #0066CC;
	text-decoration: none;
} 
a:visited {
	color: #993399;
	text-decoration: none;
} 
a:hover {
	color: #CC3333;
} 
a:active {
　　color: #CC0066; 
} 


.btm10 {
	margin-bottom: 10px;
}
.btm20 {
	margin-bottom: 20px;
}
.btm30 {
	margin-bottom: 30px;
}



.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;

  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

h1 {
	float:left;
	margin: 0px;
	padding-top:0px;
	padding-right:0px;
	padding-bottom: 0px;
	padding-left:40px;

}

h2 {
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top:	10px;}


h3 {
	width:300px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	
}

img {
	vertical-align: bottom;
	border: 0px;

}
a:hover img {
	opacity: 0.7; /* Opera・Safari */
	-moz-opacity:0.7; /* Firefox */
	filter: alpha(opacity=70); /* IE */
	zoom: 1; /* IE */
}

.btm10 {
	margin-bottom: 10px;
}
.btm20 {
	margin-bottom: 20px;
}
.btm30 {
	margin-bottom: 30px;
}
.padding20 {
	padding: 20px;
}

/*ページ構成*/
html,body {
	height: auot;
	width: 100%;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	color: #4B2DE2;
	background-image: url(images/bg_body.png);
	background-repeat: repeat-x;
	background-position: center top;
}

#system_main {
	height: auto;
	width: 100%;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	
}



#header {
	width:900px;
	height: 245px;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
}


#add {
	width:300px;
	float: right;
	margin: 0px;
	padding-top:15px;
	padding-right:40px;
	padding-bottom: 0px;
	padding-left:auto;

}


#header p {
	float: right;
	padding-top: 0px;
	margin-top: 0px;
}


#menu { 
    float:right;
	height:145px;
	width: 500px;
	text-align: center;
	padding: 0px;
	margin-top: 55px;
	margin-right: 90px;
	margin-bottom: 0px;
	margin-left: auto;
	background-position: center top;
}

#menu ul {
	padding: 0px;
	height: 145px;
	width: 500px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#menu li {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	float: left;
	height: 145px;

}
#menu1 a {
	display: block;
	overflow: hidden;
	height: 0px;
	width: 100px;
	background-image: url(images/menu1.png);
	padding-top: 145px;
	text-align: center;
	margin: 0px;
}

#menu1 a:hover {
    background-position: 0 -145px;
}

#menu1 a#nowHere {
		background:url(images/menu1.png) no-repeat 0 -145px;
	}
	
#menu2 a {
	display: block;
	overflow: hidden;
	height: 0px;
	width: 100px;
	background-image: url(images/menu2.png);
	padding-top: 145px;
	text-align: center;
	margin: 0px;
}

#menu2 a:hover {
    background-position: 0 -145px;
}

#menu2 a#nowHere {
		background:url(images/menu2.png) no-repeat 0 -145px;
	}
#menu3 a {
	display: block;
	overflow: hidden;
	height: 0px;
	width: 100px;
	background-image: url(images/menu3.png);
	padding-top: 145px;
	text-align: center;
	margin: 0px;
}

#menu3 a:hover {
    background-position: 0 -145px;
}

#menu3 a#nowHere {
		background:url(images/menu3.png) no-repeat 0 -145px;
	}
#menu4 a {
	display: block;
	overflow: hidden;
	height: 0px;
	width: 100px;
	background-image: url(images/menu4.png);
	padding-top: 145px;
	text-align: center;
	margin: 0px;
}

#menu4 a:hover {
    background-position: 0 -145px;
}

#menu4 a#nowHere {
		background:url(images/menu4.png) no-repeat 0 -145px;
	}

#menu5 a {
	display: block;
	overflow: hidden;
	height: 0px;
	width: 100px;
	background-image: url(images/menu5.png);
	padding-top: 145px;
	text-align: center;
	margin: 0px;
}

#menu5 a:hover {
    background-position: 0 -145px;
}

#menu5 a#nowHere {
		background:url(images/menu5.png) no-repeat 0 -145px;
	}



#contents {
	text-align: center;
	width: 900px;
	height: auto;
	padding-bottom:0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	
}

#footer {
	height:125px;
	text-align: center;
	padding: 0px;
	background-image: url(images/bg_footer.png);
	background-repeat: repeat-x;
	background-position: center bottom;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}



#footer p{
	font-size: 11px;
	color: #fff;
	padding-top: 50px;
}

.pagetop {
	width: 900px;
	text-align: right;
	padding-top: 0px;
	padding-bottom: 10px;
	margin: 0px;
	padding-right:0px;
	padding-left: 0px;
}


#top {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}

#top .tleft {
	float: left;
	width: 300px;
	padding:0px;
	text-align: center;
	margin-left: 30px;
	
}
#top .tright {
	float: right;
	width: 520px;
	padding:0px;
	margin-top: 0px;
	margin-right: 30px;
	text-align: center;
}

#top .tleft table{
	
	
	width:300px;  
	text-align: left;  
	padding-bottom: 10px; 
	margin: 0px;}	
 


#top .tleft th{
width:15%;
background-color: #4B2DE2;  
text-align: left;  
padding: 5px;
margin: 0px;  
font: bold;
color: #FFF;    
}

#top .tleft  td{
background-color: #CCFFFF;  
vertical-align: top;  
text-align: left;  
padding: 5px;
margin: 0px; 
}

#gaiyo {
	width: 900px;
	text-align:center;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 0px;
}

#gaiyo dl {
	width: 750px;
	text-align:left;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	
}
#gaiyo dl dt {
	float: left;
	width: 7em;
	padding-right: 5px;
	padding-left: 15px; 
	padding-top: 5px;
	padding-bottom: 5px; 
	font-weight: bold;
	text-indent: 1em;
	line-height: 150%;
	background-image: url(images/y.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#gaiyo dl dd {
	padding-right: 0px;
	padding-left: 25px; 
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 150%;
	border-bottom: 1px #09B9F5 solid;
}

#enkaku {
	width: 900px;
	text-align:center;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 0px;
	padding: 0px;
}

.eleft {
	float: left;
	width: 440px;
	padding:0px;
	text-align: center;
	margin-left: 30px;
	
}
.eright {
	float: right;
	width: 380px;
	padding-top:50px;
	margin-top: 0px;
	margin-right: 30px;
	text-align: center;
}

.eleft dl {
	width: 380px;
	text-align:left;
	margin-right: 0px;
	margin-left: 50px;
	padding-top: 20px;
	
}
.eleft dl dt {
	float: left;
	width: 10em;
	padding-right: 5px;
	padding-left: 15px; 
	padding-top: 5px;
	padding-bottom: 5px; 
	font-weight: bold;
	text-indent: 1em;
	line-height: 150%;
	background-image: url(images/r.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.eleft dl dd {
	padding-right: 0px;
	padding-left: 25px; 
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 150%;
	border-bottom: 1px #09B9F5 solid;
}

	
#enkaku2 {
	width: 900px;
	text-align:center;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 0px;
}


#enkaku2 dl {
	width: 740px;
	text-align:left;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	
}
#enkaku2 dl dt {
	float: left;
	width: 10em;
	padding-right: 5px;
	padding-left: 15px; 
	padding-top: 5px;
	padding-bottom: 5px; 
	font-weight: bold;
	text-indent: 1em;
	line-height: 150%;
	background-image: url(images/r.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#enkaku2 dl dd {
	padding-right: 0px;
	padding-left: 25px; 
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 150%;
	border-bottom: 1px #09B9F5 solid;
}	
 

#time {
	width: 900px;
	text-align:center;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 0px;
}

#time dl {
	width: 750px;
	text-align:left;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	
}
#time dl dt {
	float: left;
	width: 10em;
	padding-right: 5px;
	padding-left: 15px; 
	padding-top: 5px;
	padding-bottom: 5px; 
	font-weight: bold;
	text-indent: 1em;
	line-height: 150%;
	background-image: url(images/g.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#time dl dd {
	padding-right: 0px;
	padding-left: 25px; 
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 150%;
	border-bottom: 1px #09B9F5 solid;
}	
 #time p {
	width: 900px;
	margin-right: auto;
	margin-left: 100px;
	text-align:left;
	
	
}

#policy {
	width: 900px;
	text-align:center;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 0px;
}


#daily {
	width: 900px;
	text-align:center;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 0px;
}

#event {
	width: 900px;
	text-align:center;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 0px;
}
