@charset "utf-8";
/* ===========================================================
	CSS Information
		Author:     
		Filename:    common.css
		Style-info:  デフォルト
=========================================================== */

/* -----------------------------------------------------------
	リセット
----------------------------------------------------------- */
body,div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, img {
	margin:0; padding:0;
}
table { border-collapse:collapse; border-spacing:0;	}
fieldset, img { border:0; }
img { outline:none;}
address, caption, cite, code, dfn, em, th, var { font-style:normal; font-weight:normal; }
ul { list-style:none; }
caption, th{ text-align:left; }
h1, h2, h3, h4, h5, h6{	font-size:100%; }
blockquote:before, blockquote:after, q:before, q:after{ content:”;}
abbr, acronym, img { border:0; }

/*------------------------------------------------------
	DEFAULT
------------------------------------------------------ */
body {
	background: url(../imgs/bg.jpg) repeat 0 0;
	color: #333;
	font-family: "メイリオ","Meiryo",verdana,Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	text-align:left;
	font-size:80%;
}
* html body {	/* for IF6 */
	font-family: "ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}

/* HTML5 tags */
header, section, footer,
aside, nav, article, figure {
	display: block;
}


/*------------------------------------------------------
	リンク
------------------------------------------------------ */
a:link {
	color:#006699;
	text-decoration:none;
}
a:visited {
	color:#006699;
	text-decoration:none;
}
a:hover {
	color:#0033FF;
	text-decoration:underline;
}
a { outline: none; }
a:hover {
	outline: none;
	text-align: left;
}

/* labelにポイントしたとき、マウスカーソルを変える */
label { cursor: pointer; }

/*-------------------------------------------------------
	 ClearFIX
--------------------------------------------------------*/
.cf:after{
  content:".";
  display:block;
  height:0;
  clear:both;
  visibility:hidden;
}
.cf{
  overflow:hidden;
}
/* Hides from IE-mac \*/
* html .cf{
  height:1%;
  overflow:visible;
}
/* End hide from IE-mac */

/*-------------------------------------------------------
	 End ClearFIX
--------------------------------------------------------*/

/*-------------------------------------------------------
  クリア設定  
  .clear
-------------------------------------------------------*/
.clear { clear:both; }



/*-------------------------------------------------------
  フロート設定  
  .float  
-------------------------------------------------------*/
.left{ float:left; }

.right{ float:right; }

/*------------------------------------------------------
	wrapperブロック
------------------------------------------------------ */
#wrapper{
	background: url(../imgs/bg.jpg) repeat;
}


/*------------------------------------------------------
	mainブロック
------------------------------------------------------ */
#main {
	width:798px;
	margin:0 auto;
	background:#FFF;
	border-bottom:#CCC 1px solid;
	border-left:#CCC 1px solid;
	border-right:#CCC 1px solid;
}

/*------------------------------------------------------
	headerブロック-ヘッダー
------------------------------------------------------ */
header{
	background:url(../imgs/bg-header-top.jpg) no-repeat;
	padding:11px 15px 0;
	overflow:hidden;
	zoom:1;
}

#header-inner{
	padding-bottom:15px;
	position:relative;
	overflow:hidden;
	zoom:1;
}

#head-rightArea{
	position:absolute;
	top:0;
	right:0;
}

header #logoArea{
	padding-top:0px;
	padding-bottom:0px;
	padding-left:0px;
	padding-right:0px;
	margin:0;
	float:left;
	overflow:hidden;
	zoom:1;
}
header #logoArea p.logo{
	float:left;
	padding-right:3px;
}
header #logoArea h1.site-ttl {
	background: url(../imgs/ttl-kougakubu.png) no-repeat;
	background-position:0 0;
	width:228px;
	height:53px;
	text-indent:-9999px;
	float:left;
}

/*		.sub headerブロック-ヘッダー
------------------------------------------------------ */
.sub header #logoArea h1.site-ttl {
	text-indent:-9999px;
	float:left;
}
.sub header #logoArea h1.site-ttl a {
	background: url(../imgs/ttl-kougakubu.png) no-repeat;
	background-position:0 0;
	width:228px;
	height:53px;
}
.sub header #logoArea h1.site-ttl a{
	display:block;
}



