@charset "Shift_JIS";

/* リセット */

ul {
	list-style: none;
}

/* ========== basic ========== */
body {
	margin: 0;
	padding: 0;
	background:#cddfb7;
	font-size:small;
	font-family:sans-serif;
}
p {
	text-align:justify;
	font-size:small;
	margin:8px 6px;
	line-height:1.7;
}
.indent1em {
	padding-left:1em;
	text-indent:-1em;
}
.indent2em {
	padding-left:2em;
	text-indent:-2em;
}
.txtsmall {
	font-size:x-small;
}
.txtlarge {
	font-size:large;
}
sup {
	font-size:0.8em;
}

/*文中の画像をライン合わせ*/
p img {
	vertical-align:middle;
}
img, a img {
	border:none;
}
/* 画像ロールオーバー用class名のみ指定、動作は外部jsで指定 */
.imgover {
}

/* divまたはbrでボックス内floatをクリア */
div.clear {
	width:100%; /* for WinIE6 */
	clear:both;
	font-size:1px;
	margin:0;
	padding:0;
	line-height:1;
}
/* ==========crearfix裏技のオリジナル============= */
/* crearfix=ボックス内でfloatをクリアする */
/* class or id名部分を書き換えてインフォメーションとリンクページで使用 */

.crearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.crearfix { display: inline-block; }

/* Hide from Mac IE5 \*/
	* html .crearfix { height: 1%; }
	.crearfix { display: block; }
/* End hide from Mac IE5 */

/* ==========crearfix裏技終わり============= */

/* ========== links ========== */
a:link {
	color: #f60;
	text-decoration:none;
}
a:visited {
	color: #f60;
	text-decoration:none;
}
a:hover {
	color: #f90; 
	text-decoration:underline;
}
a:active {
	color: #f60;
	text-decoration:none;
}

/* name指定タグへの効果適用打ち消し */
a[name]:hover {
	color: inherit;
	text-decoration:none;
}
a[name]:active {
	color: inherit;
	text-decoration:none;
}

/* ============レイアウトブロック=========== */
#container {
	width:800px;
	background:#fff;
	border:1px solid #52964c;
	margin:0 0 10px 20px;
}
#header {
	width:800px;
	margin:0;
	padding:0;
}
#headerlink {
	width:800px;
	margin:0;
	padding:0;
}
#headerlogo {
	width:800px;
	margin:0;
	padding:0;
	background:#52964c;
}
#vitop {
	margin:0
	padding:0;
}
#pagebody {
	border-top:3px solid #ddf6d8;
	margin:3px 0 3px;
	border-bottom:1px solid #52964c;
}
#footer {
	margin:0;
	padding:0;
	background:#52964c;
}
/* 段組み大枠は先方スタッフでの後作業の安全性を考えてtableで作成。記事ブロックのtdに指定。 */
#contentsbox {
	padding:20px 20px 20px 0;
}

/* ============ ヘッダとフッタ =========== */
#linkjphome {
	float:right;
}
/* 親ボックスheaderlinkのcreafix指定でクリア */

#headerlogo img {
	margin:0;
	padding:0;
	vertical-align:bottom;
}
#vitop img {
	margin:3px 0 0;
}
#footer img {
	vertical-align:bottom;
}

/* ============ ナビ =========== */
ul#enavi {
	margin:20px 0;
	padding:0;
}
ul#enavi li {
	margin:0 0 5px;
	padding:0;
	font-size:1px; /* 文字拡大時のタテ空き防止 */
	line-height:1; /* 画像ボタン間の空き防止 */
}
ul#enavi li img{
	vertical-align:bottom;
}


/* ==========サブメニューの動作========== */
ul#enavi li#menu3 , ul#enavi li#menu4, ul#enavi li#menu5 {
	position:relative;
	top:0;
	left:0;	
}

ul#enavi ul {
	visibility: hidden;
	position:absolute;
	top:0px;
	left:155px;
	margin: 0;
	padding: 0;
	list-style:none;
	border-left:3px solid #52964c;
	border-top:1px solid #52964c;
	background:#fff;
}
/* サブメニューのul、liとも幅指定必須！ないと崩れる */
ul#enavi ul#submenu3 {
	width:380px; /* em指定だとNG */
	background:#fff;
}
ul#enavi ul#submenu4 {
	width:330px; /* em指定だとNG */
	background:#fff;
}
ul#enavi ul#submenu5 {
	width:330px; /* em指定だとNG */
	background:#fff;
}
ul#enavi ul#submenu3 li {
	width:380px; /* 幅指定がないとNS7でNG、em指定だとNG */
}
ul#enavi ul#submenu5 li {
	width:330px; /* 幅指定がないとNS7でNG、em指定だとNG */
}
/* WinIE6サブメニューバグ対策でliとaの両方の高さ指定必須！ */
ul#enavi ul li {
	font-size:12px;
	margin: 0;
	padding: 0px;
	line-height:2em;
	height:2em;
	background:#ffc;
	border-right:1px solid #52964c;
	border-bottom:1px solid #52964c;
	white-space:nowrap;
}
ul#enavi ul a {
	color:#070;
	display:block;
	line-height:2em;
	height:2em;
	padding: 0px 8px ;
	background:#ffc;
}
ul#enavi ul a:link {
	color:#070;
	background:#ffc;
}
ul#enavi ul a:visited {
	color:#070;
	background:#ffc;
}
ul#enavi ul a:hover {
	color: #f60; 
	background:#fff ;
}
ul#enavi ul a:active {
	color:#070;
	background:#ffc;
}
/* ==========サブメニュー終了========== */


