/* CSS Document */


body,div,p,address,h1,h2,h3,h4,h5,h6,dl,dt,dd{
	margin:0;
	padding:0;
}
body{
	border-top:5px solid #3C1E87;
	line-height:140%;
	color:#333;
	font-size: 0.8em;
	/*font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";*/
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;

}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.float_left{ float:left;}

a{
	color:#333;
	outline:none;
}
a span{
/* For IE 7 */
  zoom: 1;
}
a:hover{
	color:#0f61e4;
	text-decoration:;
}
a:active{
	color:#e27736;
	text-decoration:;
}
ul,ol,li{
	margin:0;
	padding:0;
	list-style:none;
}
/* ==================================================
 ▼Background
================================================== */
#background{

}

/* ==================================================
 ▼Conteiner
================================================== */
#container{
	width:980px;
	margin:0 auto;

}
/* ==================================================
 ▼Header
================================================== */
#head{
    padding-top:3px;
}
h1 a{
	width:268px;
	height:41px;
	float:left;
	margin:25px 0 0;
	text-indent:-9999px;
	font-size:0;
	line-height:100%;
	background:url(../images/main_logo.png) no-repeat 0 0;
}

.official a
{
	width:320px;
	height:38px;
	float:left;
	margin:-10px 150px 0 0px;
	text-indent:-9999px;
	font-size:0;
	line-height:100%;
	background:url(../images/main_logo_r.png) no-repeat 0 0;
}

.logo-l {
    float:left;
}

.logo-c {
    margin-left:auto;
    margin-right:auto;
    width:350px;
}

.headnavi{
	float:right;
	position:relative;
}
/* 上段 */
.headnavi ul{
	margin:0 0 6px;
}
.headnavi ul li{
	float:right;
}
.headnavi ul li a{
	display:block;
	text-indent:-9999px;
	font-size:0;
	line-height:100%;
	margin-left:20px;
}
.headnavi span a{
	float:right;
	font-weight:bold;
	position:absolute;
	bottom:10px;
	right:5px;
	text-decoration:none;
	font-weight:bold;
	text-decoration:none;
}

.nav-head{
    height:25px;
}

.nav-head-l{
    float:left;
    width:170px;
    height:25px;
    background-color:#3C1E87;
}

.nav-head-r{
    float:left;
    width:810px;
    height:25px;
    vertical-align:middle;
    color:#FFFFFF;
    font-size:10pt;
    background-color:#7059AB;
}

.nav-info{
    height:55px;
}

.nav-info-l{
    float:left;
    width:170px;
    height:55px;
    text-align:center;
    background-color:#9D9DE9;

    font-size:14pt;
    font-weight:bold;
    color:#10106E;

    line-height:55px;
    margin: 0 0 0 0;
    width: 170px;
    height: 55px;
    vertical-align: middle; /* 「vertical-align」を指定してもテキストは縦方向中央揃いにならない */
    text-align:center;
}

.nav-info-r{
    float:left;
    width:810px;
    height:55px;
    background-color:#E2E2FF;
}

.nav-info-rval{
    margin-top:3px;
    margin-left: 10px;
    margin-right: 10px;

    height:36px;

    font-size: medium;
    border: 1px solid #E2E2FF;
    background: #ffffff;
    padding: 5px;
    font-weight: bold;
}

.hn01 a,.hn02 a,.hn03 a{
	margin:5px 0 0;
}
.hn01 a{
	width:86px;
	height:13px;
	background-image:url(../images/head_n01.gif);
}
.hn02 a{
	width:86px;
	height:13px;
	background-image:url(../images/head_n02.gif);
}
.hn03 a{
	width:86px;
	height:13px;
	background-image:url(../images/head_n03.gif);
}
.hn01 a:hover,.hn02 a:hover,.hn03 a:hover{
	background-position:0 -13px;
}

input.hn04
{
    float:right;
}
    
a.hn04{
	width:87px;
	height:25px;
	background-image:url(../images/btn_english.gif);
}
a:hover.hn04{
	background-position:0 -25px;
}
a.hn04e{
	width:87px;
	height:25px;
	background-image:url(../images/btn_japanese.gif);
}
a:hover.hn04e{
	background-position:0 -25px;
}