/*------------------------------------------------------
	.p-navブロック-ヘッダー
------------------------------------------------------ */
.p-navArea{
	padding-bottom:34px;
}
ul.p-nav{
	float:right;
	overflow:hidden;
	zoom:1;	
}
ul.p-nav li{
	float:left;
	height:11px;
}
ul.p-nav li a{
	height:11px;
}
.p-nav .p-home a{ background: url(../imgs/p-home_off.png) no-repeat; text-indent:-9999px; width:61px; display:block;}
.p-nav .p-01 a{ background: url(../imgs/p-miyazakidagaku_off.png) no-repeat; text-indent:-9999px; width:78px; display:block;}
.p-nav .p-02 a{ background: url(../imgs/p-access_off.png) no-repeat; text-indent:-9999px; width:87px; display:block;}
.p-nav .p-03 a{ background: url(../imgs/p-contact_off.png) no-repeat; text-indent:-9999px; width:85px; display:block;}
.p-nav .p-04 a{ background: url(../imgs/p-sitemap_off.png) no-repeat; text-indent:-9999px; width:87px;display:block;}
.p-nav .p-05 a{ background: url(../imgs/p-english_off.png) no-repeat; text-indent:-9999px; width:54px; display:block;	padding-right:3px;}

.p-nav .p-home a:hover{ background: url(../imgs/p-home_on.png) no-repeat; text-indent:-9999px; width:61px; display:block;}
.p-nav .p-01 a:hover{ background: url(../imgs/p-miyazakidagaku_on.png) no-repeat; text-indent:-9999px; width:78px; display:block;}
.p-nav .p-02 a:hover{ background: url(../imgs/p-access_on.png) no-repeat; text-indent:-9999px; width:87px; display:block;}
.p-nav .p-03 a:hover{ background: url(../imgs/p-contact_on.png) no-repeat; text-indent:-9999px; width:85px; display:block;}
.p-nav .p-04 a:hover{ background: url(../imgs/p-sitemap_on.png) no-repeat; text-indent:-9999px; width:87px; display:block;}
.p-nav .p-05 a:hover{ background: url(../imgs/p-english_on.png) no-repeat; text-indent:-9999px; width:54px; display:block;}


/*------------------------------------------------------
	#グローバルナビゲーションブロック
------------------------------------------------------ */
.home nav {

}
.g-nav{
	float:right;
	overflow:hidden;
	zoom:1;
}
.g-nav li{
	height:22px;
	float:left;
}

.g-nav li.g-01 a{ background: url(../imgs/g-jyukensei_off.gif) no-repeat; text-indent:-9999px; width:82px; display:block; }
.g-nav li.g-02 a{ background: url(../imgs/g-sotsugyou_off.gif) no-repeat; text-indent:-9999px; width:82px; display:block; }
.g-nav li.g-03 a{ background: url(../imgs/g-chiiki_off.gif) no-repeat; text-indent:-9999px; width:82px; display:block; }
.g-nav li.g-04 a{ background: url(../imgs/g-zaigaku_off.gif) no-repeat; text-indent:-9999px; width:83px; display:block; }

.g-nav li.g-01 a:hover{ background: url(../imgs/g-jyukensei_on.gif) no-repeat; text-indent:-9999px; width:82px; display:block; }
.g-nav li.g-02 a:hover{ background: url(../imgs/g-sotsugyou_on.gif) no-repeat; text-indent:-9999px; width:82px; display:block; }
.g-nav li.g-03 a:hover{ background: url(../imgs/g-chiiki_on.gif) no-repeat; text-indent:-9999px; width:82px; display:block; }
.g-nav li.g-04 a:hover{ background: url(../imgs/g-zaigaku_on.gif) no-repeat; text-indent:-9999px; width:83px; display:block; }

/*------------------------------------------------------

	contentブロック
	
------------------------------------------------------ */
.home #content, 
.sub #content{
	padding-bottom:20px;
	overflow:hidden;
	zoom:1;
}



/*------------------------------------------------------

	rightsideブロック-レフトサイド
	
------------------------------------------------------ */
.home #leftside {
	float:left;
	width:610px;
	overflow:hidden;
	zoom:1;
}



/* content-inner{
------------------------------------------------------ */
.home #content-inner {
	padding:15px 10px 20px 14px;  
	overflow:hidden;
	zoom:1;
}


/*------------------------------------------------------

	学科一覧ブロック
	
------------------------------------------------------ */


/* .bar-subjects 学科一覧
------------------------------------------------------ */
.home #subjectsArea{
	padding-bottom:15px;
	overflow:hidden;
	zoom:1;
}
.home #subjectsArea .bar-subjects{
	background:url(../imgs/bar-h2.gif) 0 0 no-repeat;
	width:535px;
	padding:11px 10px 24px 40px;
	margin-bottom:5px;
	font-size:110%;
}