/* ============ コンテンツ =========== */
h1 {
	margin:0;
	padding:0;
	line-height:1;
}
h1 img {
	vertical-align:bottom;
}
#contentsbox h2 {
	margin:20px 0 20px;
	line-height:1.5;
}
#contentsbox h2.h2top {
	margin:10px 0 20px;
	line-height:1.5;
}
.lead2 {
	clear:both;
	color:#52964c;
	font-size:medium;
	margin:24px 0 6px;
	line-height:1.5;
	padding:0 0 0 11px;
	background:#fff url(../img_common/icn_lead01.gif) no-repeat left center;
}
.lead3 {
	clear:both;
	color:#52964c;
	font-size:medium;
	margin:24px 0 6px;
	line-height:1.5;
	padding:0px;
}
.lead2 span , .lead3 span {
	font-size:small;
}


/* トップページの連絡先情報 */
.contactinfo {
	margin:10px 0 0px;
	border-top:1px solid #ccc;
}
.contactinfo th {
	text-align:center;
	font-size:small;
	font-weight:normal;
	padding:3px 6px 3px 6px;
	line-height:1.5;
	background:#e6e6e6;
	border-bottom:1px solid #ccc;
}
.contactinfo td {
	font-size:small;
	padding:3px 6px;
	line-height:1.5;
	border-bottom:1px solid #ccc;
}
.contactinfo td.infoname {
	text-align:left;
	font-size:small;
	padding:3px 6px 3px 12px;
	/*background:#e6e6e6;*/
}
.contactinfo td strong {
	color:#393;
	font-size:small;
	font-weight:bold;
}
.photobox1 {
	margin:20px 0;
}
.photobox1 img {
	margin-right:4px;
}
.photobox1 img.imgend {
	margin-right:0;
}
/* ====== History ====== */
.historydl {
	margin:20px 0px 10px;
}
.historydl dt {
	color:#333;
	font-size:small;
	font-weight:bold;
	margin:20px 0 10px;
	padding:1px 6px;
	line-height:1.4;
	background:#f3f3f3 url(../img_common/back_lead01.jpg) repeat-x 0 0;
	border-top:1px solid #52964c;
	border-left:3px solid #52964c;
	border-right:1px solid #52964c;
	border-bottom:1px solid #52964c;
}
.historydl dd {
	text-align:justify;
	font-size:small;
	font-weight:normal;
	margin:6px 6px 12px 16px;
	line-height:1.5;
}

/* ====== Organization ====== */
.orginfotable {
	margin:0 0 8px;
	/*border-top:1px solid #52964c;
	border-left:1px solid #52964c;*/
}
.orginfotable th {
	text-align:left;
	color:#fff;
	font-size:small;
	font-family:sans-serif; 
	font-weight:bold;
	padding:3px 6px;
	line-height:1.5;
	background:#52964c;
	border:1px solid #52964c;
}
.orginfotable th.thsp1 {
	color:#000;
	font-weight:normal;
	background:#ffc;
}
.orginfotable td {
	font-size:small;
	font-family:sans-serif; 
	padding:3px 6px;
	line-height:1.5;
	background:#fff;
	border:1px solid #52964c;
}
a.deplink {
	display:block;
	padding-left:12px;
	font-weight:bold;
}
a.deplink:link {
	color:#52964c;
	background:transparent url(../img_common/icn_linkarrow1.gif) no-repeat 0 2px;
}
a.deplink:visited {
	color:#52964c;
	background:transparent url(../img_common/icn_linkarrow1.gif) no-repeat 0 2px;
}
a.deplink:hover {
	color:#f90;
	background:transparent url(../img_common/icn_linkarrow1_f2.gif) no-repeat 0 2px;
}
a.deplink:active {
	color:#52964c;
	background:transparent url(../img_common/icn_linkarrow1.gif) no-repeat 0 2px;
}

/* ====== Departments ====== */
#deptindex {
	margin:0px 0px;
	padding:0;
}
#deptindex td {
	font-size:small;
	/*font-family:serif;*/
	padding:6px 6px;
	line-height:1.5;
	border-bottom:1px dashed #ccc;
}
#deptindex td p {
	text-align:left;
	margin:6px 0;
	padding:0;
	line-height:1.5;
}
#deptindex a {
	display:block;
	font-weight:bold;
	margin:0 10px 0 0;
	padding:2px 6px 2px 18px;
	border:1px solid #52964c;
	border-left:4px solid #52964c;
	border-right:4px solid #52964c;
	line-height:1.5;
}
#deptindex a:link {
	color:#52964c;
	background:#ffc url(../img_common/icn_linkarrow1.gif) no-repeat 6px 4px;
}