/* 下段 */
.headnavi div{
	clear:both;
}
.headnavi div div{
	
}
.headnavi div form{
	width:210px;
	float:right;
}
.search_btn{
	width:67px;
	float:right;
}
.search_txt{
	margin:2px 0 0;
	float:left;
}
.headnavi div dl{
	width:147px;
	height:25px;
	float:right;
	margin:0 10px 0 0;
}
.headnavi div dl dt{
	width:60px;
	height:14px;
	float:left;
	text-indent:-9999px;
	font-size:0;
	margin:6px 0 0;
	line-height:100%;
	background:url(../images/fontsize.gif) no-repeat 0 0;
}
.headnavi div dl dd a{
	width:26px;
	height:25px;
	float:right;
	text-indent:-9999px;
	font-size:0;
	line-height:100%;
	background-repeat:no-repeat;
}
.headnavi div dl dd a:hover{
	background-position:0 -25px;
}
.size_s a{
	background-image:url(../images/btn_size_s.gif);
}
.size_m a{
	background-image:url(../images/btn_size_m.gif);
}
.size_l a{
	background-image:url(../images/btn_size_l.gif);
}

/* ==================================================
 ▼Navi
================================================== */
#navi{
	/*background-image:url(../images/global_bar.png);*/
	width:980px;
	height:24px;
	clear:both;
    background-color:#7059AB;
}
#navi p a{
	width:140px;
	height:48px;
	float:left;
	display:block;
	text-indent:-9999px;
	font-size:0;
	line-height:100%;
	background-repeat:no-repeat;
}
#navi p a:hover{
	background-position:0 -48px;
}
.n01 a{
	background-image:url(../images/navi01.gif);
}
.n02 a{
	background-image:url(../images/navi02.gif);
}
.n03 a{
	background-image:url(../images/navi03.gif);
}
.n04 a{
	background-image:url(../images/navi04.gif);
}
.n05 a{
	background-image:url(../images/navi05.gif);
}
.n06 a{
	background-image:url(../images/navi06.gif);
}
.n07 a{
	background-image:url(../images/navi07.gif);
}

/* ==================================================
 ▼Public
================================================== */
#public{
	clear:both;
	height:28px;
	padding:0 0 0 60px;
	background:url(../images/bg_public.gif) repeat-x 0 0;
	border-left:1px solid #cecece;
	border-right:1px solid #cecece;
}
#public p a{
	height:12px;
	float:left;
	display:block;
	text-indent:-9999px;
	font-size:0;
	margin-top:8px;
	line-height:100%;
	background-repeat:no-repeat;
}
#public p a:hover{
	background-position:0 -12px;
}
.p01 a{
	width:91px;
	background-image:url(../images/public01.gif);
}
.p02 a{
	width:78px;
	margin-left:93px;
	background-image:url(../images/public02.gif);
}
.p03 a{
	width:128px;
	margin-left:93px;
	background-image:url(../images/public03.gif);
}
.p04 a{
	width:90px;
	margin-left:93px;
	background-image:url(../images/public04.gif);
}
.p05 a{
	width:90px;
	margin-left:93px;
	background-image:url(../images/public05.gif);
}


/* ==================================================
 ▼MainImage
================================================== */
#main-img{
	margin:0 0 25px;
	clear:both;
}

/* ==================================================
 ▼Body
================================================== */
#body{
	margin:1px 0 0px;
}
.kome{
	font-size:0.8em;
	*font-size:0.6em;
	color:#f00;
	padding-left:3px;
}
/* ==================================================
 ▼Menu
================================================== */
#menu{
	width:210px;
	float:left;
}
/* 資料請求 */
.r_banner_cms a{
	font-size:0;
	line-height:100%;
	display:block;
	margin:0 0 10px;
	text-indent:-9999px;
	width:190px;
}

/* 左メニュー */
.title04{
	background:url(../images/bg_title05.gif) no-repeat 0 0;
	height:24px;
	margin:10px 0 5px;
	padding:8px 0 0 23px;
	font-weight:bold;
}
.title04 a{
	color:#fff;
	display:block;
	text-decoration:none;
}
.title04 a:hover{
	color:#e1ecff;
}
.title03{
	background:url(../images/bg_title03.gif) no-repeat 0 0;
	height:19px;
	height:auto;
	margin:10px 0 0;
	padding:13px 0 0 15px;
	font-weight:bold;
}
.title03 a{
	text-decoration:none;
	display:block;
	width:175px;
}
.title031{
	background:url(../images/bg_title031.gif) no-repeat 0 0;
	height:39px;
	height:auto;
	margin:10px 0 0;
	padding:13px 0 0 15px;
	font-weight:bold;
}
.title031 a{
	text-decoration:none;
	display:block;
	width:175px;
}

