﻿@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; 
} 
.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: left; */
	padding-top: 20px;
	padding-right: auto;
	padding-bottom: auto;
	padding-left: auto;

}
h2 {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: 50px;
	padding-top: 10px;
	font-size: 20px;
	text-align: left;
}
h3 {
	font-size: 16px;
	color: #F93;

	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 50px;
	text-align: left;
}
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 */
}

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

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

#system_main2 {
	text-align: center;
	width: 100%;
	height: auto;
	background-image: url(images/bg_system2.png);
	background-repeat: repeat-x;
	background-position: bottom;

}
#header {
	height: 243px;
	width: 900px;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(images/bg_header.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#header p {
	margin: 0px;
	float: right;
	padding-right: 0px;
	padding-top: 10px;
}


#menu {
	height: 45px;
	width: 450px;
	text-align: center;
	padding-right: 0px;
	margin-top: -53px;
	margin-right: auto;
	margin-bottom:0px;
	margin-left: auto;
}

#menu ul {
	padding: 0px;
	height: 45px;
	width: 450px;
	margin: 0px;

}
#menu li {
	list-style-type: none;
	padding-top: 0px;
	padding-right: auto;
	float: left;
	height: 45px;
	margin: 0px;
}
#menu1 a {
	display: block;
	overflow: hidden;
	height: 0px;
	width: 130px;
	background-image: url(images/menu1.png);
	padding-top: 45px;
	text-align: center;
	margin-left: 10px;
	margin-right: 10px;
}

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

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

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

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

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

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




		
	
#contents {
	text-align: center;
	width: 900px;
	height: auto;
	margin-top: 8px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	background-color: #FFF;
	padding-bottom: 20px;
	/* box-shadow: 3px 3px 8px #CCC; */
}

#footer {
	width: 900px;
	height: 70px;
	text-align: center;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFF;
	background-image: url(images/bg_footer.png);
	background-repeat: no-repeat;
	background-position: bottom;

}

#footer p{
	font-size: 12px;
	color: #fff;
	text-align: center;
	width: 100%;
	padding-top: 40px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
}


.pagetop {
	text-align: right;
	width: 800px;
	padding-top: 10px;
	padding-bottom: 15px;
	margin-right: auto;
	margin-left: auto;
}


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

/* outline */
#outline {
	text-align: center;
	width: 900px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
}

#outline p {
	text-align: left;
	margin-right: 80px;
	margin-bottom: 5px;
	margin-left: 80px;
}
#outline img {
	text-align: center;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#outline table {
	/* text-align: center; */
	margin-right: auto;
	margin-left: auto;
	margin-top:5px;
	margin-bottom:5px;
	border: 3px solid #F93;
	border-collapse: collapse;
	width: 90%;
}
#outline table tr th {
	/* text-align: left; */
	white-space: nowrap;
	padding: 5px;
	vertical-align: top;
	color: #630;
	background-color:#FC9;
	border: 1px solid #F93;
}
#outline table tr td {
	/* text-align: left;
	padding-left: 0px; */
	border: 1px solid #F93;
}
.center {
	text-align: center;
}
.left {
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
}

/* outline */



/* daily */
#daily {
	text-align: center;
	width: 900px;
	/* padding: 0px; */
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 30px;
	/* margin-left: auto; */
}
#daily img{
	padding-bottom: 40px;
	margin-right: auto;
	margin-left: auto;
}
#daily p{
	text-align: left;
	margin-left: 100px;
	margin-right: 100px;
}

/* daily */




/* event */
#event {
	text-align: center;
	width: 900px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
}
#event ul {
	text-align: left;
	padding: 5px;
	list-style-image: url(images/mark.png);
	width: 600px;
	margin-left: 150px;
	margin-top: 40px;
}
#event li {

	padding: 5px;

	margin: 3px;
}