﻿@charset "utf-8";

/*-------------------------------------------------
  下層用ベースCSS
  作成者：Hidemi Iwazaki
  作成日：2009/11/11
  最終更新日：2009/11/11
--------------------------------------------------*/


/*メインコンテンツ
----------------------------------------*/
#maincontainer {
	margin:0 auto;
	width:800px;
	clear:both;
}

#contentscontainer p,
#contentscontainer ul,
#contentscontainer dl {
	margin-top: 10px;
}

/*----- パンナビ -----*/
#pannavi{
	font-size:80%;
	margin:10px 0 0 0;
}

/*下層用メインコンテンツ
----------------------------------------*/
#contentscontainer{
	min-height:380px;
	padding-bottom:50px;
}
* html #contentscontainer{
	height:380px;
}

/*----- タイトル画像 -----*/
#maintitle{
	margin-top:1px;
}
#maintitle-eng{
	padding-top:1px;
	border-top:5px solid #000094;
}

/*１カラム用
----------------------------------------*/
#kasou-1colcont{
	padding-top:12px;
}

/*２カラム用
----------------------------------------*/
#kasou-2colcont{
	background-image:url(../imgs/kasou/bg_leftcontents.gif);
	background-repeat:repeat-y;
	background-position:top left;
}

/*----- 下層用受験生ページバナー -----*/
#juken-banner{
	padding:6px 0 15px 0;
	background-color:#FFFFFF;
}


/*----- 右コンテンツ（ページ内容） -----*/
#rightcontents {
	width: 550px;
	padding:12px 0 0 25px;
	float: right;
}

/*----- 左コンテンツ（サブメニュー） -----*/
#leftcontents{
	float: left;
	width:225px;
	padding-bottom:10px;
}

/*サブメニュー*/
#submenu {
	width: 179px;
	padding:3px 0 0 23px;
}
#submenu dt {
	padding:15px 0 3px 7px;
	width:172px;
	color:#000094;
	font-weight:bold;
	border-bottom:2px solid #000094;
}
#submenu dd {
	background-image:url(../imgs/kasou/li_submenu.gif);
	background-position:bottom left;
	background-repeat:repeat-x;
	padding:0 0 1px 0;
}
#submenu dd a{
	display:block;
	background-image: url(../imgs/kasou/ic_submenu.gif);
	background-repeat: no-repeat;
	background-position: 9px 0.6em;
	text-decoration:none;
	padding:4px 15px 4px 28px;
	width: 136px;
	color: #000000;
}
#submenu dd a:visited{
	color: #666666;
}
#submenu dd a:hover{
	background-color: #B4D8F5;
	color: #000000;
}



/*前のページ、ページトップへ戻る
----------------------------------------*/
#backtoparea{
	width:800px;
	height: 22px;
	float:right;
}

.backtopend {
	float:right;
	text-indent: -9999px;
	text-decoration: none;
	font-size:1px;/*文字サイズの崩れ防止*/
	line-height:1px;/*文字サイズの崩れ防止*/
	clear:right;
}

#kasou-2colcont .backtopend {
	width:550px;
}
#kasou-eng .backtopend {
	width:800px;
}


.backtopend li{
	display:inline;
}
#kasou-2colcont .backtopend .back a {
	background-image: url(../imgs/common/bt_backpage.gif);
	background-repeat: no-repeat;
	float: left;
	width:87px;
	height:22px;
	overflow: hidden;

}
#kasou-2colcont .backtopend .top a {
	background-image: url(../imgs/common/bt_pagetop.gif);
	background-repeat: no-repeat;
	float: right;
	width:125px;
	height:22px;
	overflow: hidden;
}

#kasou-eng .backtopend .back a {
	background-image: url(../imgs/common/bt_backpage_eng.gif);
	background-repeat: no-repeat;
	float: left;
	width:59px;
	height:22px;
	overflow: hidden;

}
#kasou-eng .backtopend .top a {
	background-image: url(../imgs/common/bt_pagetop_eng.gif);
	background-repeat: no-repeat;
	float: right;
	width:86px;
	height:22px;
	overflow: hidden;
}



/*扉ページ 説明文
----------------------------------------*/
.top-box:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.top-box {
	display: inline-table;
	min-height: 1%;
}

/* Hides from IE-mac \*/
* html .top-box {
	height: 1%;
}
.top-box {
	display: block;
	
	margin-top:10px;
}
/* Hides from IE-mac */

.top-box dl{
	border-bottom:1px solid #93B217;
	border-right:1px solid #93B217;
	padding:10px;
	margin:0 5px;
	float:left;
	width:238px;
	min-height:65px;
}
* html .top-box dl{
	height:65px;
}

.top-box dl dt {
	background-image: url(../imgs/kasou/ic_submenu.gif);
	background-repeat: no-repeat;
	background-position: 0 0.3em;
	padding:0 0 3px 17px;
}
.top-box dl dt a:link{
	color:#000094;
	font-weight:bold;
}
.top-box dl dt a:visited{
	color: #666666;
	font-weight:bold;
}
.top-box dl dt a:hover{
	color: #FF7B01;
	font-weight:bold;
}
.top-box dl dd{
	background-image:url(../imgs/kasou/li_submenu.gif);
	background-position:top;
	background-repeat:repeat-x;
	padding-top:5px;
}

/*受験生応援ページ各扉ページ リスト一覧
----------------------------------------*/
.cheer-box:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.cheer-box {
	display: inline-table;
	min-height: 1%;

	border:1px solid #8EC5F0;
	padding:15px;
	margin-top:20px;
}

/* Hides from IE-mac \*/
* html .cheer-box {
	height: 1%;
}
.cheer-box {
	display: block;
}
/* Hides from IE-mac */


.cheer-box ul{
	margin:0!important;
}

.cheer-box ul li {
	border: none;
	margin: 0px;
	background-image: url(../../imgs/common/ic_linklist.gif);
	background-repeat: no-repeat;
	background-position: 0 0.3em;
	padding: 1px 5px 1px 16px;
	width:235px;
	float:left;
}

.cheer-box ul.list-one li {
	float:none;
	width:auto;
}



/*前のページ　次のページ
------------------------------------------------*/
.pagebute{
	margin:20px 0!important;
	text-align:center;
}


/*サイト内検索結果
------------------------------------------------*/
#searchresult table,
#searchresult table td{
	border:none;
}

/*ページ番号*/
#searchresult .gsc-cursor-box{
	text-align:center;
}