div.r_submenu
{
}

.r_submenu ul{
	padding-top:5px;
}
.r_submenu li{
	border-bottom:1px solid #e2e2e2;
	padding:3px 0;
	background-image:url(../images/icon04.gif);
	background-repeat:no-repeat;
	background-position:3px 8px;
}
.r_submenu li a{
	text-decoration:none;
	display:block;
	padding-left:13px;
}
.r_submenu li:hover{
	background-color:#e9f0f6;
}

.dep
{
    font-size:small;
    height:30px;
}

.fac
{
    font-size:small;
	text-decoration:none;
	margin:0px 0px 0px;
	padding:5px 0 5px 5px;
	font-weight:bold;
}

.dep a
{
	text-decoration:none;
	margin:15px 0px 0px;
	padding:0px 0 0 15px;
	font-weight:bold;
}

.fac a
{
	text-decoration:none;
}

.classL{
	font-size:1.2em;
	height:auto;
	background:url(../images/side_list_bar.png) no-repeat 0 0;
	margin:0px 0px 0px;
	padding:0px 0 5px 15px;
	font-weight:bold;
}

.classS{
	height:auto;
	text-decoration:none;
	margin:0px 0px 0px;
	padding:0px 0 2px 30px;
	font-weight:bold;
}

.classL a
{
    display:block;
    padding-top:3px;
	text-decoration:none;
}

.classS a
{
	text-decoration:none;
}

.workarea
{
	text-decoration:none;
	background:url(../images/side_list_bar3.png) no-repeat 0 0;
	height:auto;
	margin:15px 0 0;
	padding:0px 0 0 15px;
	font-weight:bold;
}

.workarea a
{
	text-decoration:none;
}

.word
{
	text-decoration:none;
	background:url(../images/side_list_bar2.png) no-repeat 0 0;
	height:auto;
	margin:15px 0 0;
	padding:0px 0 0 15px;
	font-weight:bold;
}

.news_list_input_text_side
{
	margin:5px 0px;
	padding:0px 0px;
	text-align:left;
}

.icon_si a{
	background:url(../images/campus_si.gif) no-repeat 156px 0;
	padding-right:38px;
}
.icon_ha a{
	background:url(../images/campus_ha.gif) no-repeat 156px 0;
	padding-right:38px;
}
.icon_siha a{
	background:url(../images/campus_siha.gif) no-repeat 156px 0;
	padding-right:38px;
}


/* ピックアップ */
.r_pickup{
	background:url(../images/r_pickup_bg.gif) repeat-y 0 0;
	margin-top:10px;
}
.r_pickup a{
	text-decoration:none;
}
.r_pickup dl{
	padding:15px 0 5px;
	background:url(../images/r_pickup_top.gif) no-repeat 0 0;
}
.r_pickup dl dt{
	border-bottom:1px solid #ccc;
	background:url(../images/icon03.gif) no-repeat 13px 0;
	padding:2px 0 10px 25px;
	margin:0 0 10px;
}
.r_pickup dl dd{
	width:164px;
	margin:0 13px;
	line-height:120%;
}
.r_pickup dl dd img{
	margin:0 0 5px;
}
.r_pickup_btm{
	margin:0 0 10px;
}
/* バナーエリア */
.banner{
	padding-top:15px;
}
.banner li{
	margin:0 0 3px;
}
.banner li a{
	width:190px;
	height:49px;
	background-repeat:no-repeat;
	display:block;
	text-indent:-9999px;
	font-size:0;
	line-height:100%;
}
.banner li a:hover{
	background-position:0 -49px;
}
.b01 a{
	background-image:url(../images/banner_lc.gif);
}
.b02 a{
	background-image:url(../images/banner_coe.gif);
}
.b03 a{
	background-image:url(../images/banner_sizudaisei.gif);
}
.b04 a{
	background-image:url(../images/banner_message.gif);
}
.b05 a{
	background-image:url(../images/banner_vision.gif);
}
.b06 a{
	background-image:url(../images/banner_jouhou.gif);
}
.b07 a{
	background-image:url(../images/banner_kouhou.gif);
}
.b08 a{
	background-image:url(../images/banner_shizuppy.gif);
}

