@charset "utf-8";

body {
    font:14px/1.5 "ヒラギノ角ゴ Pro W3",sans-serif;
}

#wrap {
    padding: 0px;
}

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

a {
	color:#06F;
}

/*------header------*/
header {
	margin:0;
	background: #FFFFFF url(../img/header_bg.png) repeat-x;
	height:61px;
}
h1 {
	text-align:center;
	padding-top:6px;
}

/*--------navi------------*/
nav {
    font-size: 100%;
    width: 100%;
	background: url(../img/nav_bg.png);
	height:33px;
	margin-bottom:8px;
}
nav ul {
	margin-left:2%;
	padding:0;
}
nav ul li {
    text-align: center;
    float: left;
    font-weight: bold;
    border-right: 1px solid #CCC;
	width:32%;
	
}
nav ul li a {
	text-decoration:none;
	color:#FFFFFF;
	line-height:150%;
	padding:4px 0 8px 0;
	display:block;
}
nav li:first-child {
    border-left: 1px solid #CCC;
}
#now a {
	background-color:#FFF;
    background: -webkit-gradient(linear, left top, left bottom, from(#EDF3FF), to(#FFF));
	color:#06F;
}

/*------フッター-------*/

footer {
	clear:both;
	margin:0;
	padding:10px 0 1px 0;
	text-align:center;
	background-color: #A7DAE4;
	color:#666;
}
footer p {
	margin: 0 0 12px 0;
}

/*-------------------------------------*/

section {
	margin:0;
	position:relative;
    padding-bottom:40px;
}
section p {
    margin:0 2% 10px;
}
h3 {
    background-color: #3296AB;
	padding:4px 10px ;
	color:#FFFFFF;
	margin:0px 0 2px;
}
h4 {
	border-top:solid 1px  #3296AB;
	border-bottom:solid 1px  #3296AB;
	padding:3px 10px ;
	color:#3296AB;
	margin:0 0 10px;
}
ul.list01 {
    list-style-type: disc;
    margin:10px 2% 30px 5%;
}
ul.list01 li {
    margin-bottom:10px;
}
ol.listno {
    list-style-type:decimal;
    margin:0 2% 10px 30px;
}
.hyo01 {
	width:96%;
	margin-left:2%;
	margin-top:16px;
	margin-bottom:14px;
	border-top:solid 1px #3296AB;
	border-left:solid 1px #3296AB;
	line-height:110%;
}
.hyo01 th {
	background-color:#A7DAE4;
	padding:4px 5px;
	border-right:solid 1px #3296AB;
	border-bottom:solid 1px #3296AB;
	vertical-align:middle;
	text-align:center;
}
.hyo01 td {
	text-align:center;
	padding:6px 0;
	border-right:solid 1px #3296AB;
	border-bottom:solid 1px #3296AB;
	vertical-align:middle;
}

.map {
	text-align:center;
	margin:0 auto 12px;
	width:96%;
	max-width:380px;
}
.maps {
	text-align:center;
	margin:0 auto 12px;
	width:96%;
	max-width:280px;
}
.map img,.maps img {
	width:100%;
}

/*-------テキスト-------*/

.bluegreen {
	color:#3296AB;
}
.red {
	color:#F03;
}
.blue {
	color:#06F;
}
.txt_right {
	text-align:right;
	margin-right:5%;
}
.txt_left {
	margin:20px 10px 20px 20px;
}
.txt_left10 {
	margin:10px ;
}

/*---------リンクボタン----------*/

.btn a {
	width:60%;
	text-align:center;
	margin-top:15px;
	margin-left:20%;
	margin-bottom:18px;
	display:block;
	background-color:#06F;
	background: -webkit-gradient(linear, left top, left bottom, from(#09F), to(#06F));
	-webkit-border-radius:4px;
	border-radius: 4px;
	padding: 5px 0;
	color:#FFF;
	text-decoration:none;
}


/*-------お知らせ--------*/

.wnew {
	margin:0px ;
}
.wnew li {
	border-bottom:solid 1px #CCCCCC;
	padding:8px 10px;
}
.wnew ol {
	list-style-type: decimal;
	margin-left:20px;
	
}
.wnew ol li {
	border-bottom:none;
	padding-bottom:0px;
	padding-left:0px;
}

/*-------トップイメージ-------*/

.image {
	width:100%;
	height:140px;
	padding:4px 0;
	background-color:#09F;
	background: -webkit-gradient(linear, left center, left bottom, from( #9BF), to( #6DA2F8));
}

/*------totop----------*/

.foot {
	position:relative;
	height:60px;
}
.totop a {
	position: absolute;
	right:6%;
	margin-top:18px;
	width:90px;
    background-color: #666666;
    background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#DDD));
    -webkit-border-radius: 4px;
    border-radius: 4px;
	border:solid 2px #A7DAE4;
	color:#3296AB;
    padding: 5px 0px 5px;
	text-align:center;
	display:block;
	text-decoration: none;
	z-index:0;
}
.cover {
	position:absolute;
	top:50px;
	width:100%;
	height:10px;
	background-color:#A7DAE4;
	z-index:1;
	
}