
@charset "UTF-8";

/*
======== table of content. =================================

Last Updated:07.11.14
summary:基本設定・ワイヤーフレームCSS定義

- IEPNGFIX
- RESET
- BASE LINK COLOR
- HTML
- BODY
- NOJS
- PAGE-TOP
- NONVISUALMENU
- NOJS
- WRAPPER
- HEADER
- PROMOTIONAREA
- CONTENT
		- MAIN
		  - BREADCRUMBS
  - SUB
		- PAGE-FUNCTION
- FOOTER

============================================================
*/

/* IEPNGFIX */
img { behavior:url(../global/js/iepngfix.htc); }

/*-----------------------------------------------------
RESET
-------------------------------------------------------*/
body, h1, h2, h3, h4, h5, h6, p, li, dl, pre, form,
blockquote, fieldset, input, address {
	margin:0;
	padding:0;
}

h1, h2, h3, h5, h6, caption {
	font-weight:normal;
}

a {
	outline:none;
}

address {
	font-style:normal;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

caption {
	text-align:left;
}

form {
	display:inline;
}

fieldset {
	border:none;
}

legend {
	display:none;
}

/*-----------------------------------------------------
BASE LINK COLOR
-------------------------------------------------------*/
a {
	text-decoration:none;
}

a:link,
a:visited {
	color:#666;
}

a:link img,
a:visited img {
	border:1px solid #666;
}

a:hover {
	color:#000;
}


/*-----------------------------------------------------
HTML
-------------------------------------------------------*/
html {
	color:#666;
	overflow-y:scroll;
}

/*-----------------------------------------------------
BODY
-------------------------------------------------------*/
body {
	width:100%;
	background:#fff;
	font-family:
			"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",
			Osaka,"ＭＳ Ｐゴシック","MS P Gothic",
			Arial,Helvetica,sans-serif;
	text-align:center;
}

/*-----------------------------------------------------
NOJS
-------------------------------------------------------*/
p#noJs {
	width:970px;
	margin:0 auto 15px auto;
	padding:10px;
	border:5px solid #bb3c24;
	color:#666;
	font-size:1em;
}

/*-----------------------------------------------------
PAGE-TOP
-------------------------------------------------------*/
#page-top img {
	position:absolute;
	top:0;
	left:0;
	border:none!important;
}

/*-----------------------------------------------------
NONVISUALMENU
-------------------------------------------------------*/
div.nonvisualMenu {
	width:0;
	height:0;
	font-size:1px;
	line-height:1px;
	overflow:hidden;
	/* except MacIE \*/position: absolute;/* end */
	left:0;
	top:0;
	color:#fff;
}

div.nonvisualMenu a {
	text-decoration:none;
	font-size:1px;
	line-height:1px;
	color:#fff;
}

a#MAIN-NAVIGATION img,
a#MAIN-CONTENTS img,
a#SUB-CONTENTS img,
a#FOOTER-CONTENTS img {
	position:absolute;
	top:0;
	left:0;
	border:none!important;
}

/*-----------------------------------------------------
WRAPPER
-------------------------------------------------------*/
#wrapper {
	width:1000px;
	margin:0 auto;
	text-align:left;
	position:relative;
	*float:none!important;
}

/* NETSCAPE HACK */
html*#wrapper {
	float:left;
}

/* SAFARI HACK \*/
html:\66irst-child #wrapper {
	float:none;
}
/* SAFARI HACK END */

/* SAFARI 3 HACK */
body:first-of-type #wrapper {
	float:none;
}

/* POPUP表示HTML用 */
body#popup #wrapper {
	width:700px;
}

/*-----------------------------------------------------
HEADER
-------------------------------------------------------*/
#header {
	position:relative;
	width:1000px;
}

/* POPUP表示HTML用 */
body#popup #header {
	width:700px;
	height:80px;
	margin-top:14px;
	padding-bottom:5px;
	background:
			transparent
			url(../images/bg_popup_header.gif)
			no-repeat left bottom;
}

#header,
#header .bgleft,
#header .bgright {
	height:389px;
}

/* 下階層（第三階層&学部ページ） */
body#tree #header,
body#tree #header .bgleft,
body#tree #header .bgright,
body.faculty #header,
body.faculty #header .bgleft,
body.faculty #header .bgright {
	height:174px;
}

body#tree #header .bgleft,
body#tree #header .bgright,
body.faculty #header .bgleft,
body.faculty #header .bgright {
	border-bottom-width:5px;
	border-bottom-style:solid;
}

body#tree #header .bgleft {
	border-bottom-color:#aa0000;
}

body#tree #header .bgright,
body.faculty #header .bgright {
	border-bottom-color:#515351;
}

/* ロゴ周り */
#header .bgleft {
	position:absolute;
	width:310px;
	background-image:url(../../images/bg_header_left.gif);
}

#header .bgleft img {
	margin-left:84px;
	margin-top:93px;
}

#header .bgleft img,
#header .bgleft a img,
#header .bgright img,
#header .bgright a img {
	border:none;
}

/* ナビゲーション周り */
#header .bgright {
	width:690px;
	background-image:url(../../images/bg_header_right.gif);
	text-align:right;
}
/* OPERA 9 HACK */
@media all and (min-width: 0px) {
#header .bgright {
	position:relative;
}
}
/* END OPERA 9 HACK */

