@charset "ISO-8859-1";

/* ブラウザ全体 */
body {
	margin-top: 0px;
	margin-left: 0px;
	margin: 0;
	padding: 0;
	font-family: Times New Roman;
	color: #1d5b73; /*#4865aa;*/
	background-color:#eeeeee;
	font-size: 100%;
	line-height: 140%;
}

/* リンクアンカー */
a:link {
	/*text-decoration: none;*/
	color:#0000ff
}

/* クリック済みリンク */
a:visited {
	/*text-decoration: none;*/
	color:#0000ff
}

/* リンク選択時 */
a:active {
	/*text-decoration: underline;*/
	color:#ff0000
}

/* リンクがフォーカスされたとき */
a:hover {
	text-decoration: underline;
	color: #990000;
}

/* 見出し */
h1 {
	font-size: 200%;
	color: #000000;
	line-height: 100%;
	font-weight: bold;
	display: inline;
	text-align: left;
}

h2 {
	font-size: 180%;
	color: #000000;
	line-height: 140%;
	font-weight: bold;
}

h3 {
	font-size: 160%;
	color: #000000;
	line-height: 140%;
	font-weight: bold;
}

h4 {
	font-size: 140%;
	color: #000000;
	line-height: 100%;
	font-weight: bolder;
}

h5 {
	font-size: 120%;
	color: #000000;
	line-height: 140%;
	font-weight: bold;
	display: inline;
}

h6 {
	font-size: 100%;
	color: #000000;
	line-height: 140%;
	font-weight: bold;
	display: inline;
}

form {
	display: inline;
}

ul {
	text-align: left;
	/*margin-left: 1em;*/
	list-style-type: disc;
	display: inline;
}

img {
	border: none;
	top: 0;
	left: 0;
	right: 0;
}

.mark {
	margin-left: 0;
	padding-left: 0;
}

.mark li {
	margin-left: 2em;
	padding: 0;
	list-style-type: disc;
	list-style-position: outside;
}

dl {
	line-height: 140%;
}

/* フォントサイズ */
.fontsize7 {font-size:7pt;}
.fontsize8 {font-size:8pt;}
.fontsize10 {font-size:10pt;}
.fontsize12 {font-size:12pt;}
.fontsize14 {font-size:14pt;}
.fontsize16 {font-size:16pt;}
.fontsize18 {font-size:18pt;}
.fontsize20 {font-size:20pt;}
.fontsize22 {font-size:22pt;}
.fontsize24 {font-size:24pt;}
.fontsize30 {font-size:30pt;}

/* ヘッダー、フッターテキストカラー */
.headercolor {
	color: #cccccc;
}

/* ヘッダーテーブル用 */
#tableheader {
	width: 760px;
	background-color: #ffffff;
	border-collapse: collapse;
	border: none;
}

#tableheader td {
	padding: 0;
	margin: 0;
	border: none;
}

.header { /* ページのヘッダー部のテーブル */
	width: 100%;
	margin: 0;
	background-color: #ffffff; /*#3e80df;*/
	border-collapse: collapse;
	border: none;
}

.title { /* ヘッダーのタイトルテーブル */
	width: 100%;
	padding: 0;
	margin: 0;
	border-collapse: collapse;
	border-width: 0;
}

.titleleft { /* ヘッダーのタイトルテーブル左 */
	width: 220px;
}

.titleright { /* ヘッダーのタイトルテーブル右 */
	width: 540px;
	vertical-align: bottom;
}

.headerspacer {
	padding: 0;
	margin: 0;
}

.headertdleft, .headertdright { /* ヘッダーテーブルデータセル */
	padding: 0 0 0 10px;
	margin: 0;
	text-align: left;
}

.headertdleft { /* ヘッダーテーブルデータセル */
	padding: 0;
	margin: 0;
}

#headermenu { /* ヘッダーナビ */
	padding: 0;
	margin: 0;
	background-color: #3e80df;
}

/* コンテンツ全体テーブル用 */
#tablecontainer {
	width: 760px;
	background-color: #ffffff;
	border-collapse: collapse;
	border: none;
}

.contentmenutext img { /* メニューテキスト */
	padding: 5px;
}

/* コンテンツ部テーブル用 */
#content {
	background-color: #ffffff;
	border-collapse: collapse;
	border: none;
}

/* コンテンツ部テーブル用（左セル） */
#contentleft { /* 左セルの幅定義 */
	width: 180px;
	vertical-align: top;
	padding: 10px 5px 10px 10px;
}

