@charset "UTF-8";

/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.6.0
*/
body{font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}
select,input,button,textarea{font:99% arial,helvetica,clean,sans-serif;}
table{font-size:inherit;font:100%;}
pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}


/*
■HTMLタグの初期化
-----------------------------------------------*/
html {
	overflow-y: scroll;
}

html,body,div,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
ol, ul, dl, li, dd {
	margin-top: 0px;
	padding-top: 0px;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
}

caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
/*	font-size:100%; */
	font-weight:bold;
}
div, form, input, h1, h2, h3, h4, h5, h6 {
	text-align: left;
}

q:before,q:after {
	content:'';
}
abbr,acronym { 
	border:0;
}

body {
	background: #373737;
	color: #111;
	line-height: 1.4;
	text-align: center;
	/* font-size: 93%; */
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}

img {
	vertical-align: top;
}
a {
	color:#00F;
}
a:visited {
	color:#636;
}
a:hover {
	color:#F30;
}
a:active {
	color:#F00;
}
p {
	margin: 0 0 1em;
	line-height: 1.4em;
}
h3 {
	background-color: #E9F2F7;
	padding: 6px;
	margin-bottom: 1.5em;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #BFBFBF;
	border-bottom-color: #BFBFBF;
}
h4 {
	color: #2D5B77;
	margin-bottom: 1.5em;
	padding: 0px;
}


/* Clearfix
■floatバグ対策：ブロックの背景を生かす
-------------------------------------------------- */

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


/*IE7*/
*:first-child+html .clearfix {
	overflow:hidden;
}

/*IE v5/v6>*/
@media all {
* html .clearfix {
	height:1%;
}
}


/*IE mac v5>*/
* html>body .clearfix {
	display:inline-block;
}


/*
■基本レイアウト（配置とスタイル）
-----------------------------------------------*/

div#container {
	width:950px;
	margin:0 auto;
	text-align:left;
	background-color: #FFF;
}


/* トップページだけのヘッダ */
div#headerTop {
	background-image: url(../img/bg_top_head.gif);
	background-repeat: no-repeat;
	width: 950px;
	background-position: 0px bottom;
	height: 42px;
	overflow: hidden;
}
div#utyNavi li#english { margin:0px 10px 0px 0px; padding:1px 3px; background:#CCC; border:1px solid #FFF; }
div#utyNavi li#english a { color:#333; }

/* 通常ページのヘッダ */
div#header {
	background-image: url(../img/bg_head.gif);
	background-repeat: no-repeat;
	width: 950px;
	background-position: 0px 0px;
	height: 68px;
	overflow: hidden;
}
div#wrapper {
	width: 900px;
	float: left;
}


/* パンくずナビ */

div.pankuz {
	clear: both;
	width: 950px;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	background-image: url(../img/bg_pankuz.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
div.pankuz p {
	color: #CCC;
	margin: 8px 10px;
	padding:0;
	display: block;
}
div.pankuz a {
	color:#CCC;
	text-decoration: none;
}
div.pankuz a:visited {
	color:#CCC;
}
div.pankuz a:hover {
	color:#F93;
}
div.pankuz a:active {
	color:#F00;
}


/* メインナビ */

div#navi {
	display: none;
}

/* エキストラナビ */

div#extra {
	display: none;
}
div#content {
	width: 100%;
}
div#contentBody {
	margin-right: 10px;
	margin-left: 10px;
	width: 100%;
}
div#footer {
	clear:both;
	color: #666;
	background-color: #E5E5E8;
	background-image: url(../img/bg_foot.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 20px;
	padding-right: 12px;
	padding-bottom: 70px;
	padding-left: 12px;
	/* font-size: 77%; */
}


/* トップページのみ 検索窓 */
div#searchBox {
	background-image: url(../img/bg_seach.gif);
	background-repeat: no-repeat;
	background-position: 0 bottom;
	padding-top: 12px;
	padding-right: 1px;
	padding-bottom: 25px;
	padding-left: 12px;
}
div#searchBox p {
	font-size: 80%;
	color: #FFFFFF;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
}


