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

body {
	color: #000000;
	font-size: 13px;
	font-family: "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", Osaka-等幅, Osaka, 平成角ゴシック, Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	background-color: #305e96;
	background-image: url("images/bg-grade.jpg");
	background-repeat: repeat-x;
	background-attachment: fixed;
	margin:0px auto;
}

a:link  { color: #07123b }
a:visited  { color: #07123b }
a:hover  { color: #a8112b }
a:active  { color: #a8112b }

#container {
	background: #fff;
	margin: 0 auto;
	width: 960px;
}

#header {
	width: 960px;
	background-color:#FFF;
	height:182px;
	margin:0px auto;
	border-bottom: 2px solid #000000;

 }

#main  { 
	width: 960px;
	background-color:#FFF;
	margin:0px auto;
	padding:0px 0px;
 }

#footer {
	color: #000000;
	font-size: 10px;
	background: #fff;
	color: #000;
	width: 960px;
	padding: 10px 0px;
	border-bottom: 10px solid #000000;
}

.mainleft  {
	text-align: left;
	padding-left: 10px;
	width: 220px;
	float: left
}

.mainright { 
	padding-right: 10px;
	width: 740px;
	float: right 
}

#slideshow {
   position: relative;
   width:  840px; /* 画像の横幅に合わせて記述 */
   height: 450px; /* 画像の高さに合わせて記述 */
}
#slideshow img {
   position: absolute;
   top: 0;
   left:0;
   z-index: 8;
   opacity: 0.0;
}
#slideshow img.active {
   z-index: 10;
   opacity: 1.0;
}
#slideshow img.last-active {
   z-index: 9;
}


.clear {
	 clear:both; 
 }  
	 
.clear hr {
	display:none; 
}  

br { 
  letter-spacing:normal; 
  white-space:normal;
}

h1 {
	color: #fff;
	font-size:20px;
	font-weight:normal;
	padding: .3em .3em;
	background-color: #6d9cf2;
	border-left: 6px solid #305e96;
}

h2 {
	color:#305e96;
	font-size:16px;
	font-weight:normal;
	margin-left: 10px;
}

h3 {
	color: #fff;
	font-size:16px;
	font-weight:normal;
	background-color: #999;
	margin: 10px;
	padding: 1px 10px;
	
}
	
.text1 {
	font-size:13px;
	margin-left:10px;
}

table .about {font-size:13px;
}

table .about th {
	width:100px;
	text-align:left;
	font-size:13px;
	font-weight:normal;
	background-color:#CCC;
	padding: 3px 20px;
}

table .about td {
	font-size:13px;
	padding: .3em .3em;
	text-align:left;
}

.copyright   {
	color: #000000;
	font-size: 10px;
	font-family: Arial, Helvetica;
}