.home #subjectsArea .listStyle01{
	margin-bottom:15px;
	padding:0 8px;
	display:block;
	overflow:hidden;
	zoom:1;
}
.home #subjectsArea .listStyle01 li{
	float:left;
	width:181px;
	margin-bottom:10px;
}
.home #subjectsArea .listStyle01 li a{
	background:url(../imgs/img-list01.gif) no-repeat  left top;  
	background-position:0 0.4em;  
	float:left;
	margin:0 5px 0px 8px;
	padding-left:15px;  
	display:block;
	
}



/*------------------------------------------------------

 　お知らせブロック
 
------------------------------------------------------ */
.home #newsArea{
	overflow:hidden;
	zoom:1;
}

.home #ttlbar-news{
	margin-bottom:10px;
	width:585px;
	overflow:hidden;
	zoom:1;
	position:relative;
}
.home h2#bar-news{
	background: url(../imgs/bar-h2.gif) no-repeat;
	width:427px;
	padding:11px 10px 24px 40px;
	font-size:110%;
}

.home p#bar-backNo {
	position:absolute;
	right:0px;
	top:0px;
	text-indent:-9999px;
}
p#bar-backNo a {
	background:url(../imgs/bar-backNo.gif) no-repeat;
	display:block;
	width:108px;
	height:49px;
}
#news{
	overflow:auto;
	height:115px;
	padding:0 8px;
}
#newsArea dl{
	padding-bottom:10px;
	width:550px;
	overflow:hidden;
	zoom:1;
}
#newsArea dl dt{
	float:left;
	padding-right:8px;
	width:6em;
}
#newsArea dl dd{
}
#newsArea dl dd a{
	background:url(../imgs/img-list01.gif) no-repeat top left;  
	background-position:0 0.4em;  
	float:left;
	width:450px;
	padding-left:15px;
	display:block;
}



/*------------------------------------------------------

	rightsideブロック-ライトサイド
	
------------------------------------------------------ */
.home #rightside{
	float:right;
	padding:0 13px 0 0;
	margin-bottom:20px;
	overflow:hidden;
	zoom:1;
}

.home #sidebar{
	margin-bottom:10px;
	overflow:hidden;
	zoom:1;
}

.home #s-nav li{
	width:170px;
}

.home #s-nav .s-01 a{ background:url(../imgs/s-nav01_off.gif) no-repeat; text-indent:-9999px; height:30px; display:block;}
.home #s-nav .s-02 a{ background:url(../imgs/s-nav02_off.gif) no-repeat; text-indent:-9999px; height:29px; display:block;}
.home #s-nav .s-03 a{ background:url(../imgs/s-nav03_off.gif) no-repeat; text-indent:-9999px; height:29px; display:block;}
.home #s-nav .s-04 a{ background:url(../imgs/s-nav04_off.gif) no-repeat; text-indent:-9999px; height:29px; display:block;}
.home #s-nav .s-05 a{ background:url(../imgs/s-nav05_off.gif) no-repeat; text-indent:-9999px; height:29px; display:block;}
.home #s-nav .s-06 a{ background:url(../imgs/s-nav06_off.gif) no-repeat; text-indent:-9999px; height:29px; display:block;}
.home #s-nav .s-07 a{ background:url(../imgs/s-nav07_off.gif) no-repeat; text-indent:-9999px; height:30px; display:block;}

.home #s-nav .s-01 a:hover{ background:url(../imgs/s-nav01_on.gif) no-repeat; text-indent:-9999px; height:30px; display:block;}
.home #s-nav .s-02 a:hover{ background:url(../imgs/s-nav02_on.gif) no-repeat; text-indent:-9999px; height:29px; display:block;}
.home #s-nav .s-03 a:hover{ background:url(../imgs/s-nav03_on.gif) no-repeat; text-indent:-9999px; height:29px; display:block;}
.home #s-nav .s-04 a:hover{ background:url(../imgs/s-nav04_on.gif) no-repeat; text-indent:-9999px; height:29px; display:block;}
.home #s-nav .s-05 a:hover{ background:url(../imgs/s-nav05_on.gif) no-repeat; text-indent:-9999px; height:29px; display:block;}
.home #s-nav .s-06 a:hover{ background:url(../imgs/s-nav06_on.gif) no-repeat; text-indent:-9999px; height:29px; display:block;}
.home #s-nav .s-07 a:hover{ background:url(../imgs/s-nav07_on.gif) no-repeat; text-indent:-9999px; height:30px; display:block;}