/* カテゴリのイメージ画像 */
div#categoryImg {
	background-image: url(../img/bg_exImg.gif);
	background-repeat: no-repeat;
	background-position: -1px bottom;
	padding-top: 0px;
	padding-right: 1px;
	padding-bottom: 25px;
	padding-left: 0px;
}
div#categoryImg img {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}


/*
■ユーティリティナビの指定
-----------------------------------------------*/

div#utyNavi {
	padding: 10px;
	float: right;
}
div#utyNavi ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
div#utyNavi li {
	float: left;
	background-image: url(../img/arw_uty.gif);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	padding-left: 10px;
	margin-right: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
div#utyNavi a {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
}


/*
■メインナビ（メニュー）の指定
-----------------------------------------------*/

#mainNavi {
	width: 181px;
	float: left;
	height: auto;
	overflow: hidden;
	display: inline;
}
#mainNavi ul, #mainNavi li {
	line-height:0;
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#mainNavi li {
	width: 181px;
	line-height:0;
}
#mainNavi a {
	width: 181px;
	background: url(../img/bg_navi.gif) no-repeat left bottom;
	text-decoration: none;
	display: block;
	margin: 0px;
	padding: 10px 0px 10px 30px;
	color: #111;
	line-height:normal;
	font-size: 12px;
}
#mainNavi .now a {
	background: url(../img/bg_navi_now.gif) no-repeat left bottom;
	line-height:normal;
}
#navi01child .off a, #navi02child .off a, #navi03child .off a, #navi04child .off a, #navi05child .off a, #navi06child .off a, #navi07child .off a, #navi08child .off a, #navi09child .off a {
	background: url(../img/bg_navi_off.gif) no-repeat left bottom;
	padding: 7px 0px 7px 30px;
}
#navi01child .on a, #navi02child .on a, #navi03child .on a, #navi04child .on a, #navi05child .on a, #navi06child .on a, #navi07child .on a, #navi08child .on a, #navi09child .on a {
	background: url(../img/bg_navi_on.gif) no-repeat left bottom;
	color: #FFFFFF;
	padding: 7px 0px 7px 30px;
}
#mainNavi a:hover {
	background: url(../img/bg_navi_over.gif) no-repeat left bottom;
	color: #333;
}
#navi01child a:hover, #navi02child a:hover, #navi03child a:hover, #navi04child a:hover, #navi05child a:hover, #navi06child a:hover, #navi07child a:hover, #navi08child a:hover, #navi09child a:hover {
	background: url(../img/bg_navi_over_child.gif) no-repeat left bottom;
	color: #333;
}
ul.offChildNavi {
	display: none;
}


/*
■エキストラナビの指定
-----------------------------------------------*/

#extraNavi {
	width: 181px;
	float: left;
	height: auto;
	overflow: hidden;
	margin-bottom: 12px;
}
#extraNavi ul, #mainNavi li {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#extraNavi li {
	padding: 0px;
	width: 181px;
}
#extraNavi a {
	background: url(../img/bg_navi.gif) no-repeat -1px bottom;
	text-decoration: none;
	display: block;
	margin: 0px;
	padding: 10px 0px 10px 30px;
	width: 100%;
	color: #333;
	font-size: 12px;
}
#extraNavi .on a {
	background: url(../img/bg_navi_now.gif) no-repeat -1px bottom;
}
#extraNavi a:hover {
	background: url(../img/bg_navi_over.gif) no-repeat -1px bottom;
	color: #333;
}


/* エキストラナビブロックの下部バナーエリア */
.extraBanner {
	text-align: center;
}
.extraBanner img {
	padding-bottom: 10px;
}


/*
■基本スタイル（装飾）
-----------------------------------------------*/
div#header h1 {
	float: left;
}

/* ページタイトル */
div#content h2 {
	font-family: "ヒラギノ明朝 Pro W6", "HiraMinPro-W6", "ＭＳ Ｐ明朝", "MS PMincho";
	font-weight: bold;
	font-size: 138.5%;
	background-image: url(../img/bg_h2.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 12px 20px;
	margin-top: 4px;
	margin-right: 2px;
	margin-bottom: 16px;
	margin-left: 2px;
	color: #111111;
}


/* 文字色を個別指定：警告色 */
.caution {
	color: #FF0000;
}


/* 文字色を個別指定：制作時の検討事項 */
.design {
	color: #FF9933;
}


