@charset "utf-8";

/* ///////////////////////////////////////////////

				01 トップ

////////////////////////////////////////////////// */

/* -----------------------------------------------
	01 トップ(#index)
-------------------------------------------------- */
/* 背景画像 */
body#index{
	background-image: url(../image/index/header_bg430.jpg);
	background-position:left 155px;
	background-repeat:repeat-x;
	background-color: #fff;

}


/* メイン画像 */
body#index .main_photo{
/*	background: url(../image/index/main.png) no-repeat;*/
	height: 430px;
}

body#index .nivo-thumbs-enabled a.nivo-control{
	border: 3px solid rgba(255,255,255,.3);
	background-color: #fff;
}

body#index .nivo-thumbs-enabled a.nivo-control.active,
body#index .nivo-thumbs-enabled a.nivo-control:hover{
	border: 3px solid rgba(0,0,0,.3);
}

body#index .slider-wrapper{
	position: relative;
	z-index:0;	
}





/* サイドメニュー繰上げ */
body#index #sidebar{
	margin: -14px 0 0 0;
}

/* ------- main content ------- */
body#index #ban01{
	margin: 0 0 19px 0;
	width: 700px;
	height: 200px;
}
	body#index #ban01 a{
		text-indent: -9999px;
		display: block;
		background: url(../image/common/kkban.jpg) no-repeat;
		width: 700px;
		height: 200px;
	}
	
	body#index #ban01 a:hover{
		opacity: 0.7;
	}


/* news */
body#index ul#tab { clear:both; }
body#index #tab li{
	float: left;
	cursor: pointer;
	width: 92px;
	height: 22px;
	text-indent: -9999px;
	margin: 0 5px 0 0;
}
body#index #tab li#tab01{ background: url(../image/index/tab01.gif) no-repeat; }
	body#index #tab li#tab01.select{ background: url(../image/index/tab01_on.gif) no-repeat; }
body#index #tab li#tab02{ background: url(../image/index/tab02.gif) no-repeat; }
	body#index #tab li#tab02.select{ background: url(../image/index/tab02_on.gif) no-repeat; }
body#index .disnon { display: none; }

body#index .content_wrap { width: 700px; }
	body#index .content_wrap#news_content{ border-top: 3px #1793CE solid; }
	body#index .content_wrap#exam_content{ border-top: 3px #ecbb6f solid; }
		body#index .content_wrap#news_content ul{ border-bottom: 1px #1793CE solid; margin: 0 0 2px 0; }
		body#index .content_wrap#exam_content ul{ border-bottom: 1px #ecbb6f solid; margin: 0 0 2px 0; }
	
	body#index .tab_link{
		font-size: 11px;
		text-align: right;
	}
		body#index .content_wrap#news_content .tab_link a,
		body#index .content_wrap#exam_content .tab_link a{ background: url(../image/common/arrow_b.gif) no-repeat 0 5px; padding: 0 0 0 8px; }

body#index .content_wrap ul li{
	overflow:hidden;
	clear: both;
	border-bottom: 1px #e2e2e2 dotted;
	padding: 6px 0;
	font-size: 12px;
	overflow:hidden;
}
	body#index .content_wrap ul li div{ float: left; }
	body#index .content_wrap ul li div.date{ width: 98px; }
	body#index .content_wrap ul li div.text{ width: 536px; }
	/* news */
	body#index #news_content.content_wrap ul li div.cat_1 { text-indent: -9999px; width:65px; background: url(/image/index/ico_topics.gif) no-repeat 0 2px; }
	body#index #news_content.content_wrap ul li div.cat_3 { text-indent: -9999px; width:65px; background: url(/image/index/ico_children.gif) no-repeat 0 2px; }
	body#index #news_content.content_wrap ul li div.cat_4 { text-indent: -9999px; width:65px; background: url(/image/index/ico_art.gif) no-repeat 0 2px; }
	body#index #news_content.content_wrap ul li div.cat_5 { text-indent: -9999px; width:65px; background: url(/image/index/ico_event.gif) no-repeat 0 2px; }
	body#index #news_content.content_wrap ul li div.cat_6 { text-indent: -9999px; width:65px; background: url(/image/index/ico_center.gif) no-repeat 0 2px; }
	/* exam */
	body#index #exam_content.content_wrap ul li div.cat_1 { text-indent: -9999px; width:65px; background: url(/image/index/oc.gif) no-repeat 0 2px; }
	body#index #exam_content.content_wrap ul li div.cat_6 { text-indent: -9999px; width:65px; background: url(/image/index/oc.gif) no-repeat 0 2px; }
	body#index #exam_content.content_wrap ul li div.cat_3 { text-indent: -9999px; width:65px; background: url(/image/index/meeting.gif) no-repeat 0 2px; }
	body#index #exam_content.content_wrap ul li div.cat_7 { text-indent: -9999px; width:65px; background: url(/image/index/meeting.gif) no-repeat 0 2px; }
		/* 学外進路 */
	body#index #exam_content.content_wrap ul li div.cat_4 { text-indent: -9999px; width:65px; background: url(/image/index/out.gif) no-repeat 0 2px; }
		/* 入試情報 */
	body#index #exam_content.content_wrap ul li div.cat_5 { text-indent: -9999px; width:65px; background: url(/image/index/in.gif) no-repeat 0 2px; }