/* テキストバナーエリア */
.text_banner{
	margin-top:10px;
}
.text_banner p a{
	margin:0 0 5px;
	padding:5px 5px 5px 25px;
	display:block;
	border:1px solid #cecece;
	background:url(../images/icon01.gif) no-repeat 10px 9px;
	text-decoration:none;
	line-height:110%;
}
.text_banner p a:hover{
	background:url(../images/icon02.gif) no-repeat 10px 9px;
	border:1px solid #b1c5d4;
	background-color:#e3f2fd;
}


/* ==================================================
 ▼Main
================================================== */
#main{
	width:770px;
	float:right;
}

#index_main{
	width:980px;
    margin-left:auto;
    margin-right:auto;
}

.base_main{
    background-color:#E2E2FF;
}

.base_main2{
    background-color:#7059AB;
}

.base_main1{
    background-color:#3C1E87;
}

.base_main3{
    background-color:#9D9DE9;
}

#union{
    padding-top:2em;
}

.topic-path{
    font-size:0.8em;
    line-height:25px;
    margin: 0 0 0 1em;
    width: 580px;
    height: 25px;
    vertical-align: middle; /* 「vertical-align」を指定してもテキストは縦方向中央揃いにならない */
}

.topic-path a{
    color:#EEEEEE;
}

h2{
	height:39px;
	margin:0 0 20px 0;
	padding:50px 0 0 15px;
	font-size:1.8em;
	font-weight:bold;
	line-height:100%;
	background:url(../images/bg_pagetitle.gif) no-repeat 0 0;
}
h3 .icon_si_l,h3 .icon_ha_l{
	background-position:635px 0;
	height:20px;
}
h3 .icon_siha_l{
	background-position:528px 0;
	height:20px;
}
.icon_si_l{
	background:url(../images/campus_si_l.gif) no-repeat 635px 4px;
	display:block;
	height:25px;
}
.icon_ha_l{
	background:url(../images/campus_ha_l.gif) no-repeat 635px 4px;
	display:block;
	height:25px;
}
.icon_siha_l{
	background:url(../images/campus_siha_l.gif) no-repeat 528px 4px;
	display:block;
	height:25px;
}
.title01{
	background:url(../images/bg_title01.gif) no-repeat 0 0;
	height:35px;
	padding:0 10px 1px 20px;
}
h3{
	font-size:1.2em;
	line-height:130%;
	float:left;
	font-weight:bold;
	height:29px;
	margin:6px 0 0;
}
/* 背景リンク共通CSS */
.link a{
	display:block;
	text-indent:-9999px;
	font-size:0;
	line-height:100%;
	background-repeat:no-repeat;
}
/* RSSボタン */
.btn_rss a{
	width:37px;
	height:14px;
	float:right;
	margin:11px 0 0 10px;
	background-image:url(../images/btn_rss.gif);
}
.btn_rss a:hover{
	background-position:0 -14px;
}
/* 一覧ボタン */
.btn_list_list a{
	width:61px;
	height:18px;
	float:right;
	margin:8px 0 0 0;
	background-image:url(../images/btn_list_list.gif);
}
.btn_list_list a:hover{
	background-position:0 -18px;
}
/* ニュース一覧ボタン */
.btn_list_new a{
	width:94px;
	height:18px;
	float:right;
	margin:8px 0 0 0;
	background-image:url(../images/btn_list_new.gif);
}
.btn_list_new a:hover{
	background-position:0 -18px;
}
/* イベントカレンダーボタン */
.btn_list_event a{
	width:86px;
	height:18px;
	float:right;
	margin:8px 0 0 6px;
	background-image:url(../images/btn_list_event.gif);
}
.btn_list_event a:hover{
	background-position:0 -18px;
}
/* イベントテキストボタン */
.btn_list_text a{
	width:97px;
	height:18px;
	float:right;
	margin:8px 0 0 0;
	background-image:url(../images/btn_list_text.gif);
}
.btn_list_text a:hover{
	background-position:0 -18px;
}