/* 文字色を個別指定：制作時のＯＫ事項 */
.safe {
	color: #339966;
}


/* 文字サイズを個別指定 */
.txtL {
	font-size: 108%;
}
.txtM {
	 font-size: 93%; 
}
.txtS {
	 font-size: 85%; 
}


/* インライン中の配置を個別指定 */
.left {
	text-align: left;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}


/* ブロックのフロートを個別指定 */

.floatL {
	float: left;
}
.floatR {
	float: right;
}


/* ブロックの最下部マージンを個別指定 */
.mgb0 {
	margin-bottom: 0px;
}
.mgb6 {
	margin-bottom: 6px;
}
.mgb10 {
	margin-bottom: 10px;
}
.mgb20 {
	margin-bottom: 20px;
}
.mgb30 {
	margin-bottom: 30px;
}


/*　一般的なTABLEのスタイル　*/

.nomalTable table {
	width: 100%;
	margin-bottom: 3px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #999;
	border-left-color: #999;
}
.nomalTable td {
	padding: 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}
.nomalTable th {
	background-color: #dcdcdc;
	font-weight: normal;
	text-align: center;
	padding: 5px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999;
	border-bottom-color: #999;
}
td.nowrap,　th.nowrap {
white-space: nowrap;
}


/* ページ下部にマージンをとってビジュアルを配置 */

.bottomImg img {
	text-align: center;
	padding-top: 50px;
}
	

/* 独立したリンクテキスト（ページ右に配置） */
.linkRight {
	float: right;
}


/* ブロックを上部波線で区切る */
.borderTop {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #BFBFBF;
	padding-top: 6px;
}


/* ページ内で複数ブロックが続く */
.entry {
	margin-bottom: 24px;
}


/* 見出しと同色でタイトル的に使う */
.colored {
	font-weight: bold;
	color: #2D5B77;
}


/*　重要なブロックを際だたせる際のインデント */

.indent {
	margin-left: 1em;
}


/* 画像を独立して配置  */
.centerBox {
	text-align: center;
	margin-bottom: 30px;
}


/* お問い合せアドレスのボックス */
#inquiryBox {
	padding: 16px;
	margin-right: 16px;
	margin-bottom: 20px;
	margin-left: 16px;
	border: 1px solid #bbcad3;
	line-height: 180%;
}


/*　キャッチコピー */
#contentBody p.catch {
	font-family: "ヒラギノ明朝 Pro W6", "HiraMinPro-W6", "ＭＳ Ｐ明朝", "MS PMincho";
	font-weight: bold;
	color: #2D5B77;
	margin-bottom: 1.5em;
	font-size:108%;
}


/*　UP ボタン */

.upBtn {
	text-align: right;
	clear: both;
	padding-top: 10px;
	padding-bottom: 20px;
	height:1%;
}


/* 2、３行しか無くて間が開きすぎる場合のブロック指定 */

.fewMessage {
	background-image: url(/img/logo_gray.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-bottom: 300px;
	padding-bottom: 300px;
	height:100%;
}

/* オープンキャンパスページ用 2010.7.15 shibuya */
.opencampus {}
.opencampus p,
.opencampus table {
margin-left:20px;}

.opencampus dl{
margin-left:50px;}

.opencampus h4 {
font-size:116%;
margin-bottom:10px;
margin-top:30px;
}
.opencampus h5 {
font-size:108%;
}


/*
■ページ個別レイアウト
-----------------------------------------------*/

/*　トップページ メインビジュアル　*/

#mainTitle {
	background-image: url(../img/bg_main.gif);
	background-position: left bottom;
	padding-bottom: 25px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}
#mainTitle h1 {
	background-image: url(../img/top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 199px;
	width: 950px;
	overflow: hidden;
	text-indent: -9999px;
}

/*　キャリアページ */

#career strong {
	color: #2D5B77;
}
#career li {
	line-height: 140%;
	margin-bottom: 1.5em;
}


/*　テキストリンクのリスト */

.links li {
	list-style-type: none;
	width: 100%;
	display: inline;
}