#header .bgright dl dd,
#header .bgright p {
	position:absolute;
}

#header .bgright dt {
	/* except MacIE \*/position:absolute;/* end */
	top:0;
	left:0;
	width:0;
	height:0;
	font-size:1px;
	line-height:1px;	
	overflow:hidden;
}

#header .bgright dd,
#header .bgright ul {
	margin:0;
	padding:0;
}

#header .bgright dl dd ul,
#header .bgright dl dd ul li {
	list-style:none;
}

/* SEARCH */
#header .bgright p {
	width:180px;
	top:8px;
	right:55px;
}

#header .bgright input.focusArea {
	width:115px;
}

/* 検索ボタン */
#header .bgright input.bt {
	vertical-align:-4px;
}

/* 各メニューはMENU.CSSに詳細記載 */

/*-----------------------------------------------------
PROMOTIONAREA
-------------------------------------------------------*/
#promotionArea {
	position:absolute;
	top:174px;
	width:1000px;
	height:215px;
	background-color:#828482;
	color:#fff;
}

#promotionArea img {
	margin-left:310px;
}

/* 下階層（第二階層） */
body.normal #promotionArea .cat-title {
	position:absolute;
	top:90px;
	left:15px;
}

body.normal #promotionArea .cat-title h2 {
	line-height:0;
}

body.normal #promotionArea .cat-title img {
	margin-left:0;
}

/*-----------------------------------------------------
CONTENT
-------------------------------------------------------*/
#content {
	clear:both;
	width:1000px;
	background-image:url(../../images/bg_content.gif);
	background-position:left top;
	background-repeat:repeat-y;
	margin-bottom:5px;
}

/* 学部TOP・セクションTOPの場合、設定を上書き */
body.faculty-top #content,
body.section-top #content {
	background-image:url(../../images/bg_content.gif)!important;
}

/* タイトル周り処理 */
#content div.title {
	padding:2px 5px 2px 15px;
	background:#f8f8f8;
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
}

/*-------------------------------------
MAIN
---------------------------------------*/
#main {
	float:right;
	width:600px;
	padding:0 90px 0 0;
}

/* 学部TOP・セクションTOPの場合、設定を上書き */
body.faculty-top #main,
body.section-top #main {
	width:600px!important;
	padding:45px 90px 0 0!important;
}

body.normal #main p,
body.normal #main li,
body.normal #main table,
body.normal #main dt,
body.normal #main dd,
body.normal #main p {
	line-height:1.45em;
}

dl.breadCrumbs {
	margin-bottom:12px;
}

/* POPUP・THICKBOX表示HTML用 */
body#popup #main,
body#popup-thickbox #main {
	float:none!important;
	margin:0 auto!important;
	padding:10px!important;
	text-align:left!important;
}

body#popup #main {
	width:680px!important;
}

body#popup-thickbox #main {
	width:430px!important;
}

/* ブレッドクラムはMENU.CSSに詳細記載 */

/*-------------------------------------
SUB
---------------------------------------*/
#sub {
	float:left;
	width:182px;
	padding-top:45px;
}

/* 学部TOP・セクションTOPの場合、設定を上書き */
body.faculty-top #sub,
body.section-top #sub {
	padding-top:45px!important;
}

#sub h3 {
	color:#7f807c;
	font-family:Arial, Helvetica, sans-serif;
	line-height:1.2em;
}

#sub h3 a {
	display:block;
	padding:3px 0;
}

#sub div.loading {
	margin:15px 0;
	text-align:center;
}

/* ローカルメニューはMENU.CSSに詳細記載 */

/*-------------------------------------
PAGE-FUNCTION
---------------------------------------*/
#page-function {
	clear:both;
	margin-bottom:5px;
	padding-top:24px;
	padding-right:90px;
	text-align:right;
}

/* POPUP表示HTML用 */
body#popup #page-function {
	margin-bottom:15px;
	padding-right:0;
}

#page-function p {
	display:inline;
	padding-left:10px;
	line-height:1;
}

#page-function p a {
	background-color:transparent;
	background-position:0 50%;
	background-repeat:no-repeat;
	cursor:pointer;
}

/* プリント */
#page-function p.print a {
	padding-left:15px;
	background-image:url(../../images/icon_print.gif);
}

/* このページのトップへ */
#page-function p.to-page-top {
	margin-bottom:0;
	padding-right:0;
}

/*-----------------------------------------------------
FOOTER
-------------------------------------------------------*/
#footer {
	clear:both;
	width:980px;
	padding:2px 10px;
	border-top:1px solid #666;
	color:#666;
}

/* POPUP表示HTML用 */
body#popup #footer {
	width:680px;
}

#footer * {
	line-height:1;
}

/* ポリシーメニュー */
#footer dl {
	float:left;
	padding-top:4px;
}

/* ポリシーメニューはMENU.CSSに詳細記載 */

/* お問い合わせ、コピーライト */
#footer p,
#footer address {
	display:inline;
}

#footer .fr {
	display:inline;
}

#footer p {
	margin:0!important;
	padding-right:15px;
}

/* breadcrambs 081023 */
.breadCrumbs ul li {
 display:inline!important;
}



