@charset "UTF-8";

/***************************************************************/
/*                              wrapper                   */
/***************************************************************/
#wrapper {
  width: 958px;
  overflow: visible;
  margin: 0 auto;
	text-align: left;
	background-color: #FFFFFF;
}

/***************************************************************/
/*                              main_contents                   */
/***************************************************************/
#mainContents {
  width: 958px;
  margin: 0 auto;
	position: absolute;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	background:url("../images/side_bg.jpg") repeat-y top left;
	background-color: #FFFFFF;
}

/***************************************************************/
/*                           navigation menu                   */
/***************************************************************/
#global_navi{
	width: 958px;
	height: 20px;
	padding-top: 2px;
	background-color: #000000;
	color: #FFFFFF;
	text-align: center;
}

#global_navi ul{
	text-align: center;
}
#global_navi li{
	display: inline;
	border-right: 1px solid #FFFFFF;
	/*padding: 0px 25px;*/
	padding: 0px 17px; /* 20130111 学士入学ほか追加で調整 */
}
#global_navi li.b_left{
	border-left: 1px solid #FFFFFF;
}
#global_navi li a{
	color: #FFFFFF;
}
#global_navi li a:hover{
	color: #ffcc66;
	text-decoration: none;
}


#navi ul{
	width: 958px;
	height: 34px;
	background:url("../images/top_menu_bg.jpg") repeat-x top left;
	display: block;
	position: relative;
}
#navi li{
	display: inline;
}
#navi li a{
	display: block;
	height: 34px;
	float: left;
	text-indent: -9999px;
}

#navi li.navi01 a{
	width: 191px;
	background:url("../images/top_menu01.jpg") no-repeat top left;
	position: absolute;
	left: 50px;
}
#navi li.navi02 a{
	width: 189px;
	background:url("../images/top_menu02.jpg") no-repeat top left;
	margin-right: 108px;
	position: absolute;
	left: 345px;
}
#navi li.navi03 a{
	width: 257px;
	background:url("../images/top_menu03.jpg") no-repeat top left;
	position: absolute;
	left: 643px;
}


#navi li a:hover{
	background-position: 0 -34px;
}
#navi li.selected a{
	background-position: 0 -34px;
}

/*******************************************************/
/*                       その他枠                    */
/*****************************************************/
/* 左カラム全体 */
#contentLeft{
	width:242px;
	float: left;
}
/* 左カラムリンク全体囲う枠 */
.btm_link{
	margin: 0 0 20px 23px;
}
.btm_link p{
	margin: 0 0 0 0;
}
/* float全体を囲う枠 */
.float_block{
	margin-bottom: 35px;
}
/* メインビジュアル */
#main_visual h1{
  width: 958px;
	height: 105px;
	position: relative;
	font-size: 12px;
	/*HideMacIE¥*/
	overflow: hidden;
}
#main_visual h1 span{
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
/* 右カラム内コンテンツ枠 */
div.main_txt{
	text-align: left;
	margin-top: 20px;
}