dl.links{
	margin: 0 0 30px;

}
.links dt {
	background-image: url(../img/dotline.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	display: block;
	margin: 0px;
	padding: 0px 0px 2px;
}
.links dd {
	display: block;
	margin-bottom: 0.8em;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0.5em;
	padding: 0px;
}
.links a {
	display: block;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 18px;
	background-image: url(../img/b_outlink.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin: 0px;
	color: #2D5B77;
	text-decoration: none;
}



/* 研究室のリスト */

#laboList dl {
	width: 271px;
	margin-top: 0px;
	margin-right: 6px;
	margin-bottom: 30px;
	margin-left: 6px;
	float: left;
	padding: 0px;
	display: inline;
}
#laboList dt {
	margin: 0px 0px 12px;
	font-weight: bold;
	background-color: #E9F2F7;
	padding: 6px;
	margin-bottom: 1.5em;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #BFBFBF;
	border-bottom-color: #BFBFBF;
}
#laboList dd {
	padding: 0px;
	margin: 0px;
}
dd.fieldBody {
	padding: 0px;
	height: 4em;
	overflow: auto;
	line-height: 130%;
}
#laboList a, .laboStaff a {
	color:#2D5B77;
	text-decoration: none;
	background-image: url(../img/b_link.gif);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	padding-left: 16px;
}
#laboList a:visited {
	color:#2D5B77;
}
#laboList a:hover {
	color:#F93;
}
#laboList a:active {
	color:#F00;
}
.laboStaff {
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #BFBFBF;
	padding: 6px 12px;
}
.laboStaff p {
	text-indent: 0px;
	margin: 0px;
	padding: 0px;
}
.laboStaff a {
	background-image: url(../img/b_outlink.gif);
}
.panelTab {
	font-weight: bold;
	color: #2D5B77;
	background-color: #F6F6EC;
	/* font-size: 93%; */
	padding-top: 6px;
	padding-right: 12px;
	padding-bottom: 6px;
	padding-left: 12px;
	border: 1px dotted #BFBFBF;
}
.panelContent {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-right-color: #BFBFBF;
	border-bottom-color: #BFBFBF;
	border-left-color: #BFBFBF;
	margin-bottom: 24px;
}
.panelContent p {
	padding: 0px;
	margin: 12px;
}

.laboLead {
	float: right;
	width: 100%;
	padding-bottom: 36px;
	line-height: 160%;
}
p.laboPara {
	margin-left: 110px;
}
.laboImg {
	padding-bottom: 36px;
}
#introLabo {
	clear: both;
}
.leftLead {
	width: 100%;
}
.laboImg2 {
	float: left;
	width: 100px;
}
.laboItem {
	margin-right: 12px;
	margin-left: 12px;
}
.laboItem img {
	float: left;
	margin-bottom: 10px;
}
.laboItem p {
	margin-left: 110px;
	padding: 0px;
	margin-top: 0px;
}


/*　ニュース／インフォメーションのヘッドライン　*/

div#content h2.news {
	/* font-size: 93%; */
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(../img/bg_h2black.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding-right: 8px;
	padding-left: 20px;
	margin: 0px 1px 10px;
	padding-top: 8px;
	padding-bottom: 10px;
}

/* dl形式の場合（3列不可なので未使用） */

dl.headline {
	margin:0;
	padding:0;
	}

dl.headline dt {
	color: #333;
	margin: 0;
	margin-right: -5.5em;
	padding: 4px 0;
	border-top: 1px solid #ddd;
	float: left;
	clear: both;
	display: inline;
	width: 5.5em;
	text-indent: 0;
	font-family: Arial, Helvetica, sans-serif;
	/* background-image: url(/img/dotline.gif);
	background-repeat: repeat-x;
	background-position: top; */
	}

dl.headline dd {
	color: #333;
	margin-left:5.5em;
	padding: 4px 0;
	border-top: 1px solid #ddd;
	/* border-left: 1px solid #ddd; */
	/* background-image: url(/img/dotline.gif);
	background-repeat: repeat-x;
	background-position: top; */
	}

dl.headline {
	/*\*/
	min-height: 1px;
	_height: 1%;
	/* */

	/*\*//*/
	overflow: hidden;
	/**/
}

dl.headline::after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

