﻿* {
    margin: 0;
    padding: 0;
}

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


a {
	color: #FF337A;
} 
a:visited {
	color: #AE004F;
} 
a:hover {
	color: #099;
} 
a:active {
　　color: #CC0066; 
}

img {
	border: 0px;

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


.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

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

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


h1 {
	padding: 0px;
	float: left;
	margin-left: 20px;
	margin-top: 10px;
}
h2 {
	width: 900px;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
}
h3 {
	font-size: 16px;
	color: #FFF;
	background-color: #b0d277;
	text-align: left;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	box-shadow:1px 1px 4px #ccc;
	-moz-box-shadow:1px 1px 4px #ccc;
	-webkit-box-shadow:1px 1px 4px #ccc;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	width: 840px;
}

.pink {
	color: #F696B8;
}
.green {
	color: #093;
}
.blue {
	color: #00C1F2;
}

#header {
	height: 100px;
	width:1000px;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
}

/* menu */

#menu {
	text-align: center;
	width: 100%;
	height: 60px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 0px;
}
#menu ul {
	width: 985px;
	margin-right: auto;
	margin-left: auto;
}
#menu ul li {
	float: left;
	list-style-type: none;
	width: 150px;
	margin-left: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

#menu6 a:hover {
    background-position: 0 -60px;
} */

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

#menu7 a:hover {
    background-position: 0 -60px;
}
/* menu */



/* footer*/
#footer {
	background-image: url(images/footer.jpg);
	background-repeat: repeat-x;
	height: 120px;
	background-position: center bottom;
	margin: 0px;
	padding: 0px;
}

#footer p {
	text-align: center;
	font-size: 11px;
	color: #FFFFFF;
	line-height: 1.2em;
	padding-top: 30px;
}
/* footer */

.pagetop {
	text-align: right;
	width: 800px;
	padding-top: 15px;
	padding-bottom: 30px;
	margin-right: auto;
	margin-left: auto;
}
.pagetop a {
	text-align: right;
	color: #FFF;
	background-color: #52ccfc;
	font-size: 12px;
	padding: 2px;

}
.pagetop a:hover {
	color: #FFFFFF;
	background-color: #02439b;
} 



#contents {
	text-align: center;
	width: 980px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
#contents .kouzi {
	font-size: 30px;
	height: 200px;
}

.aisatsu  {
	font-size: 16px;
	color: #0086ee;
	text-align: left;
	width: 960px;
	font-weight: bold;
	padding-left: 50px;
	padding-top: 20px;
	padding-bottom: 10px;
}
/* index */

#index {
	text-align: center;
	width: 1000px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#topbox {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 10px;
	width: 800px;
	margin-top: 30px;
	margin-bottom: 0px;
}
#topbox .left {
	float: left;
	height: 360px;
	width: 350px;
	background-color: #FFF;
}
#topbox .right {
	float: right;
	height: 250px;
	width: 380px;
	margin-top: 70px;
}

/* index */



/* outline */

#outline {
	text-align: center;
	width: 900px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
#outline .gaiyou {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	margin-bottom: 30px;
}
#outline .gaiyou tr th {
	font-size: 16px;
	color: #1D529A;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #20539A;
	text-align: right;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 40px;
	background-color: #F8F5E4;
}
#outline .gaiyou tr td {
	font-size: 14px;
	color: #1D529A;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #20539A;
	text-align: left;
	padding: 10px;
}

#life p {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	margin-bottom: 10px;
}

#life .en {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 30px;
}
#life .strong {
	font-size: 19px;
	color: #10bef0;
	font-weight: bold;
}





/* policy */

/* daily */

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



/* daily */

/* event */

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

/* event */
#event .t_nenkan {
	float: left;
	width: 500px;
	text-align: left;
	height: 500px;
	margin-left: 10px;
}
#nenkan .t_nenkan table {
	border: 3px solid #f4cd0b;
	width: 500px;
	margin-bottom: 10px;
	margin-top: 15px;
}
#nenkan .t_nenkan table tr th {
	font-size: 18px;
	color: #006;
	text-align: right;
	background-color: #f4cd0b;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	background-image: url(images/bg.png);
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	padding-left: 35px;
}
#nenkan .t_nenkan table tr td {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #f4cd0b;
	padding-left: 20px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}
#nenkan .t_nenkan table tr .end {
	border-bottom-style: none;
}




#event p {
	text-align: left;
}

#event .ev_photo {
	float: right;
	width: 320px;
}