/*******************************************************/
/*                     h2 / h3 / h4                   */
/*****************************************************/
h2{
	margin: 0 0 20px 0;
	color: #002855;
	font-size: 18px;
	font-weight: bold;
}
h3{
	color: #002855;
	font-size: 16px;
	margin: 0 0 8px 0;
	font-weight: bold;
}
h4{
	color: #002855;
	font-size: 12px;
	margin: 0 0 5px 0;
	font-weight: bold;
}
h2.image_h2{
  width: 670px;
	height: 42px;
	position: relative;
	font-size: 12px;
	/*HideMacIE¥*/
	overflow: hidden;
	margin-bottom: 20px;
}
h2.image_h2 span{
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
h2.link_heading a{
	font-weight: bold;
	color: #012754;
}
h2.link_heading a:hover{
	color: #0066CC;
	text-decoration: none;
}
/* icon付き画像 */
.icon_head{
	min-height:12px;
	height:auto !important;
	height:12px;
	padding: 0 0 4px 21px;
	margin-top: 0!important;
	background:url("../images/icon05.gif") no-repeat 0 3px;
	margin-bottom: 5px;
}

/* left link */
p.link_btn a{
	display: block;
	width: 164px;
	height: 22px;
	background:url("../images/side_link_bk01.gif") no-repeat 0 -25px;
	margin: 20px 0 0 0;
	color: #FFFFFF;
	padding: 3px 0 0 33px;
}
p.link_btn a:hover{
	color: #FFFFFF;
	text-decoration: none;
	background-position: top left;
}

.link_area01 {
	border-right: solid 1px #999999;
	border-bottom: solid 1px #999999;
	line-height: 1.2em;
	margin-top: 20px;
	margin-bottom : 20px;
}
.link_area01 ul{
	background-color: #f9f9f9;
}

.link_area01 li a{
	display: block;
	width: 183px;
	height: auto;
	padding: 5px 0 5px 35px;
	color: #002855;
	border-top: solid 1px #dddddd;
}
.link_area01 li.list_link_indent a{
	width: 171px;
	padding: 5px 0 5px 47px;
}
.link_area01_w214 a{
	width: 178px;
}
.link_area01 li a:hover{
	color: #0068b5;
	text-decoration: none;
	background-color: #fffdda;
	background-image:url("../../common/images/cur01.gif");
	background-repeat : no-repeat;
	background-position : 12px 9px;
}
.link_area01 li{
	background:url("../../common/images/cur01.gif") no-repeat 12px 10px;
}
.link_area01 li.list_link_indent a:hover{
	background-position : 24px 9px;
}
.link_area01 li.list_link_indent{
	background-position: 24px 10px;
}
.link_area01 p{
	width: 193px;
	height: 15px;
	padding: 5px 0 5px 25px;
	color: #FFFFFF;
	background:url("../../common/images/content_bg02.gif") no-repeat center left ;
}
.link_area01 div.text {
	padding : 5px;
	line-height : 1.5em;
}
/* 外部リンクの場合(<ul>や<p>に付与) */
.li_link_out a:hover{
	background-image:url("../../common/images/icon03.gif")!important;
	background-position: 15px 7px!important;
}
.li_link_out li{
	background-image:url("../../common/images/icon03.gif")!important;
	background-position: 15px 8px!important;
}
/* 外部リンクの場合（<li>に付与ver.） */
li.li_link_out{
	background-image:url("../../common/images/icon03.gif")!important;
	background-position: 15px 8px!important;
}
/* 外部リンクの場合（<li>に付与ver. 本文中） */
li.li_link_out2{
	background-image:url("../../common/images/icon03.gif")!important;
	background-position: 0 0!important;
	padding-left: 18px!important;
}
/* pdfリンクの場合（<li>に付与ver.） */
li.li_link_pdf {
	background-image:url("../../common/images/icon04.gif")!important;
	background-position: 15px 5px!important;
}
li.li_link_pdf a:hover{
	background-image:url("../../common/images/icon04.gif");
	background-position: 15px 4px;
}
/* pdfリンクの場合（<li>に付与ver.2 本文中） */
li.li_link_pdf2 {
	padding-left: 18px!important;
	background-image:url("../../common/images/icon04.gif")!important;
	background-position: 0 0!important;
}

.link_area02 {
	border-right: solid 1px #999999;
	border-bottom: solid 1px #999999;
	line-height: 1.2em;
	margin-top: 20px;
	margin-bottom : 20px;
	background-color: #f9f9f9;

}
.link_area02 ul{
	background-color: #f9f9f9;
}

.link_area02 a{
	display: block;
	width: 183px;
	height: auto;
	padding: 5px 0 5px 35px;
	color: #002855;
	border-top: solid 1px #dddddd;
}
.link_area02 a:hover{
	color: #0068b5;
	text-decoration: none;
	background-color: #fffdda;
	background-image:url("../../common/images/cur01.gif");
	background-repeat : no-repeat;
	background-position : 12px 9px;
}
.link_area02 li{
	background:url("../../common/images/cur01.gif") no-repeat 12px 10px;
}
.link_area02 p{
	width: 193px;
	height: 15px;
	padding: 5px 0 5px 25px;
	color: #FFFFFF;
	background:url("../../common/images/content_bg.gif") no-repeat center left ;
}
.link_area03{
	width: 209px;
	background-color: #CCCCCC;
	padding: 5px;
	margin-top: 20px;
	color: #333333;
}
/* prospectusの場合 */
li.prospectus img{
	vertical-align: top;
	margin-right: 18px;
}
li.prospectus{
	background-position : 93px 10px;
}
li.prospectus a{
	width: 198px;
	background-position : 93px 10px;
	padding: 5px 0 5px 20px;
}
li.prospectus a:hover{
	background-position : 93px 9px;
}

.bnr_area01{
	margin-top: 20px;
}
.bnr_area01 p{
	width: 208px;
	margin-top: 5px;
}
.bnr_area01 a{
	width: 208px;
	height: auto;
	display: block;
	margin: 0 0;
	padding: 0 0;
}
.bnr_area01 span a:hover{
  filter: alpha(opacity=65);
  -moz-opacity:0.65;
  opacity:0.65;
}
/* link_arrow */
p.link_arrow{
	background:url("../images/icon02.gif") no-repeat 0 2px;
  padding-left: 17px;
	text-indent: -0.1em;
	margin: 0 0 8px 0;
	min-height: 11px;
	height: auto !important;
	height: 11px;
}
/* right_link */
p.right_link{
	background:url("../images/cur03.gif") no-repeat 0 6px;
  padding-left:1em;
	margin-top: 10px;
}
ul.ul_right_link {
	margin-bottom: 12px;
}
ul.ul_right_link li{
	display: list-item;
	background: url("../images/cur03.gif") no-repeat 0 4px;
  padding-left: 1em;
	margin-bottom: 10px;
}
/* right_link(li) */
li.li_right_link{
	display: list-item;
	background: url("../images/cur03.gif") no-repeat 0 4px;
  padding-left: 1em;
	margin-bottom: 10px;
}
.icon_none {
	margin-bottom: 12px;
}
.icon_none{
	display: list-item;
	background-image: none!important;
  padding-left: 0;
	margin-top: 5px;
}
p.right_link_out{
	min-height:18px;
	height:auto !important;
	height:18px;
	background:url("../images/icon03.gif") no-repeat 0 4px;
  padding-left:20px;
	margin-top: 10px;
}
ul.ul_right_link_out {
	margin-bottom: 12px;
}
ul.ul_right_link_out li{
	display: block;
	min-height: 18px;
	height: auto !important;
	height: 18px;
	background: url("../images/icon03.gif") no-repeat 0 2px;
  padding-left: 20px;
	margin-top: 10px;
}
p.right_link_pdf{
	min-height:20px;
	height:auto !important;
	height:20px;
	background:url("../images/icon04.gif") no-repeat 0 4px;
  padding-left:20px;
	text-indent: 0!important;
	line-height: 2.0em;
}
ul.right_link_pdf{
	min-height:20px;
	height:auto !important;
	height:20px;
	background:url("../images/icon04.gif") no-repeat 0 4px;
  padding-left:20px;
}
ul.ul_right_link_pdf{
	margin-bottom: 12px;
	line-height: 6px!important;
}
ul.ul_right_link_pdf li{
	display: block;
	min-height:16px;
	height:auto !important;
	height:16px;
	background:url("../images/icon04.gif") no-repeat 0 0;
  padding: 0 0 0 20px;
	overflow: hidden;
}

/* リンク 画像アルファ */
.link_alpha a:hover{
	 filter: alpha(opacity=65);
  -moz-opacity:0.65;
  opacity:0.65;
}
/* 枠線 */
.bd_999{
	width: 668px;
	_width: 670px;
	padding-bottom: 20px;
	height: auto;
	border: 1px solid #999999;
}
.bd_999_02{
	width: 668px;
	_width: 670px;
	padding: 20px 0;
	height: auto;
	border: 1px solid #999999;
	border-top: none;
}

/* imgのfloat(回り込み用) */
.img_txt_l{
	float: left;
	margin: 0 28px 20px 0;
}
.img_txt_r{
	float: right;
	margin: 0 0 20px 28px;
}
/* インデント */
.indent{
	margin-left: 20px;
}

/* imgのfloat */
img.img_float_l{
	float: left;
	margin-right:10px;
}
img.img_float_r{
	float: right;
	margin-left:10px;
}

/* pインデント */
div.article_indent p{
  text-indent: 1em;
}

/* table（役職・歴代学部長・研究科長で使用） */
div.table_type01 table{
	color: #333333;
	border-top: 1px solid #7FBEFF;
	border-left: 1px solid #7FBEFF;
}
div.table_type01 td, th{
	padding: 5px;
	border-right: 1px solid #7FBEFF;
	border-bottom: 1px solid #7FBEFF;
}
div.table_type01 td.col2{
	width: 320px;
}
div.table_type01 .left_column{
	background-color: #C1DFFD;
	vertical-align: top;
}
div.table_type01 th{
	background-color: #C1DFFD;
	text-align: center;
	white-space: nowrap;
}
div.table_type01 td.row1 {
	width: 130px;
  background-color: #FFFFFF;
}
div.table_type01 td.row2 {
  background-color: #E0F0FF;
}
div.table_type01 tr.row1 {
  background-color: #FFFFFF;
}
div.table_type01 tr.row2 {
  background-color: #F0FFFF;
}