/*------------------------------------------------------
	.sidebox
------------------------------------------------------ */
.home .sidebox{
	background:url(../imgs/img-box170-01-bottom.gif) no-repeat;
	background-position:bottom;
	width:170px;
	padding-bottom:13px;
}
.home .sidebox div{
	background:url(../imgs/img-box170-01-top.gif) no-repeat;
	background-position:top;
	width:170px;
	padding-top:5px;
}
.home .sidebox ul {
	background:url(../imgs/img-box170-01-inner.gif) repeat-y;
	width:160px;
	padding:0 5px ;
}
.home .sidebox ul li{ margin-bottom:2px;}
.home .sidebox ul.bnr li { margin-bottom:3px;}



/*------------------------------------------------------

	フッターブロック　-　全ページ共通
	
------------------------------------------------------ */
footer{
	background: url(../imgs/img-line-bg-bottom.gif) repeat-x;
	padding:15px 15px 20px;
	overflow:hidden;
	zoom:1;
}

address,
.copy{
	float:left;
	font-size:80%;
	color:#999;
}

.sub-nav{
	float:right;
	text-align:right;
}
.sub-nav p{
	font-size:85%;
}





/*//////////////////////////////////////////------------------------------------------------------

	2階層目以降の設定
	
///////////////////////////////////////////------------------------------------------------------ */


/*-------------------------------------------------------
  パンくず設定  
  .pankuzu 
-------------------------------------------------------*/
.pankuzu {
	padding:4px 0px 6px;
	font-size:80%;
}



/* content-inner{
------------------------------------------------------ */
.sub #content-inner {
	padding:0px 14px 20px 0px;  
}


/*------------------------------------------------------

	sidebarブロック-レフトサイド
	
------------------------------------------------------ */
body.sub #leftside {
	float:left;
	padding:0 0 0 14px;
	margin-bottom:20px;
	overflow:hidden;
	zoom:1;
}

body.sub #sidebar {
	margin-bottom:10px;
}

body.sub ul#s-nav li a{
	width:160px;
}


body.sub ul#s-nav li.s-01 a{ background:url(../imgs/sideNav-aboutus_off.gif) 0 0 no-repeat; text-indent:-9999px; height:33px; display:block;}/*----- OFF -----*/
body.sub ul#s-nav li.s-02 a{ background:url(../imgs/sideNav-education_off.gif) 0 0 no-repeat; text-indent:-9999px; height:32px; display:block;}/*----- OFF -----*/
body.sub ul#s-nav li.s-03 a{ background:url(../imgs/sideNav-research_off.gif) 0 0 no-repeat; text-indent:-9999px; height:32px; display:block;}/*----- OFF -----*/
body.sub ul#s-nav li.s-04 a{ background:url(../imgs/sideNav-departments_off.gif) 0 0 no-repeat; text-indent:-9999px; height:32px; display:block;}/*----- OFF -----*/
body.sub ul#s-nav li.s-05 a{ background:url(../imgs/sideNav-aboutus_off.gif) 0 0 no-repeat; text-indent:-9999px; height:32px; display:block;}/*----- OFF -----*/
body.sub ul#s-nav li.s-06 a{ background:url(../imgs/sideNav-faculty_off.gif) 0 0 no-repeat; text-indent:-9999px; height:32px; display:block;}/*----- OFF -----*/
body.sub ul#s-nav li.s-07 a{ background:url(../imgs/sideNav-events_off.gif) 0 0 no-repeat; text-indent:-9999px; height:33px; display:block;}/*----- OFF -----*/

body.sub ul#s-nav li.s-01 a:hover { background:url(../imgs/sideNav-aboutus_on.gif) 0 0 no-repeat; text-indent:-9999px; height:33px; display:block;}/*----- hover -----*/
body.sub ul#s-nav li.s-02 a:hover { background:url(../imgs/sideNav-education_on.gif) 0 0 no-repeat; text-indent:-9999px; height:32px; display:block; }/*----- hover -----*/
body.sub ul#s-nav li.s-03 a:hover { background:url(../imgs/sideNav-research_on.gif) 0 0 no-repeat; text-indent:-9999px; height:32px; display:block; }/*----- hover -----*/
body.sub ul#s-nav li.s-04 a:hover { background:url(../imgs/sideNav-departments_on.gif) 0 0 no-repeat; text-indent:-9999px; height:32px; display:block; }/*----- hover -----*/
body.sub ul#s-nav li.s-05 a:hover { background:url(../imgs/sideNav-aboutus_on.gif) 0 0 no-repeat; text-indent:-9999px; height:32px; display:block; }/*----- hover -----*/
body.sub ul#s-nav li.s-06 a:hover { background:url(../imgs/sideNav-faculty_on.gif) 0 0 no-repeat; text-indent:-9999px; height:32px; display:block; }/*----- hover -----*/
body.sub ul#s-nav li.s-07 a:hover { background:url(../imgs/sideNav-events_on.gif) 0 0 no-repeat; text-indent:-9999px; height:33px; display:block;}/*----- hover -----*/