/* 個別情報 */
div.bread_last
{
    display:inline;
}

.indv_info table.profile{
	width:730px;
	margin:10px 0px;
}
.indv_info table.basic
{
    display:block;
	width:500px;
	margin:10px 0px;
}
.indv_info table.general{
    display:block;
	width:730px;
	margin:10px 0px;
}

.indv_info table tr{
	font-size:1.0em;
	text-align:left;
	vertical-align:top;
	font-weight:normal;
	white-space:normal;
	line-height:130%;
	padding:10px 5px 6px 0;
}
.indv_info table td{
	vertical-align:top;
	line-height:130%;
	padding:0 0 5px;
}
.indv_info table td.header{
	color:White;
	font-size:1.2em;
	vertical-align:middle;
	line-height:130%;
	padding: 0 5px;
	background-color:#7059AB;
}
.indv_info table td.body
{
    width:730px;
	vertical-align:top;
	line-height:150%;
	padding:5px 15px;
	border: 2px #808080 solid;
}
.indv_info table td.body_center{
	font-size:1.1em;
	vertical-align:middle;
	text-align:center;
	line-height:100%;
	padding:1em 0em 1em 0em;
	border: 2px #808080 solid;
}

.indv_info table td.summery{
	text-align:right;
	vertical-align:top;
	line-height:100%;
}

/* JAIST */
.index_area_result{
    word-wrap:break-word;
    word-break:normal;
}

div.indv_item_count{
    float:right;
    text-align:right;
}

span.indv_item_count {
}

span.result-name
{
    font-size:small;
}

.indv_head{
    width:210px;
    height:25px;
}

.indv_info_l{
    width:210px;
    height:55px;
}

#indv_side_profile div.data_area{
    padding-left:15px;
}

#indv_side_profile div.data_area span{
}

#indv_side_profile a{
    text-decoration:underline;
}

.indv_side_title{
    width:170px;
    margin:5px auto;
    padding:5px 10px;
    display:block;
    font-weight:bold;
    border-width:1px;
    border-color:#FFFFFF;
    border-style:solid;

    text-align:center;
}

.indv_side_title span{
    display:block;
    text-align:left;
}

#indv_side_profile_url a{
    display:block;
}

#indv_main_header{
    text-align:right;
    width:700px;
}

.indv_info_val{
    float:left;
    background-color:#9D9DE9;

    font-size:14pt;
    font-weight:bold;
    color:#10106E;

    line-height:55px;
    margin: 0 0 0 0;
    width: 210px;
    height: 55px;
    vertical-align: middle; /* 「vertical-align」を指定してもテキストは縦方向中央揃いにならない */
    text-align:center;
}

.indv_info_rval{
    margin-top:3px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom:3px;

    height:36px;

    border: 1px solid #E2E2FF;
    background: #ffffff;
    padding: 5px;
}

.indv_info_rval_main{
    font-size:12pt;
    font-weight:bold;
}

.indv_info_rval_sub{
    font-size:8pt;
}

.indv_info h4.indv_group{
    border-bottom: 1px dotted #10106E;
    margin-top:10px;
    padding-top:5px;
}

.indv_info div.data_area {
}

.indv_info div.header0 {
    width: 720px;
    color: #002A80;
    font-size: 1.0em;
}

.indv_info div.header{
    width:720px;

    color:#002A80;
	font-size:1.0em;
    padding-top:1em;
}

.indv_info div.body
{
    width:720px;
}

.indv_info div.summery{
    width:720px;
	text-align:right;
}
/* END OF JAIST*/

.indv_print
{
    float:right;
    width:170px;
}

.tbl_elem
{
    width:730px;
    padding:0px 0px 5px 0px;
}

.shortcut
{
	padding:0px 60px 0px 135px;
	font-size:1.1em;
}

span.news_list_input_text
{
    font-family:Courier;
}

div.item_area {
    border: solid 1px #cccccc;
    padding: 6px 2px;
}

img.kenkyu {
    height 150px;
    display: block;
    margin: 5px 5px;
    max-width: 200px;
    behavior: expression( (function( el ) {
			    el.style.width = el.clientWidth > 200 ? '200px' : 'auto';
			    el.runtimeStyle.behavior = 'none';
	    })( this ));
}