.contentmenutext { /* メニューテキスト */
	color: #69869a;
	padding: 10px 5px 10px 10px;
	margin-bottom: 5px;
}

#contentleft img { /* メニューテキスト */
	margin-bottom: 5px;
}

.google { /*サイト内検索フォーム */
	margin: 5px 0 5px 0;
	padding: 10px;
	background-color: #f1f1e4;
	line-height: 50%;
	font-size: 12px;
}

.google img { /*サイト内検索フォーム */
	vertical-align: bottom;
}

.google input { /*サイト内検索フォーム */
	vertical-align: middle;
	font-size: 12px;
}

/*
.contenttext { /* コンテンツの文字定義 */
/*
	color: #444444; 
	text-align: justify;
	padding: 10px 10px 10px 5px;
}
*/


#tablecontent {
	background-color: #eef2f4;
}

/*
#tablecontent td {
	background-color: #eef2f4;
}
*/

/* コンテンツ部テーブル用（右セル) */
#contentright { /* 右セルの定義 */
	width: 580px;
	vertical-align: top;
	padding: 10px 10px 10px 5px;
}


#contenttitleimage { /* コンテンツ内タイトル画像 */
	margin: 0 0 5px 0;
	padding: 0;
}

#pannavi { /* ヘッダーパンくずナビ */
	color: #1d5b73; /*#8299c6;*/
	padding: 3px 0 3px 1em;
	margin: 0 0 1em 0;
	background-color: #e8ecee;
}

.organizationmenutext {
	line-height: 140%;
	background-color: #cdcfc4;
	padding: 10px;
}
/* コンテンツ部左セル用スナップ */
.contentleftsnap { 
	text-align: center;
	margin: 10px 0 10px 0;
}
.contentsnap { 
	float: right;
	margin: 10px 0 10px 10px;
}

.contentrightsnap img {
	margin: 5px 0 5px 0;
}

/* フッター部テーブル用 */
#futter {
	background-color: #3e80df;
}


.futtercolor {
	color: #ffffff;
	padding: 2px 10px 2px 10px;
	font-size: 70%;
	text-align: center;
}

.imagetopright {
	margin: 0 0 10px 10px;
	float: right;
}

/* 沿革Historyテーブル */
#tablehistory {
	width: 100%;
	padding: 0;
	margin: 0;
	border: none;
	border-collapse: collapse;
}

#tablehistory td {
	padding: 0.5em;
	border-top-style: solid;
	border-bottom-style: solid;
	border-color: #888888;
	border-width: 1px;
}

.historyyear {
	font: 150%;
	margin: 0;
	padding: 0;
}

/* 学年暦Academic Calendarテーブル */
#tablecontentcalendar {
	background-color: #eef2f4;
}

#tablecontentcalendar td {
	padding: 10px;
	background-color: #eef2f4;
}

#tablecalendar {
	padding: 0;
	margin: 0;
	border: none;
	border-width: 10px;
	border-collapse: collapse;
}

#tablecalendar td {
	padding: 0.5em 0;
	border-top-style: solid;
	border-bottom-style: solid;
	border-color: #888888;
	border-width: 1px;
}

.calendarmounth {
	font: 150%;
	margin: 0;
	padding: 0;
}

/* 大学院学位一覧テーブル */
.tablegraduateschool {
	width: 100%;
	border-collapse: collapse;
}

.tablegraduateschoolcell {
	border: 1px solid;
	border-color: #aaaaaa;
	margin: 0px;
	padding: 5px;;
}

#contentleft td {
	margin: 0px;
	padding: 5px;
}

/* キャンパスマップテーブル */
.tablecampusmap {
	width: 100%;
	border-collapse: collapse;
}

#contentleft td {
	margin: 0px;
	padding: 2px;
	width: 50%;
	vertical-align: top;
}

.campusmapstationbgcolor {
	padding: 5px;
	background-color: #cdcfc4;
}

.campusmapbgcolor {
	width: 100%;
	padding: 5px;
	background-color: #d4d393;
}

.contry{
	border-bottom:3px double #666666;
	font-size: 120%;
	font-weight: bold;
	background-color: #BCDFFE;
	margin-bottom: 0.5em;


}

/*工事中*/
#contentleft2 {
	width: 550px;
	vertical-align:middle;
	text-align:center;
	padding: 10px 10px 10px 5px;
}
