@charset "UTF-8";

/*****************************
	common.css
	大学院ページ　共通設定
*****************************/

/*  外枠
-------------------------- */
#wrapper{
	width:100%;
	margin:0 auto;
}

/*  ヘッダー
-------------------------- */
#header{
	width:100%;
	height:68px;
	border-top: 3px solid #0065B0;
}
#header .line{
	position:relative;
	width:950px;
	margin:0 auto;
	padding:3px 0 0 0;
}
#header h1 a{
	position: absolute;
    left: 0;
    top: 3px;
    display: block;
    background: url(../../img/graduateSchool/head/logo.gif) 0 50% no-repeat;
    padding: 24px 0;
    width: 405px;
    text-indent: -9999px;
}
#header #headInnerMenu .line{
	position:relative;
	width: 533px;
	margin:0 auto;
	padding: 8px 0;
}
#header #headInnerMenu{
	position:absolute;
	top:14px;
	right:0;
}
#header #headInnerMenu ul:after{
	display:block;
	clear:both;
	height:1px;
	margin-top:-1px;
	content:"";
}
#header #headInnerMenu li{
	float:left;
	padding: 0 5px 0 0;
}
#header #headInnerMenu li a{
	display:block;
	text-indent:-9999px;
	height:22px;
}
#header #headInnerMenu li#index a{
	background:url(../../img/graduateSchool/head/home.png) 0 0 no-repeat;
	width:84px;
}
#header #headInnerMenu li#index a:hover{
	background:url(../../img/graduateSchool/head/home.png) 0 -22px no-repeat;
}
#header #headInnerMenu li#headHome a{
	background:url(../../img/graduateSchool/head/cu_home.png) 0 0 no-repeat;
	width:84px;
}
#header #headInnerMenu li#headHome a:hover{
	background:url(../../img/graduateSchool/head/cu_home.png) 0 -22px no-repeat;
}
#header #headInnerMenu li#innerMenuStudent a{
	background:url(../../img/graduateSchool/head/student.png) no-repeat left top;
	width:140px;
}
#header #headInnerMenu li#innerMenuStudent a:hover{
	background:url(../../img/graduateSchool/head/student.png) no-repeat left -22px;
}
#header #headInnerMenu li#innerMenuContact a{
	background:url(../../img/graduateSchool/head/contact.png) 0 0 no-repeat;
	width:80px;
}
#header #headInnerMenu li#innerMenuContact a:hover{
	background:url(../../img/graduateSchool/head/contact.png) 0 -22px no-repeat;
}
#header #headInnerMenu #headSearch{
	position:absolute;
	top:6px;
	right:0;
}
#header #headInnerMenu #headSearch input[type="text"]{
	width:157px;
	height:22px;
}

/*  メニュー
-------------------------- */
#headMenu{
	background:url(../../img/head/menu/menuBack.png);
	width:100%;
	height:44px;
}
#headMenu .line{
	width:950px;
	height:44px;
	margin:0 auto;
}
#headMenu ul:after{
	display:block;
	clear:both;
	height:1px;
	margin-top:-1px;
	content:"";
}
#headMenu li{
	float:left;
	position: relative;
	background:url(../../img/head/menu/menuBack.png);
}
#headMenu li .menu_link{
	display: block;
	height: 44px;
	color: #666;
	text-decoration: none;
	font-size: 16px;
	text-align: center;
	line-height: 43px;
	box-sizing: border-box;
	position: relative;
	cursor: pointer;
	background: url(../../img/head/menu/sankaku.png) right 4px bottom 7px no-repeat;
	width: 190px;
}
#headMenu li .menu_link:before{
	content: "";
	width: 2px;
	height: 40px;
	background: linear-gradient(to right,#ccc 0%,#ccc 50%,#fff 50%,#fff 100%);
	position: absolute;
	left: 0;
	top: 1px;
}
#headMenu li:last-child .menu_link:after{
	content: "";
	width: 2px;
	height: 40px;
	border-right: solid 1px #ccc;
	position: absolute;
	right: 0;
	top: 1px;
}
#headMenu li .menu_link:hover{
	color: #fff;
	background: #255D8A url(../../img/head/menu/sankaku_hover.png) right 4px bottom 7px no-repeat;
}
#headMenu li .menu_link:hover:before,
#headMenu li .menu_link:hover:after{
	content: none;
}