body.sub ul#s-nav li.s-01-on a{ background:url(../imgs/sideNav-aboutus_on.gif) 0 0 no-repeat; text-indent:-9999px; height:33px; display:block;}/*----- ON -----*/
body.sub ul#s-nav li.s-02-on a{ background:url(../imgs/sideNav-education_on.gif) 0 0 no-repeat; text-indent:-9999px; height:32px; display:block;}/*----- ON  -----*/
body.sub ul#s-nav li.s-03-on a{ background:url(../imgs/sideNav-research_on.gif) 0 0 no-repeat; text-indent:-9999px; height:32px; display:block;}/*----- ON  -----*/
body.sub ul#s-nav li.s-04-on a{ background:url(../imgs/sideNav-departments_on.gif) 0 0 no-repeat; text-indent:-9999px; height:32px; display:block;}/*----- ON  -----*/
body.sub ul#s-nav li.s-05-on a{ background:url(../imgs/sideNav-aboutus_on.gif) 0 0 no-repeat; text-indent:-9999px; height:32px; display:block;}/*----- ON  -----*/
body.sub ul#s-nav li.s-06-on a{ background:url(../imgs/sideNav-faculty_on.gif) 0 0 no-repeat; text-indent:-9999px; height:32px; display:block;}/*----- ON  -----*/
body.sub ul#s-nav li.s-07-on a{ background:url(../imgs/sideNav-events_on.gif) 0 0 no-repeat; text-indent:-9999px; height:33px; display:block;}/*----- ON  -----*/


/* 	.s-nav-inner
------------------------------------------------------ */
body.sub ul#s-nav li#s-nav-inner {
	padding: 6px 15px 15px;
	background:url(../imgs/img-box160-01-inner.gif) repeat-y;
	background-position:0 0;
}

body.sub ul#s-nav li ul li.inner a{
	background:url(../imgs/img-list03.gif) no-repeat top left;
	background-position:0 0.4em;  
	padding-left:11px;  
	display:block;
	width:119px;
}


/*------------------------------------------------------
	.sidebox
------------------------------------------------------ */
.sub .sidebox{
	background:url(../imgs/img-box160-01-bottom.gif) no-repeat;
	background-position:bottom;
	width:160px;
	padding-bottom:13px;
}
.sub .sidebox div{
	background:url(../imgs/img-box160-01-top.gif) no-repeat;
	background-position:top;
	width:160px;
	padding-top:5px;
}
.sub .sidebox ul {
	background: url(../imgs/img-box160-01-inner.gif) repeat-y;
	width:160px;
}

.sub .sidebox ul li{ margin-bottom:2px; padding-left:5px;}



/*------------------------------------------------------

	rightsideブロック-レフトサイド
	
------------------------------------------------------ */
.sub #rightside {
	float:right;
	width:609px;
	overflow:hidden;
	zoom:1;
}

.sub article h1 {
	margin-bottom:18px;	
}
.sub section{
	margin-bottom:20px;
}

.sub section h2{
	background:url(../gakka/imgs/bar-h2-gakka.gif) no-repeat;
	width:595px;
	padding:12px 24px 14px;
	color:#294d72;
	font-size:110%;
	margin-bottom:13px;
}

.sub section h3{
	background: url(../imgs/ttl-h3-list.gif) no-repeat top left;
	padding:2px 10px 13px 15px;
	margin:0 0.4em;
	font-size:110%;
}

.sub section p{
	line-height:180%;
	margin-bottom:15px;
}

.sub .listStyle02{
	margin-bottom:15px;
	padding:0 8px;
	display:block;
	overflow:hidden;
	zoom:1;
}

.sub .listStyle02 li {
	background: url(../imgs/img-list02.gif) no-repeat  left top;  
	background-position:0 0.4em;  
	margin:0 5px 10px 8px;
	padding-left:11px;  
	display:block;
}
