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

* {
    margin: 0;
    padding: 0;
}

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

a {
	color: #3C59FF;
	text-decoration: underline;
} 
a:visited {
	color: #993399;
	text-decoration: none;
} 
a:hover {
	color: #CC3333;
} 
a:active {
　　color: #CC0066; 
} 

.bottom10 {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.bottom20 {
	padding: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
}

.borderdot {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #7F93B8;
}

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

.clearfix {
  /*min-height: 1px;*/
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

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


}
h2 {
	padding: 0px;
	margin-right: auto;
	margin-bottom: 25px;
	margin-left: 0px;
	margin-top: 0px;
}
h3 {
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: auto;
	font-size: 16px;
	color: #779AF7;
	text-align: left;
	width: 580px;
	margin-right: 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 */
}




/*ページ構成*/
html,body {
	height: 100%;
	margin: 0px auto;
	padding: 0px;
	width: 100%;
	text-align: center;
	background-color: #ffd800;
}
#wrapper {
	/*height: 100%;*/
	width: 100%;
	background-image: url(images/bg_wrapper.png);
	background-repeat: repeat-y;
	background-position: center;
}

#system_main {
	width: 100%;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(images/bg_body.png);
	background-repeat: no-repeat;
	background-position: center top;
}

#header {
	height: 160px;
	width: 860px;
	text-align: left;
	/*background-image: url(images/header.jpg);*/
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
}

	
	
	
#m_main {
	width: 860px;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

	
	
#menu {
	width: 
	240px;
	text-align: center;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: left;
	/*background-image: url(images/bg_menu.png);
	background-repeat: no-repeat;*/
	height: 600px;
}

#menu ul {
	padding: 0px;
	width: 240px;
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#menu li {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	width: 240px;

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

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

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

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

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

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

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


#contents {
	font-size: 14px;
	color: #412300;
	text-align: center;
	width: 580px;
	height: auto;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
	float: right;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding-top: 50px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#footer {
	background-image: url(images/footer.jpg);
	width: 860px;
	height: 128px;
	text-align: center;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#footer p{
	font-size: 11px;
	background-color: #FFF;
	filter:alpha(opacity=50);
     -moz-opacity:0.50;
     -khtml-opacity: 0.50;
     opacity:0.50;
	color: #412300;
	padding-top: 20px;
}

.pagetop {
	
	text-align: right;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
}
.pagetop a {
	margin-right: auto;
	margin-left: auto;
	display: block;
	overflow: hidden;
	height: 53px;
	width: 200px;
	background-image: url(images/pegetop.png);
	text-align: right;
	

}
.pagetop a:hover {
	background-position: 0 -53px;
} 




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

#hello {
	width: 580px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 20px;
	font-size: 0.9em
	
}

#new {
	width: 580px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 20px;
	font-size: 0.9em
	
}

#list {
	width: 580px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 20px;
	font-size: 1em;
	line-height: 1.75em;	
	
}
/* 新しく加えるもの */

.welcome_top {
	width:580px;
	height:80px;
	background-image:url(images/welcome_top.png);
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;}
	
.welcome_center {
	width:580px;
	/*height:580px;*/
	background-image:url(images/welcome_center.png);
	background-repeat:repeat-y;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;}

.welcome_bottom {
	width:580px;
	height:80px;
	background-image:url(images/welcome_bottom.png);
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;}

.welcome {
	margin-right: 20px; 
	margin-left: 20px; 
	margin-top: 20px;
	margin-bottom: 20px; 
	height: 60px;}
		
.honbun { 	
			width:480px;
			text-align: left;
			margin-right: 50px;
			margin-left: 50px;
			margin-top: 0px;
			margin-bottom: 0px; }
.honbun2 {
	text-align: center;
}

.syomei { width:480px;
			margin-right: 50px;
			margin-left: 50px;
			text-align: right; }

.midashi { 	
			width:480px;
			text-align: left;
			margin-right: 50px;
			font-weight: bold;
			margin-left: 50px;
			margin-top: 0px;
			margin-bottom: 0px; }

.new_top {
	width:580px;
	height:40px;
	background-image:url(images/new_top.png);
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;}
	
.new_center {
	width:580px;
	/*height:580px;*/
	background-image:url(images/new_center.png);
	background-repeat:repeat-y;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;}

.new_bottom {
	width:580px;
	height:40px;
	background-image:url(images/new_bottom.png);
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;}

dt{
	font-style: oblique;
	background-color: #FFEC9C;
	border-bottom:solid 2px #ED8329;
	line-height:1.5em;
	font-weight: bolder;
}

dd{
	line-height:1.5em;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 0px;
	margin-bottom: 0px;}
	
.title {
	color: #F63;
	text-align: left;
	font-size: 1em;
	font-style: italic;
	font-weight: normal;
	line-height:1.5em;
}