@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 {
	background-color: #ffffff;
	width: 320px;
	margin-right: auto;
	margin-left: auto;
}

/* ヘッダーのメインナビゲーション */
header nav {
	background-color: #0000ff;
	margin: 0px;
	padding: 0px;
	width: 320px;
}
header nav ul li {
	float: left;
	text-align: center;
	display: inline;
}
header nav ul li a {
	text-decoration: none;
	color: #FFF;
	background-color: #0000ff;
	display: block;
	height: 28px;
	padding-right: 6px;
	padding-left: 6px;
	vertical-align: text-bottom;
	letter-spacing: 0em;
	font-size: 9px;
	line-height: 28px;
}
header nav ul li a:hover {
	text-decoration: none;
	color: #FFF;
	background-color: #660000;
}
/* ここまで */

/* ヘッダーのサブナビゲーション */
header #subnavi {
	background-color: #0000ff;
	width: 100%;
	margin: 0px;
	padding: 0px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFF;
	border-bottom-color: #FFF;
}
header #subnavi ul li {
	float: left;
	letter-spacing: 0em;
	display: inline;
	text-align: center;
}
header #subnavi ul li a {
	text-decoration: none;
	color: #FFF;
	display: block;
	background-color: #0000ff;
	padding-right: 3px;
	padding-left: 3px;
	font-size: 9px;
	line-height: 18px;
}
header #subnavi ul li a:hover {
	background-color: #660000;
}
/* ここまで */

/* jQueryプラグイン用 */
#flexslider-container {
	height: 156px;
	width: 320px;
	margin-bottom: 30px;
}

/* ニュース・イベント */
.newsevent {
	margin-bottom: 5px;
	padding: 10px;
/*	overflow: scroll;*/
	width: 300px;
	overflow-x: hidden;
	overflow-y: hideen;
/*	overflow-y: scroll;*/
}
.newsevent table {
	width: 100%;
}
.newsevent h3 {
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	margin-bottom: 5px;
}
.newsevent table th {
	font-size: 11px;
	vertical-align: top;
	color: #666;
	white-space: nowrap;
	padding: 2px;
}
.newsevent table td {
	font-size: 11px;
	vertical-align: top;
	color: #09F;
	padding: 2px;
}
.newsevent table tr {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}
.newsevent h6 {
	margin-top: 10px;
	text-align: right;
}
/* ここまで */

/* バナー類 */
#banners {
	width: 298px;
	margin-right: auto;
	margin-left: auto;
	background-color: #EEE5DB;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 12px;
}

/* 下部のナビゲーション */
#navibtm {
	background-color: #9B7347;
	padding-left: 30px;
}
#navibtm ul li {
	float: left;
	display: inline;
	font-size: 10px;
	line-height: 24px;
	vertical-align: text-bottom;
}
#navibtm ul li a {
	color: #FFF;
	text-decoration: none;
	padding-right: 23px;
}
/* ここまで */

/* このページのトップへ */
.pagetop {
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #9B7243;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #9B7243;
}
.pagetop p {
	text-align: center;
	margin: 0px;
	padding: 0px;
}
/* ここまで */

/* フッター */
footer {
	padding: 0px;
}
footer address {
	font-style: normal;
	font-size: 11px;
	color: #666;
	text-align: center;
	padding-bottom: 15px;
	padding-top: 15px;
}
footer p  {
	text-align: center;
	color: #CCC;
	font-size: 10px;
	background-color: #646A5C;
	line-height: 26px;
	margin: 0px;
	padding: 0px;
}
footer p img {
	vertical-align: middle;
}
/* ここまで */

/* コンテンツページのトピックパス */
#topicpath {
	width: 300px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	margin-top: 20px;
}
#topicpath p {
	font-size: 75%;
	color: #999;
	margin: 0px;
	padding: 0px;
}
#topicpath p a {
	color: #333;
}
/* ここまで */

/* コンテンツページ用 */
#gakubugakuin {
	width: 300px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}
#gakubugakuin h2 {
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 130%;
	font-weight: bold;
	color: #9B7347;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #9B7347;
	border-bottom-color: #9B7347;
	margin-bottom: 10px;
}
#gakubugakuin .gakubu {
	width: 280px;
	margin-left: 20px;
}
#gakubugakuin .gakubu h3 {
	color: #060;
	font-weight: bold;
	font-size: 110%;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #090;
}
#gakubugakuin .gakubu ul li {
	list-style-image: url(images_smart/brt_arrow.jpg);
	list-style-position: inside;
	padding-left: 5px;
}
#gakubugakuin .gakubu ul li a {
	color: #666;
	text-decoration: none;
}
#gakubugakuin .gakubu ul li a:hover {
	color: #090;
	text-decoration: underline;
}
/* ここまで */

/* パソコンサイトへ */
footer #gotopc p a {
	color: #FFF;
}