#deptindex a:visited {
	color:#52964c;
	background:#ffc url(../img_common/icn_linkarrow1.gif) no-repeat 6px 4px;
}
#deptindex a:hover {
	color:#f90;
	background:#fff url(../img_common/icn_linkarrow1_f2.gif) no-repeat 6px 4px;
	
}
#deptindex a:active {
	color:#52964c;
	background:#ffc url(../img_common/icn_linkarrow1.gif) no-repeat 6px 4px;
}
.depindexphoto {
	border-left:5px solid #52964c;
	border-top:1px solid #52964c;
	border-right:1px solid #52964c;
	border-bottom:1px solid #52964c;
}
#deptindex td p.capa {
	margin:10px 12px 6px;
	padding:0;
	line-height:1.5;
}

/* department Detail pages */
.sectionbox1 {
	margin:20px 4px 20px 0;
}
.sectionbox1 p {
	line-height:1.8;
}
.sectionbox1 img {
	float:left;
	margin:6px 16px 12px 0;
}
h4.deplinklead {
	clear:both;
	color:#52964c;
	padding:20px 0 10px;
}
p.capa2 {
	margin:16px 10px 16px 0;
	padding:6px 12px;
	line-height:1.7;
	border:1px solid #ccc;
	background:#f3f3f3;
}

ul#deptpagelink {
	margin:10px 120px 10px 0;
	padding:0;
	border-top:1px solid #6c3;
	border-left:1px solid #6c3;
	border-right:1px solid #52964c;
	border-bottom:1px solid #52964c;
}
ul#deptpagelink li {
	font-size:small;
	margin:0px 0;
	line-height:1.5;
	border-bottom:1px dotted #52964c;
}
ul#deptpagelink li.listend {
	border-bottom:none;
}
ul#deptpagelink li a {
	display:block;
	padding:2px 12px;
	line-height:1.5;
	background:#ffc;
}
ul#deptpagelink li a:link {
	color:#53964c;
}
ul#deptpagelink li a:visited {
	color:#53964c;
}
ul#deptpagelink li a:hover {
	color:#f60;
	background:#fff;
}
ul#deptpagelink li a:active {
	color:#53964c;
}
/* ====== Masters Program ====== */

.lead4 {
	clear:both;
	color:#52964c;
	font-size:medium;
	margin:20px 0 6px;
	line-height:1.5;
	padding:0 0 1px 8px;
	border-bottom:1px dotted #52964c;
}
.lead5 {
	color:#52964c;
	font-size:medium;
	margin:24px 0 12px 3px;
	line-height:1.5;
	padding:0 0 0 18px;
	background:transparent url(../img_common/icn_lead03.gif) no-repeat 0px 5px;
}

/* ====== International ====== */
#mapworld {
	margin:10px 0 6px;
}
.flagtable {
	margin:0px 0px;
}
.flagtable td {
	text-align:center;
	font-size:small;
	vertical-align:top;
	padding:10px 4px 5px;
	line-height:1.5;
	border:1px solid #ccc;
}
.flagtable td.emptysell {
	border:none;
}
.flagtable td img {
	margin:0px 0 5px;
}
.flagtable td strong {
	font-size:small;
	color:#36f;
	letter-spacing:1px;
}
.interunivbox {
	padding:10px 10px;
	border-top:1px solid #ccc;
	border-bottom:1px dotted #ccc;
	margin:8px 0;
	vertical-align:middle;
}
.interunivbox p {
	font-size:small;
	margin:0 0;
	padding:0;
}
.interunivbox p strong{
	font-weight:bold;
}
.interunivbox img {
	float:left;
	margin:0 16px 0 0;
}
/* nterunivboxのフロート解除用 crearfix指定  */
.interunivbox :after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.interunivbox  { display: inline-block; }

/* Hide from Mac IE5 \*/
	* html .interunivbox  { height: 1%; }
	.interunivbox  { display: block; }
/* End hide from Mac IE5 */

/* ====== Map ====== */
.mapbox1 {
	margin:10px 0 36px;
}
.mapbox2 {
	margin:10px 0 0px;
}
.mapinfo {
	margin:0;
}
.mapinfo td {
	border-left:1px dashed #ccc;
}
.mapinfo ol {
	list-style-position:outside;
	margin:10px 0px 10px 48px;
	padding:0px;
}
.mapinfo ol li {
	font-size:small;
	margin:8px 0px;
	padding:0;
	line-height:1.4;
}

/* ====== Links ====== */
ul.links {
	margin:10px 0px;
	padding:0 5px;
}
ul.links li {
	font-size:small;
	font-weight:bold;
	margin:6px 0px;
	padding:10px 20px;
	line-height:1.5;
	background:transparent url(../img_common/icn_linkarrow2.gif) no-repeat 5px 11px;
	border-bottom:1px dashed #ccc;
}
.photoboxlink {
	margin:0 0 10px 80px;
}

