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

/* リセット */
body {
     font:14px/1.231 "ヒラギノ角ゴ Pro W3";
}
section, nav {
     margin-bottom: 1em;
}
p {
     margin-bottom: 1em;
}
/* ここまで */

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

/* フロートクリア */
.float-clear {
	font-size: 0px;
	clear: both;
}

/* コンテナ */
#container {
	width: 320px;
	margin-right: auto;
	margin-left: auto;
}

/* ヘッダー */
header {
	margin-bottom: 10px;
}

/* メインビジュアル画像 */
#photo_main {
	height: 160px;
	width: 270px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}

/* 検索バー */
#search {
	background-color: #F0F0F0;
	margin-bottom: 10px;
	padding-top: 3px;
	padding-bottom: 1px;
	height: 22px;
}
#search form p {
	text-align: center;
	line-height: 80%;
}
#search form p #searchbox {
	height: 14px;
	width: 200px;
	padding: 2px;
	margin-right: 5px;
	border: 1px solid #586B58;
}
#search form p img {
	vertical-align: top;
}
/* ここまで */

/* メインナビゲーション */
#navi_main {
	width: 300px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
#navi_main ul li a {
	background-color: #BAE2F9;
	display: block;
	height: 27px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	font-size: 16px;
	line-height: 27px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 30px;
	background-image: url(images_smart/navigation.jpg);
	background-position: 10px center;
	background-repeat: no-repeat;
	border: 2px solid #FFF;
}
#navi_main ul li a:hover {
	background-color: #69CFF0;
	background-image: url(images_smart/navigation_over.jpg);
}
/* ここまで */

/* バナー類 */
#banners {
	width: 300px;
	margin-right: auto;
	margin-left: auto;
	background-color: #F0F0F0;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}

/* このページの先頭へ */
.pagetop {
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #69CFF0;
}
.pagetop p {
	text-align: center;
	padding-right: 10px;
}
.pagetop p a {
	color: #FFFFFF;
	text-decoration: none;
}
/* ここまで */

/* ナビゲーション */
nav ul li a {
	text-decoration: none;
	text-align: center;
	color: #333;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	padding-top: 5px;
	padding-bottom: 5px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #b6e2fd), color-stop(0.20, #91bae4), color-stop(0.50, #8fbff0), color-stop(0.51, #6ba8e4), color-stop(0.75, #87c2fb), color-stop(1.00, #bcf4fd));
	background: -webkit-linear-gradient(top, #b6e2fd 0%, #91bae4 20%, #8fbff0 50%, #6ba8e4 51%, #87c2fb 75%, #bcf4fd 100%);
	background: -moz-linear-gradient(top, #b6e2fd 0%, #91bae4 20%, #8fbff0 50%, #6ba8e4 51%, #87c2fb 75%, #bcf4fd 100%);
	background: -o-linear-gradient(top, #b6e2fd 0%, #91bae4 20%, #8fbff0 50%, #6ba8e4 51%, #87c2fb 75%, #bcf4fd 100%);
	background: -ms-linear-gradient(top, #b6e2fd 0%, #91bae4 20%, #8fbff0 50%, #6ba8e4 51%, #87c2fb 75%, #bcf4fd 100%);
	background: linear-gradient(to bottom, #b6e2fd 0%, #91bae4 20%, #8fbff0 50%, #6ba8e4 51%, #87c2fb 75%, #bcf4fd 100%);
}
nav ul li a:hover {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #70b6f2), color-stop(0.50, #54a3ee), color-stop(0.51, #3690f0), color-stop(1.00, #1a62db));
	background: -webkit-linear-gradient(top, #70b6f2 0%, #54a3ee 50%, #3690f0 51%, #1a62db 100%);
	background: -moz-linear-gradient(top, #70b6f2 0%, #54a3ee 50%, #3690f0 51%, #1a62db 100%);
	background: -o-linear-gradient(top, #70b6f2 0%, #54a3ee 50%, #3690f0 51%, #1a62db 100%);
	background: -ms-linear-gradient(top, #70b6f2 0%, #54a3ee 50%, #3690f0 51%, #1a62db 100%);
	background: linear-gradient(to bottom, #70b6f2 0%, #54a3ee 50%, #3690f0 51%, #1a62db 100%);
}
/* ここまで */

/* コンテンツページ用 */
#conts_main {
	background-color: #F0F0F0;
	padding-bottom: 10px;
}
.box_gakka {
	width: 300px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	background-color: #F0F0F0;
}
.box_gakka h2 {
	margin-bottom: 1px;
}
.box_gakka ul li a {
	text-decoration: none;
	color: #666;
	background-color: #FFF;
	display: block;
	margin-bottom: 1px;
	background-image: url(images_smart/brt_arrow.jpg);
	background-repeat: no-repeat;
	background-position: 270px center;
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.box_gakka ul li a:hover {
	color: #000;
	font-weight: bold;
}
/* ここまで */

/* フッター */
footer {
	padding: 10px;
}
footer p  {
	text-align: center;
	color: #666;
	font-size: 80%;
}