img.image-profile{
    max-height:135px;
    behavior: expression( (function( el ) {
			    el.style.height = el.clientHeight > 135 ? '135px' : 'auto';
			    el.runtimeStyle.behavior = 'none';
	    })( this ));
}

img.image-profile-l{
    width:110px;
    display:block;
    margin: 5px auto;

    max-height:140px;
    behavior: expression( (function( el ) {
			    el.style.height = el.clientHeight > 140 ? '140px' : 'auto';
			    el.runtimeStyle.behavior = 'none';
	    })( this ));
}


/* 新着テーブルver */
.news_list table{
	width:100%;
}
.news_list table th{
	text-align:left;
	font-weight:normal;
	vertical-align:top;
	white-space:nowrap;
	line-height:130%;
	width:50px;
	padding:0 5px 6px 0;
}
.news_list table td{
	vertical-align:top;
	line-height:130%;
	padding:0 0 6px;
}
.news_list table td a{
	background:url(../images/icon01.gif) no-repeat 0 3px;
	padding:0 0 0 15px;
	display:block;
}
.news_list table td a:hover{
	background:url(../images/icon02.gif) no-repeat 0 3px;
}
.news_td01{
	width:86px;
}

/* 新着共通 */
div.news{
overflow-x: hidden;
overflow-y: hidden;
height: auto;
}
div.news_unlimited{
overflow-x: hidden;
overflow-y: hidden;
}
.news,.news02
{
	border:1px solid #cecece;
	padding:10px;
	margin:0 0 20px;
}
.news dt{
	clear:both;
	float:left;
	min-height:100%;
}
.news dd{
	margin:0 0 5px;
	width:560px;
	min-width:740px;
}
.news dd a,.news02 dd a{
	background:url(../images/icon01.gif) no-repeat 0 4px;
	padding:0 0 0 15px;
}
.news dd a:hover,.news02 dd a:hover{
	background:url(../images/icon02.gif) no-repeat 0 4px;
}
/* 新着アイコンなしver. */

.news02 dl {
	line-height:170%;
}
.news02 dt{
	clear:both;
	float:left;
	margin-right:10px;
	min-height:100%;
}
.news02 dd{
	margin:0 0 5px;
	width:630px;
	min-width:750px;
}

.newsico{
	color:#fff;
	font-size:10px;
	*font-size:0.6em;
	padding:3px 2px 2px;
	margin:0 7px;
	line-height:100%;
	width:72px;
	text-align:center;
	display:inline-block;
}
.green{
	background:url(../images/icon_bg_green.gif);
}
.blue{
	background:url(../images/icon_bg_blue.gif);
}
.pink{
	background:url(../images/icon_bg_pink.gif);
}
.orange{
	background:url(../images/icon_bg_orange.gif);
}
.red{
	background:url(../images/icon_bg_red.gif);
}
.sky{
	background:url(../images/icon_bg_sky.gif);
}
.emerald{
	background:url(../images/icon_bg_emerald.gif);
}
.yellow{
	background:url(../images/icon_bg_yellow.gif);
}
.leaf{
	background:url(../images/icon_bg_leaf.gif);
}
.salmon{
	background:url(../images/icon_bg_salmon.gif);
}
.purple{
	background:url(../images/icon_bg_purple.gif);
}
.gold{
	background:url(../images/icon_bg_gold.gif);
}
.brown{
	background:url(../images/icon_bg_brown.gif);
}

/* 下位ページインデックス */
.index_area{
	margin:0 5px 35px;
	word-break:break-all;
}

.index_area_default div {
    width: 970px;
}


.index_area div{
	width:730px;
}

.ia_l{
	float:left;
}
.ia_r{
	float:right;
}
.dl_reader{
	clear:both;
	padding:10px 15px;
	margin:0 5px;
	display:block;
	border:2px solid #f7dfda;
	background-color:#ffefec;
}
.dl_reader a{
	text-decoration:none;
}
.dl_reader span{
	vertical-align:text-top;
	padding-left:10px;
	font-size:0.85em;
	background:url(../images/icon04.gif) no-repeat 4px 8px;
}
.dl_reader img{
	margin-top:7px;
}
.index_area div ul{
    padding-left:20px;
}
.index_area div ul li{
    list-style:circle;
}
.index_area div ul li a{
}
.index_area div ul li a:hover{
}