/* dl形式の場合 ここまで */


 /* table 形式 ニュースインデックスの場合 */
 
 /* 2列のインデックス：#newsHeadLine
 	3列のインデックス：#headlineTable
	休講情報のインデックス：#lectIndex
 */


/* ニュースインデックス（2列）のリンク色 */
#newsHeadLine a {
	color: #333;
	text-decoration: none;
}
#newsHeadLine a:visited {
	color: #333;
}
#newsHeadLine a:hover {
	color: #00F;
	text-decoration: underline;
}

/* 3列表組みのインデックスのリンク色 */

#headlineTable a, #lectIndex a {
	color: #00F;
	text-decoration: none;
}
#headlineTable a:visited, #lectIndex  a:visited {
	color: #00C;
}
#headlineTable a:hover, #lectIndex a:hover {
	color: #F30;
	text-decoration: underline;
}



table#newsHeadLine, table#headlineTable {
	border-top: 1px solid #CCC;
	width:100%;
}

#newsHeadLine th, #headlineTable th {
	font-weight: normal;
	text-align: center;
	padding: 6px;
	background-color: #EEE;
	border-bottom: 1px solid #CCC;
}

#newsHeadLine td, #headlineTable td{
	color: #333;
	line-height: 110%;
	padding: 6px;
	border-bottom: 1px solid #ccc;
	vertical-align: top;
}
#newsHeadLine td.dateCell,#headlineTable td.dateCell {
	width:5.5em;
}
#headlineTable td.titleCell {
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

img.iconNew {
	vertical-align: baseline;
	margin-right: 6px;
}
.newsListNavi {
	text-align:right;
	margin:30px 0 10px;
}


/*　ニュース詳細ページ　*/

.newsFrom, .newsDate {
	text-align: right;
	margin-bottom: 0.5em;
}
.imgWrapper {
	clear: both;
	margin-top: 0px;
	margin-right: 12px;
	margin-bottom: 20px;
	margin-left: 12px;
}
.cap1 {
	/* font-size: 77%; */
	padding: 4px 0px;
	width: 158px;
	color: #666666;
}
.cap2 {
	/* font-size: 77%; */
	color: #666666;
	text-align: right;
	display: none;
}
.imgBox {
	float: left;
	margin-right: 6px;
	margin-left: 6px;
	display:inline-block;
}
.fileWrapper {
	clear: both;
	margin-right: 12px;
	margin-bottom: 20px;
	margin-left: 12px;
}
.fileWrapper img {
	vertical-align: bottom;
	margin-right: 6px;
}
.fileWrapper div {
	margin-bottom: 10px;
}
.fileBox {
	padding: 4px;
	border: 1px solid #CCC;
	margin: 5px;
}
.fileBox img {
	vertical-align: middle;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-right: 10px;
}
.newsGentei {
	font-size: 85%;
	margin: 0px 0px 6px 6px;
}
.newsNotice {
	padding: 12px;
	margin-top: 12px;
	margin-bottom: 12px;
	border: 1px solid #CCC;
}
.pageNavi {
	float: right;
	width:228px;
	padding-top: 40px;
	clear: both;
}
* html .pageNavi{
	width: 234px;
} 
.pageNavi ul {
	list-style:none;
	margin:0;
	padding:0;
}
.pageNavi li {
	margin:0 0 0 6px;
	padding:0;
	float: left;
}

.categoryNavi {
	clear: both;
	padding-top: 10px;
	height: 1%;
}
.categoryNavi a {
	float:right;
	font-size: 12px;
	color: #8EA5B2;
	text-decoration: none;
	text-align: center;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	border: 1px solid #D5DEE4;
	display: block;
	width: 220px;
}

.categoryNavi a:visited {
	color: #8EA5B2;
}

* html .categoryNavi a{
	width: 220px;
} 


/*　サイトマップ　*/