/* ピックアップ */
body#index #pickup{
	margin: 16px 0 19px 0;
	background: url(../image/index/pickup.gif) no-repeat;
	width: 700px;
	height: 25px;
	text-indent: -9999px;
}
body#index ul#pickup_tbl{
	overflow:hidden;
	border-left: 1px #666666 dotted;
	
}
body#index ul#pickup_tbl li{
	width:210px;
	height: 300px;
	padding: 0 12px 0 10px;
	float: left;
	border-right: 1px #666666 dotted;
}
body#index ul#pickup_tbl li div{
	text-align: center;
}
	body#index ul#pickup_tbl .title{
		font-size: 14px;
		font-weight: bold;
		margin: 10px 0 13px 0;
	}
	body#index ul#pickup_tbl .text{
		text-align: left;
		font-size: 12px;
		line-height: 18px;
	}











/* ///////////////////////////////////////////////

				50 アクセス

////////////////////////////////////////////////// */

/* -----------------------------------------------
	50 アクセス(#access)
-------------------------------------------------- */
/* メイン画像 */
body#access .main_photo{
	background: url(../image/access/main01.png) no-repeat;
}
/* サイドメニューヘッダー画像 */
body#access #sidebar ul li#side_title{
	width: 218px;
	height: 49px;
	background: url(../image/access/side_title.gif) no-repeat;
	text-indent: -9999px;
}
	body#access #sidebar ul{
		width: 218px;
		font-size: 12px;
		border: 1px #cccccc solid;
		border-top: none;
		/* ▼CSS3 */
		border-radius: 0px;
		/* ▼Safari,Chrome */
		-webkit-border-radius: 0px;
		/* ▼Firefox */
		-moz-border-radius: 0px;
	}

body#access #content h1{
	background: url(../image/access/page01_h1.gif) no-repeat;
	width: 699px;
	height: 31px;
	text-indent: -9999px;
	margin: 0 0 8px 0;
}

body#access #content h2{
	margin: 11px 0 16px 0;
	padding: 0 0 3px 0;
	color: #333;
	font-size: 15px;
	border-bottom: 1px #999999 dotted;
}

	body#access #routemap{
		background: url(../image/access/line.gif) no-repeat;
		width: 635px;
		height: 360px;
		text-indent: -9999px;
		margin: 0 auto 17px;
	}

	body#access #map{
		background: url(../image/access/map.gif) no-repeat;
		width: 700px;
		height: 390px;
		text-indent: -9999px;
		margin: 0 0 8px 0;
	}

body#access .blue{
	font-size: 15px;
	color: #1d96d5;
	font-weight: bold;
	margin: 10px 0 0 0;
}
body#access #location{
		background: url(../image/access/location_btn_on.gif) no-repeat;
		width: 170px;
		height: 40px;
		text-indent: -9999px;
		margin: 10px 0 0 528px;
}
	body#access #location a{
		display: block;
		background: url(../image/access/location_btn.gif) no-repeat;
		width: 170px;
		height: 40px;
		text-indent: -9999px;
		margin: 0 0 0 0;
	}
	body#access #location a:hover{ background: none; }

body#access #syozai{
	margin: 19px 0 0 0;
	width: 660px;
	border: 5px #ffff99 solid;
	padding: 5px 15px 13px;
	line-height: 1.6em;
}




/* ///////////////////////////////////////////////

				51 サイトポリシー

////////////////////////////////////////////////// */

