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

/* 初期化 */
* {margin:0; padding:0;}
img {border:none; vertical-align:bottom;}
li {list-style:none;}
a {color:#006699; overflow:hidden;}
a:hover {color:#f90;}
a:focus{outline:none;}
a:hover img.over {opacity: 0.85;	filter: alpha(opacity=85);}

table {border-collapse:collapse; border:none; padding:0;}

/* 基本レイアウト */
html {height:100%;}
body {background:#fff url(../img/bg.gif) repeat-x; color:#333; font-size:75%; /*font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/font-family: Arial,Helvetica,sans-serif; text-align:center; border-top:3px solid #65a71b; height:100%;}
body > #wrapper {height:auto;}
body#english {font-family:Arial, Helvetica, sans-serif;}
#wrapper {height:100%; min-height:100%; width:998px; margin:0 auto; text-align:left; background-color:#fff; border-left:1px solid #e7efde; border-right:1px solid #e7efde;}


/* ヘッダ */
#header {position:relative; height:67px; overflow:hidden;}
#header h1 {position:absolute; top:11px; left:14px;}
#header .navi {position:absolute; top:0; right:14px; background:#65a71b url(../img/head_navi_right.gif) no-repeat bottom right;}
#header ul {background:url(../img/head_navi_left.gif) no-repeat bottom left; padding:4px 0 6px 10px;}
#header li {display:inline; margin-right:10px; line-height:1;}
#header li a {background:url(../img/arrow01.gif) no-repeat 0 3px; padding-left:7px; color:#fff; text-decoration:none;}
#english #header li a {background-position:0 5px;} 
#header li a:hover {color:#ff0; text-decoration:underline;}

/* フッタ */
#footer {clear:both; border-top:3px solid #65a71b; padding:14px 0 28px; margin:28px 14px 0;}
#footer ul {text-align:right;}
#footer li {display:inline;}
#footer li a {background:url(../img/arrow02.gif) no-repeat 0 4px; padding-left:6px; margin-left:1em;}
#english #footer li a {background-position:0 5px;}
#footer p {margin:1em 0 0; text-align:center; color:#999;}



/* トップページ最新ニュース */
#top-news {margin:0 14px 14px; background:#fff url(../img/top_visual.jpg) no-repeat; border:1px solid #693; padding:138px 14px 14px 24px;}
#english #top-news {background-image:url(../english/img/top_visual.jpg) ;}
#top-news dl {width:470px; min-height:100px; height:auto !important; height:100px; padding:5px; background:url(../img/top_news_bg.jpg) no-repeat;}
#top-news dl dt
{
	background:url(../img/top_news.gif) no-repeat; 
	width:448px; line-height:28px; padding-left:12px; 
	color:#FFF; font-size:16px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka;
}
#top-news dd {margin:10px; line-height:1.5;}
#top-news .main-image {
	float:right;
	margin-top:-192px;
	background:#FFF;
	padding: 3px;
	box-shadow: 2px 2px 2px #999;
	-moz-box-shadow: 2px 2px 2px #999;
	-webkit-box-shadow: 2px 2px 2px #999;
	/*filter: progid:DXImageTransform.Microsoft.Shadow(color='#999', Direction=145, Strength=2);*/
}
#top-news .main-image a:hover img { opacity: 0.35;}

/* トップページメニュー */
#top-menu {margin:0 0 14px 14px;}
#top-menu dl {width:176px; float:left; border:1px solid #e3e3e3; background-color:#F8FDF0; padding:4px 4px 0; margin-right:10px;}
#top-menu dt {margin-bottom:10px;}
#top-menu dd {margin:4px 4px 0; line-height:1.5;}
#top-menu dd p {font-size:90%; color:#666; margin-bottom:6px; line-height:1.3;}
#top-menu dd li {margin-bottom:7px; background:url(../img/arrow02.gif) no-repeat 0 5px; padding-left:7px; line-height:1.3;}

/* トップページお知らせ等 */
#top-info {margin:0 0 14px 14px;}
#top-info dl {width:313px; float:left; border:1px solid #e3e3e3; margin-right:15px;}
#top-info dl ul {margin:10px;}
#top-info dl li {background:url(../img/arrow02.gif) no-repeat 0 6px; padding-left:7px; margin-bottom:1em; line-height:1.5;}
#top-info ul.top-banner {width:300px; float:left;}
#top-info .top-banner li {margin-bottom:10px;}



/* クリアフィックス */
.clearfix:after {content:"."; display:block; height:0; clear:both; visibility:hidden;}
.clearfix {display:inline-block; clear:both;}
/* Hides from IE-mac \*/
* html .clearfix {height:1%;}
.clearfix {display:block;}
/* End hide from IE-mac */



/*以下、下層ページ用
===============================================================*/

/* メニュー */
#menu {margin:0 14px 14px; border:1px solid #e3e3e3; background-color:#fafafa; padding:10px 14px;}
#menu li {display:inline; float:left; margin-right:15px;}
#menu li.last {margin-right:0;}

/* コンテンツ */
#contents {margin:0 14px 30px;}

/* セクションタイトル */
#contents h2 {margin-bottom:15px;}

/* パンくずリスト */
#topicpath {margin-bottom:15px;}
#topicpath li {display:inline; float:left;}
#topicpath li a {background:url(../img/arrow02.gif) no-repeat right 4px; padding-right:7px;  margin-right:4px;}


/* メインコンテンツ */
#main {width:734px; float:left;}

/* ページタイトル */
#main h3 {background:url(../img/h3_bg.gif) no-repeat; height:38px; margin-bottom:20px; font-size:150%; line-height:38px; padding-left:15px;}

.asset-header div.asset-meta {margin:-10px 10px 20px;}

/* サイドコンテンツ */
#side {width:206px; float:right;}
#side .side_menu {border:1px solid #e3e3e3; background-color:#fafafa; padding:4px 4px 0;}
#side h3 {background:#f90 url(../img/arrow01.gif) no-repeat 5px 9px; color:#fff; font-size:14px; line-height:1; padding:6px 5px 6px 14px;; margin-bottom:10px;}
#side ul {margin:0 8px 10px;}
#side li {margin-bottom:4px; line-height:1.5;background:url(../img/arrow02.gif) no-repeat 0 6px; padding-left:7px;}


/* 汎用フォーマット */
#contents p {margin:0 10px 1em; line-height:1.8;}
.pos_r{text-align:right;}
.yellowline {font-size:120%; margin-bottom:10px; padding: 3px 3px 3px 10px; background-color: #FCFEC2; color: #00882F;}
.aqualine {border-bottom:1px solid #999; margin: 0px 10px 10px; padding: 3px 3px 3px 5px; font-size:110%;}

.tc_red {
	color: #FF0000;
}

dl.listtype_a {
	margin: 0px 20px 20px;
	padding: 0px;
}
dl.listtype_a dt {
	margin: 0px 0px 5px;
	padding: 0px 0px 0px 15px;
	background-image: url(../images/ico_green.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 10px;
}
dl.listtype_a dd {
	margin: 0px 0px 10px 15px;
	padding: 0px;
}

.pos_r{
	text-align:right;
}

.photobox_2pieces{
	text-align:center;
	margin: 0px 0px 10px;
	padding: 0px;
}
.photobox_2pieces img{
	margin: 0px 20px;
	padding: 0px;
}
.photobox_text {
	text-align:left;
	margin: 0px 5px 0px 5px;
	padding: 0px;
}
.photobox_text p {
	margin: 0px 5px 0px 5px;
	padding: 0px;
	float: left;
	width: 305px;
}




/*	institutor（創立者について）
===============================================================*/
#institutor{padding-left:255px; background:url(../about/img/institutor.jpg) no-repeat;}
#english #institutor {background-image:url(../english/about/img/institutor.jpg);}


/*	dl_list（情報公開・ダウンロードリスト）
===============================================================*/
.dl_list{
	margin: 0px 20px 20px 20px;
	padding: 0px;
	width:690px;
}
.dl_list th{
	/*font-weight: normal;*/
	text-align: left;
	padding: 5px 10px;
	width:auto;
	border-bottom: 1px solid #ccc;
}
.dl_list .capacity{
	width:15%;
	padding: 5px 10px;
	border-bottom: 1px solid #ccc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	color: #666;
    white-space: nowrap;
}
.dl_list .dl{
	width:20%;
	padding: 5px 10px;
	border-bottom: 1px solid #ccc;
	white-space:nowrap;
}

.dl_list .ln{
	width: 50%;
	padding: 5px 10px;
	border-bottom: 1px solid #ccc;
}

.dl_list .tx_large {color:#000; font-size:110%; font-weight:bold;}

/*	management（役員一覧）
===============================================================*/
.management{
	margin: 0px 10px;
	padding: 0px;
}
.management dt{
	margin: 0px;
	padding: 3px;
	background-color: #f5f5f5;
}
.management dd{
	margin-bottom:10px;
	padding: 5px 0px 5px 40px;
}
.management .name{
	font-size: 125%;
	border-top: 1px dotted #ccc;
	margin-bottom:0;
	padding-bottom:0;
}

/*	奨学金
===============================================================*/
.sch_schedule {margin:0 20px 20px 20px;}
.sch_schedule td,.sch_f_schedule th {padding:0 8px 8px 0; line-height:1.5;}

ol.sch {margin:0 10px; padding-left:2em;}
ol.sch li {list-style:decimal; margin-bottom:5px; line-height:1.5;}

/* サイトマップ
===============================================================*/
ul.sitemap {margin:15px 10px 30px !important;}
.sitemap li {margin-bottom:10px; line-height:1.5; list-style-type:none !important;}
.sitemap li a {background:url(../img/arrow02.gif) no-repeat 0 6px; padding-left:7px;}

/* プライバシーポリシー
===============================================================*/
ul.privacypolicy {margin:0 10px; padding-left:1em;}
.privacypolicy li {list-style:disc; margin-bottom:1em; line-height:1.8;}

/* イベント情報
===============================================================*/
dl.event {margin:0 10px 1em; line-height:1.5;}
.event dd {margin-left:40px;}

/* ブログ記事表示/アーカイブ一覧表示 */
.archive-content,
.entry-asset 
{
	margin-bottom:10px;
	padding:10px;
	border:1px #ccc solid;
}

.archive-content
{
	border:none;
}

.asset-content,
.asset-more,
.entry-body
{
	/*margin:10px;*/
}

#main h1,#main h2,#main h3,#main h4,#main h5,#main h6
{
	padding-left:10px;
	margin-bottom:1em;
}

#contents .asset-content p,
#contents .asset-more p,
#contents .entry-body p
{
	/*margin:0 0 1em !important;*/
}

#contents .asset-content ul,
#contents .asset-more ul,
#contents .entry-body ul,
#contents .asset-content ol,
#contents .asset-more ol,
#contents .entry-body ol
{
	margin-bottom:20px;
	margin-left: 30px;
}

#contents .asset-content ul li,
#contents .asset-more ul li,
#contents .entry-body ul li
{
	list-style-type:disc;
	margin-bottom: 1em;
	line-height:2em;
}

#contents .asset-body ol li,
#contents .asset-more ol li,
#contents .entry-body ol li
{
	list-style-type:decimal;
	margin-bottom: 1em;
	line-height:2em;
}

.entry-ob-list table,
#contents .asset-content table,
#contents .asset-more table,
#contents .entry-body table
{
	width: 710px;
	margin: 10px 10px 40px;
}

.entry-ob-list table th,
.entry-ob-list table td,
#contents .asset-content table th,
#contents .asset-content table td,
#contents .asset-more table th,
#contents .asset-more table td,
#contents .entry-body table th,
#contents .entry-body table td
{
    padding: 5px;
	border-bottom: 1px #CCC solid;
	line-height:1.5em;
}

#page-46 div.entry-contents ul
{
	margin-left:10px;
}

#page-46 div.entry-contents ul li
{
	list-style-type:none;
    padding:5px 10px;
    margin-bottom: 2em;
	margin-left: 10px;
	border-left: 2px #666 solid;
}