.sitemap {
	margin-bottom: 30px;
	clear: both;
}
.colmn1 {
	float: left;
	width: 440px;
	padding-right: 10px;
}
.colmn2 {
	margin-left: 440px;
}
.sitemap dl {
	padding: 0px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 20px;
	margin-left: 5px;
}
.sitemap dt {
	font-weight: bold;
	margin: 0px 0px 0.5em;
	padding: 0px 0px 3px;
	color: #2D5B77;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #2D5B77;
}
.sitemap dd {
	padding: 4px 0px 4px 1em;
	margin: 0px;
	background-image: url(../img/dotline.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	display: block;
}
.sitemap a {
	text-decoration: none;
	color: #0000CC;
}

/*　カリキュラム　*/
#tabContent ul#tabIndex { display:none;}

#tabContent sup {
	/* font-size: 77%; */
	color: #FF0000;
}
#tabContent td.unit {
	text-align: center;
	width: 4.5em;
}
#tabContent td.segment1 {
	vertical-align: top;	
}
#tabContent td.segment2 {
	text-align: center;
	width: 1.8em;
	line-height: 100%;
}


/*　休講情報　*/

#kougiTabWrapper ul {
	list-style:none;
	margin:0;
	padding:0;
	height: 1%;
}
#kougiTabWrapper li {
	padding:0px;
	float: left;
	display: block;
	margin-left: 6px;
}
#kougiTabWrapper a {
	color:#ffffff;
	display: block;
	padding-top: 12px;
	padding-right: 24px;
	padding-bottom: 4px;
	padding-left: 24px;
	text-decoration: none;
}
#kougiTabWrapper a:visited {
	color:#ffffff;
	text-decoration: none;
}
#tabKougi a {
	background-color: #669999;
}
#tabKyuko a {
	background-color: #993333;
}

#kougiList {
	padding-top: 20px;
	clear:both;
	border-top-width: 6px;
	border-top-style: solid;
	border-top-color: #669999;
}
#kyukoList {
	padding-top: 20px;
	clear:both;
	border-top-width: 6px;
	border-top-style: solid;
	border-top-color: #993333;
}

#lectIndex table {
	width: 100%;
	border-top: 1px solid #CCC;

}
#lectIndex th {
	font-weight: normal;
	text-align: center;
	padding: 6px;
	background-color: #EEE;
	border-bottom: 1px solid #CCC;
}
#lectIndex td {
	padding: 6px;
	text-align: left;
	border-bottom: 1px solid #CCC;
	vertical-align: top;
}

#lectIndex td.titleCell, #lectIndex td.lectKamoku {
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	}
#lectIndex td.lectKamoku {
	width:40%;
}
#lectIndex td.lectDate{
	white-space: nowrap;
}
#lectIndex td.lectStaff{
	white-space: nowrap;
}

#lectEntry {
	border: 1px solid #C99;
	padding: 20px 20px 60px;
	margin-bottom: 20px;
}
#lectNotice {
	background-color: #FEE;
	padding: 16px;
	border: 1px solid #C00;
	margin-bottom: 20px;
}
.lectKamoku, .lectStaff {
	/* font-size: 93%; */
	font-weight: bold;
}
.lectType {
	color: #C00;
}
#lectIndex td.lectType {
	color: #111;
}
#lectIndex td.lectKamoku,#lectIndex td.lectStaff {
	color: #111;
	/* font-size: 93%; */
	font-weight: normal;
}

/*河内追加CSS*/
.admin_panel {
	background-color: #F6F6EC;
	padding-top: 6px;
	padding-right: 12px;
	padding-bottom: 6px;
	padding-left: 12px;
	margin:15px;
	border: 1px dotted #BFBFBF;
}


/*
■コンテンツにあわせた特殊なスタイル（再利用不要）
-----------------------------------------------*/

.imgAobayama {
	background-image: url(../admission/img/p_aobayama.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 244px;
	margin-bottom: -61px;
}
#imgGarden {
	background-image: url(../inquiry/img/bg_garden.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 300px;
	margin-bottom: -61px;
}
input.searchBtn {
	margin-bottom: -6px;
}
.imgLinks {/*------100304非表示shibuya--------------*/
	background-image: url(../links/img/bg_links.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin-bottom: -61px;
	padding-bottom: 80px;
}
.schedule td {
	padding-top: 10px;
	padding-bottom: 10px;
}

#footer {
	font-size: x-small;
	color: #666666;
	background-color: #FFFFFF;
	background-image: none;
}
.pankuz {
	background-color: #FFFFFF;
	background-image: none;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #666666;
	border-bottom-color: #666666;
	font-size: x-small;
	color: #333333;
}