div.index_area_caption{
    margin-bottom:5px;
}

#union ul{
    padding-left:20px;
}

#union ul li{
    list-style:circle;
}

.news_list_elem span a{
	text-decoration:none;
	display:inline-block;
	padding:0 0 0 15px;
	margin:0 5px;
	background:url(../images/icon01.gif) no-repeat 0 4px;
}
.news_list_elem span a:hover{
	background-image:url(../images/icon02.gif);
}

span.news_list_elem_dep a{
	font-size:1.2em;
	font-weight:bold;
	text-decoration:none;
	background:url(../images/profile_link_a.png) no-repeat 5px center;
	padding:10px 0 10px 15px;
	margin:20px 0 5px;
}

span.news_list_elem_dep_ind a {
font-size: 1.2em;
font-weight: bold;
text-decoration: none;
background: url(../images/profile_link_a.png) no-repeat 5px center;
padding: 0px 0 0px 15px;
margin: 5px 0 5px;
}

div.news_list_elem_dep_ind{
	padding:10px 0 10px 0px;
	margin:20px 0 5px;
}

.news_list_elem_dep a:hover{
	background:url(../images/profile_link_o.png) no-repeat 5px center;
}

.news_list_elem_fac{
    display:block;
}

.news_list_elem_fac_sub {
	display: block;
	padding-left:1em;
}

.news_list_elem_pres{
    display:block;
}

.icon_pdf{
	padding-left:22px;
	background:url(../images/icon_pdf.gif) no-repeat 5px 0;
	line-height:160%;
	display:inline-block;
	font-size:0.8em;
	height:16px;
}
.icon_doc{
	padding-left:22px;
	background:url(../images/icon_doc.gif) no-repeat 5px 0;
	line-height:160%;
	display:inline-block;
	font-size:0.8em;
	height:16px;
}
.icon_xls{
	padding-left:22px;
	background:url(../images/icon_xls.gif) no-repeat 5px 0;
	line-height:160%;
	display:inline-block;
	font-size:0.8em;
	height:16px;
}
.icon_map{
	padding-left:22px;
	background:url(../images/icon_google.gif) no-repeat 5px 0;
	line-height:160%;
	display:inline-block;
	font-size:0.8em;
	height:16px;
}
.icon_lnk{
	padding-left:22px;
	background:url(../images/icon_link.gif) no-repeat 5px 0;
	line-height:160%;
	display:inline-block;
	font-size:0.8em;
	height:16px;
}
.icon_lnk02 a{
	padding-left:18px;
	background:url(../images/icon01.gif) no-repeat 4px center;
	height:16px;
}
.icon_lnk02 a:hover{
	background:url(../images/icon02.gif) no-repeat 4px center;
}
.icon_zoom{
	padding-left:22px;
	font-size:0.85em;
	vertical-align:text-bottom;
	background:url(../images/icon_zoom.gif) no-repeat 5px 0;
	height:16px;
}
h4.profile_link{
	font-size:1.4em;
	margin:20px 0 5px;

	padding:0px 0px 0px 5px;
	background-repeat:no-repeat;
	background-position:0px 0em;
}

h4{
	padding:25px 5px 0;
	font-size:1.2em;
	margin:20px 0 5px;
}

h5{
	padding:10px 0;
	margin:5px 0 5px;
	font-size:1.2em;
    border-bottom: 1px dotted #10106E;
}
h5 a{
	text-decoration:none;
	background:url(../images/profile_link_a.png) no-repeat 5px center;
	display:block;
	padding:0 0 0 15px;
}
h5 a:over{
	background:url(../images/profile_link_o.png) no-repeat 5px center;
}

h6 {
	font-size: 1em;
}

.index_area div p{
	margin:10px 5px 5px;
	padding:7px 0 0;
	border-top:1px dotted #cecece;
}
/* キャンパスアイコンがある場合 */
.ia_si{
	background:url(../images/campus_si.gif) no-repeat 307px 7px;
}
.ia_ha{
	background:url(../images/campus_ha.gif) no-repeat 307px 7px;
}
.ia_siha{
	background:url(../images/campus_siha.gif) no-repeat 307px 7px;
}