/* -----------------------------------------------
	51 サイトポリシー(#sitepolicy)
-------------------------------------------------- */
/* メイン画像 */
body#sitepolicy .main_photo{
	background: url(../image/sitepolicy/main01.png) no-repeat;
}
/* サイドメニューヘッダー画像 */
body#sitepolicy #sidebar ul li#side_title{
	width: 218px;
	height: 49px;
	background: url(../image/sitepolicy/side_title.gif) no-repeat;
	text-indent: -9999px;
}
	body#sitepolicy #sidebar ul{
		width: 218px;
		font-size: 12px;
		border: 1px #cccccc solid;
		border-top: none;
		/* ▼CSS3 */
		border-radius: 0px;
		/* ▼Safari,Chrome */
		-webkit-border-radius: 0px;
		/* ▼Firefox */
		-moz-border-radius: 0px;
	}

body#sitepolicy #content h1{
	background: url(../image/sitepolicy/page01_h1.gif) no-repeat;
	width: 699px;
	height: 31px;
	text-indent: -9999px;
	margin: 0 0 8px 0;
}
body#sitepolicy #content h2{
	margin: 11px 0 4px 0;
	padding: 0 0 3px 0;
	color: #1d96d5;
	font-size: 15px;
	border-bottom: 1px #999999 dotted;
}
body#sitepolicy #content p{
	line-height: 1.8em;
	margin: 0 0 27px 0;
}
body#sitepolicy #syozai{
	margin: 19px 0 0 0;
	padding: 15px 15px 13px;
	width: 660px;
	border: 5px #ffff99 solid;
	line-height: 1.6em;
}
body#sitepolicy .blue{
	font-size: 15px;
	color: #1d96d5;
	font-weight: bold;
}

body#sitepolicy #adblink1 a{
	display: block;
	background: url(../image/sitepolicy/flash.gif) no-repeat;
	width: 112px;
	height: 33px;
	text-indent: -9999px;
	margin: 0 auto;
}
body#sitepolicy #adblink2 a{
	display: block;
	background: url(../image/sitepolicy/reader.gif) no-repeat;
	width: 112px;
	height: 33px;
	text-indent: -9999px;
	margin: 0 auto;
}

body#sitepolicy ul#policy_dl{
	width: 640px;
	margin: -10px 0 0 20px;
	overflow: hidden;
}
body#sitepolicy ul#policy_dl li{
	float: left;
	width: 320px;
	text-align: center;
}

	body#sitepolicy ul#policy_dl li .blue{
		font-size: 13px;
		color: #1d96d5;
		font-weight: bold;
		margin: 0 0 5px 0;
	}
	body#sitepolicy ul#policy_dl li p{
		font-size: 11px;
		text-align: left;
		width: 290px;
		margin: 10px auto 36px;
		line-height: 1.6em;
	}





/* ///////////////////////////////////////////////

				検索結果

////////////////////////////////////////////////// */

/* メイン画像 */
body#search .main_photo{
	background: url(/image/index/main.jpg) no-repeat;
}

/* サイドメニューヘッダー画像 */
body#search #sidebar ul li#side_title{
	width: 218px;
	height: 49px;
	background: url(/image/search/side_title.gif) no-repeat;
	text-indent: -9999px;
}
	body#search #sidebar ul{
		width: 218px;
		font-size: 12px;
		border: 1px #cccccc solid;
		border-top: none;
		/* ▼CSS3 */
		border-radius: 0px;
		/* ▼Safari,Chrome */
		-webkit-border-radius: 0px;
		/* ▼Firefox */
		-moz-border-radius: 0px;
	}

body#search #content h1{
	background: url(../image/search/page01_h1.gif) no-repeat;
	width: 699px;
	height: 31px;
	text-indent: -9999px;
	margin: 0 0 8px 0;
}
body#search #content h2{
	width: 699px;
	color: #1d96d5;
	font-size: 16px;
	margin: 0 0 8px 0;
	padding: 0 0 3px 0;
	border-bottom: 1px #838383 dotted;
}
body#search #content .list{
	line-height: 1.7em;
	margin: 0 0 20px 0;
}
body#search #content .list a{
	display: block;
	margin-bottom:-3px;
}

body#search #search-form-bottom{
	clear:both;
	margin: 0 auto;
	padding: 7px 0 0 83px;
	width:230px;
}

body#search .pagenavi{
	margin: 20px 0;
	text-align:center;
}
body#search .pagenavi a{
	padding: 3px;
}