/*  フッター
-------------------------- */
#footer{
	width:100%;
}
#footer #footContents{
	background:#ffffff;
	border-top: 1px solid #CECECE;
	border-bottom: 1px solid #CECECE;
	width:100%;
	height:130px;
}
#footer .line{
	width:950px;
	margin:0 auto;
	overflow: hidden;
}
#footer #footContents .line:after{
	display:block;
	clear:both;
	height:1px;
	margin-top:-1px;
	content:"";
}
#footer #footContents #footLeft{
	float:left;
	width:200px;
}
#footer #footContents #footLeft #footInfo {
	margin: 0 0 0 5px;
	padding: 16px 0 0 0;
}
#footer #footContents #footLeft #footInfo div{
	width: 228px;
	margin: 0 auto;
}
#footer #footContents #footLeft #footLogo a{
	width: 228px;
	display:block;
	background:url(../../img/graduateSchool/foot/f_logo.png) 50% 50% no-repeat;
	margin:0 auto 10px auto;
	padding: 17px 0;
	text-indent:-9999px;
}
#footer #footContents #footLeft #footContact a{
	display:block;
	background:url(../../img/graduateSchool/foot/f_contact.png) 0 0;
	width: 160px;
    height: 30px;
	margin:5px auto 0 auto;
	text-indent:-9999px;
}
#footer #footContents #footLeft #footContact a:hover{
	background:url(../../img/graduateSchool/foot/f_contact.png) 0 -30px;
}
#footer #footContents #footLeft p{
	width:150px;
	margin:0 auto;
	color:#999;
	font-size:0.8em;
	text-align:left;
}
#footer #footContents #footLeft ul{
	width:180px;
	margin:5px auto 0 auto;
}
#footer #footContents #footLeft ul:after{
	display:block;
	clear:both;
	height:1px;
	margin-top:-1px;
	content:"";
}
#footer #footContents #footLeft li{
	float:left;
	background:url(../../img/graduateSchool/foot/icon.gif) 3px 3px no-repeat;
	margin:0 5px 0 0;
	padding:0 0 0 10px;
	font-size:10px;
}
#footer #footContents #footLeft li a{
	color:#0066B5;
	text-decoration:none;
}
#footer #footContents #footLeft li a:hover{
	color:#999;
}
#footer #footContents #footAddress{
	float:left;
	padding: 35px 0 0 57px;
}
#footer #footContents #footAddress p{
	text-align:left;
	color:#333333;
	font-size:13px;
	letter-spacing:0.2px;
}
#footer #footContents #footRight{
	float:right;
	margin: 35px 0 0 0;
	padding:10px 0;
}
#footer #footContents #footRight ul li{
	float:left;
	margin:0 0 0 10px;
	border:1px solid #0066B5;
	letter-spacing: 0.5px;
}
#footer #footContents #footRight ul li a{
	display: block;
	background:url(../../img/graduateSchool/foot/icon.gif) 12% 50% no-repeat;
	padding: 8px 15px 8px 24px;
	text-decoration:none;
	color:#0066B5;
}
#footer #footContents #footRight ul li a:hover{
	background:#0066B5 url(../../img/graduateSchool/foot/icon_white.gif) 12% 50% no-repeat;
	color:#ffffff;
}
/* コンテンツとコピーライトの間のところ */
#footer #footSub{
	position:relative;
	padding:2px 0 5px 0;
	font-size:0.8em;
	text-align:left;
}
#footer #footSub li{
	display:inline;
	padding:0 1px;
	color:#666;
}
#footer #footSub li a{
	color:#666;
	text-decoration:none;
}
#footer #footSub li a:hover{
	color:#999;
}
#footer #footSub p{
	position:absolute;
	right:0;
	top:0;
	color:#999;
}
/* コピーライト */
#footer #copy{
	background:#0066B5;
	padding:5px;
	color:#fff;
	font-size:0.8em;
}

/* パンくず 
-------------------------- */
#crumb{
	text-align:left;
}
#crumb li{
	display:inline;
	padding:0 5px 0 0;
	color:#999;
	font-size:0.8em;
}
#crumb li a{
	color:#999;
}
#crumb li a:hover{
	color:#ccc;
	text-decoration:none;
}

/*  メインコンテンツ
-------------------------- */
#content{
	width:950px;
	margin:0 auto;
	padding:0;
}
#content #inner{
	background:#fff;
	width:920px;
	margin:0 10px;
	padding:5px;
}
#content #inner:after{
	display:block;
	clear:both;
	height:1px;
	margin-top:-1px;
	content:"";
}
#mainContent{
	float:right;
	width:100%;
	color:#666;
	text-align: left;
}
#mainContent h3.title{
	clear:both;
	background:url(../../img/graduateSchool/title_line.png) bottom no-repeat;
	width: 900px;
	margin: 30px auto 10px auto;
	padding: 0 0 10px 0;
	text-align:left;
	font-size:16px;
	font-weight:bold;
}
#mainContent h3.title:first-child{
	margin:0 0 10px 0;
}

/* テーブル */
#mainContent table{
	margin:0 10px;
}
table{
	width:650px;
	margin:0 0 10px 0;
	border-collapse:collapse;
}
table thead td{
	color:#0066B5;
	text-align:left;
}
table tr:first-child{
	border-top:1px solid #ccc;
}
table tr{
	border-bottom:1px solid #ccc;
}
*:first-child+html table{
	border-top:1px solid #ccc;
}
*:first-child+html th,
*:first-child+html td{
	border-bottom:1px solid #ccc;
}
table th,
table td{
	padding:5px;
	color:#666;
	vertical-align:middle;
	text-align:left;
}
table th{
	background:#efefef;
	width:70px;
	color:#0066B5;
}
table td a{
	color:#666;
}
table td a:hover{
	color:#999;
	text-decoration:none;
}

/* 文字装飾 */
#mainContent h2 a:hover,
#mainContent h3 a:hover,
#mainContent p a:hover,
#mainContent ul li a:hover {
	text-decoration: none;
}

#mainContent .pdfIcon {
	margin:0 3px 0 0;
	padding:4px 0 0 0;
}
#mainContent .pdfIcon + a{
	padding:　-2px 0 0 0;
}

/*　ページトップ
-------------------------- */
.pageTop{
	clear:both;
	margin:10px 0 0 0;
}
.pageTop:after{
	display:block;
	clear:both;
	height:1px;
	margin-top:-1px;
	content:"";
}
.pageTop a{
	display:block;
	float:right;
	background:url(../../img/graduateSchool/pagetop.gif) no-repeat;
	width:96px;
	height:12px;
	margin: 10px 20px 15px 0;
	text-indent:-9999px;
}