/* フッターお問合せ */
.footerinfo{
	clear:both;
}
.footerinfo dl{
	width:373px;
	border:1px solid #bcbcbc;
}
.fi_l{
	float:left;
}
.fi_r{
	float:right;
}
.footerinfo dl dt{
	background-color:#eee;
	font-weight:bold;
	padding:10px;
}
.footerinfo dl dd{
	padding:10px 10px 0;
}
.footerinfo dl dd a{
	width:240px;
	height:31px;
	margin:0 auto 10px;
}
.fi_l dd a{
	background-image:url(../images/btn_f_inquiry.gif);
}
.fi_r dd a{
	background-image:url(../images/btn_f_voice.gif);
}
.footerinfo dl dd a:hover{
	background-position:0 -31px;
}
.java_txt{
	clear:both;
	padding:10px 0 0;
}

.pagerStyle
{
    font-family:  sans-serif; 
    text-decoration: none;
}

.pagerStyleNumeric
{
    margin: 0 5px;
}

a.pagerStyleNumeric
{
    text-decoration: none;
}

a:hover.pagerStyleNumeric
{
    color:Black;
}


/* ==================================================
 ▼FooterNavi
================================================== */
#footnavi{
	font-size:12px;
	clear:both;
	margin:0 0 0px;
	background:url(../images/bg_footnavi.gif) repeat-x 0 6px;
}
#footnavi div{
	width:980px;
	height:54px;
	margin:0 auto;
}
#footnavi div span a.pagetop{
	width:126px;
	height:27px;
	float:right;
	display:block;
	text-indent:-9999px;
	font-size:0;
	line-height:100%;
	text-decoration:none;
	background:url(../images/btn_gotop.gif) no-repeat;
}
#footnavi div span a.pagetope{
	width:126px;
	height:27px;
	float:right;
	display:block;
	text-indent:-9999px;
	font-size:0;
	line-height:100%;
	text-decoration:none;
	background:url(../images/btn_gotope.gif) no-repeat;
}
#footnavi div span a:hover{
	background-position:0 -27px;
}
#footnavi div p a{
	display:block;
	padding:0 10px 0 23px;
	margin:22px 0 0;
	border-left:1px solid #fff;
	border-right:1px solid #ccc;
	float:left;
	color:#000;
	text-decoration:none;
	background:url(../images/icon01.gif) no-repeat 10px 5px;
}
#footnavi div p a:hover{
	color:#footnavi;
	background:url(../images/icon02.gif) no-repeat 10px 5px;
}

/* ==================================================
 ▼Right
================================================== */
.ch_si a,.ch_ha a{
	width:190px;
	height:21px;
	display:block;
	text-indent:-9999px;
	background-repeat:no-repeat;
	font-size:0;
	line-height:100%;
}
.ch_si a:hover,.ch_ha a:hover{
	background-position:0 -21px;
}
.ch_si a{
	background-image:url(../images/campus_hanrei_si.gif);
}
.ch_ha a{
	background-image:url(../images/campus_hanrei_ha.gif);
}


/* ==================================================
 ▼Footer
================================================== */
#foot{
	clear:both;
	margin:0 auto;
	width:980px;
}
#foot address{
	font-style:normal;
	font-weight:bold;
}
.fl{
	width:50%;
	float:left;
}
.fr{
	width:40%;
	float:right;
	padding-top:3px;
	padding-right:5px;
}
.fr p{
	float:right;
	padding:0 0 8px;
}
.fr p a{
	text-decoration:none;
	color:#555;
	padding:0 0 0 25px;
	line-height:100%;
	background:url(../images/icon01.gif) no-repeat 10px 3px;
}
.fr p a:hover{
	background:url(../images/icon02.gif) no-repeat 10px 3px;
}
.fr address{
	clear:both;
	width:350px;
	height:19px;
	font-size:smaller;
	line-height:100%;
	margin:0 0 20px auto;
}
.subtitleBox h4 {
	font-size: 13px;
	background-image: url(../images/icon08.gif);
	background-repeat: no-repeat;
	background-position: 2px 4px;
	margin: 0px;
	padding: 0px 0px 8px 20px;
}
