@charset "utf-8";
/* ---------------------------------------------------------------------------------------
	BASE
======================================================================================= */

* {
	margin: 0px;
	padding: 0px;
	}

body { 
	font-size: 12px;
	line-height: 150%;
	color: #535353;
	font-family: "ＭＳ Ｐゴシック", Osaka;
	}

h1,
h2,
h3,
h4 { font-size: medium; }


ul#menuIndex,
#mainIndex,
#mainIndex .logo,
#copyright .footerMenu,
#menu .body,
#about,
.mainCont,
.mainBody,
#scholars,
#access,
#access .mapBody,
#contact,
#contact h4.subTitle,
#logo {
	margin-left: auto;
	margin-right: auto;
	}

#mainIndex { width: 1020px; }
#mainIndex .logo,
ul#menuIndex,
#copyright .footerMenu,
#menu .body,
#about,
.mainCont,
#scholars,
#access,
#contact,
#logo { width: 960px; }


/* --LinkColor-- */
a { color: #333333;}
a:visited { color: #333333;}
a:hover{
	color: #FFCC00;
	text-decoration: none;
	}

#copyright a,
#pageMenu li a {
	color: #666666;
	text-decoration: none;
	}
#copyright a:visited,
#pageMenu li a:visited { color: #666666; }
#copyright a:hover,
#pageMenu li a:hover {
	color: #FFCC00;
	text-decoration: underline;
	}


/* --FontSize-- */
.f10,
#copyright .footerMenu li.aboutCopy,
#pageMenu,
#contact .suitList li,
#contact .suitListEng li { font-size: 10px; }
.f14,
#activity h4 { font-size: 14px; }


/* --FontColor-- */
.black,
h3.eng { color: #000000; }
.glayB,
#activity h4 { color: #333330; }


/* --LineHeight-- */
.lh130,
#activity dd,
#about .outline,
#scholars h3.eng,
#scholars h4.eng,
#scholars .engCont { line-height: 130%; }


/* --Arrow-- */
.arrowS,
#copyright .footerMenu li.aboutCopy a {
	padding-left: 10px;
	background: url(../common/arrow_g.gif) 0px 3px no-repeat;
	}


/* --Margin/Padding-- */
#activity { margin-top: 10px; }
.engSp { padding-top: 25px; }
.engSpB { padding-bottom: 25px;}



/* --ChangeOfText-- */
#mainIndex .logo a,
ul#menuIndex li a,
#about h3.aboutCenter,
#menu,
.pagetop { text-indent: -9999px; }


.txtC,
#about .outline td.subTitle,
#contact .suitTitle,
#contact .suitContact { text-align: center; }

/* ---- */
.clear { 
	overflow: hidden;
	}
.clear:after{ 
	content: "";
	display: block;
	clear: both;
	height: 0px;
	overflow: hidden;
} 
/*\*/
* html .clear {
	height: 0px;
	overflow: visible;
}
/**/

* html #mainIndex,
* html #mainIndex .logo,
* html #menu h1 a,
* html #menu ul,
* html #menu .blogOn,
* html #menu .aboutOn,
* html #menu .scholarsOn,
* html #menu .accessOn,
* html #menu .contactOn,
* html h3.subTitle img,
* html h3.aboutCenter { behavior: expression(IEPNGFIX.fix(this)); }


/* ---------------------------------------------------------------------------------------
	INDEX MAIN
======================================================================================= */
#indexBg { background: url(../img/bg.gif) #FFFFFF top center repeat-x; }

#mainIndex,
#mainIndex .logo a { height: 606px; }
#mainIndex { background: url(../img/photo.png) top center no-repeat; }

#mainIndex .logo { background: url(../img/name.png) top center no-repeat; }
#mainIndex .logo a { display: block; }

#footerIndex {}
ul#menuIndex {
	width: 960px;
	margin-bottom: 30px;
	}

ul#menuIndex li,
#copyright .footerMenu li { list-style: none; }
ul#menuIndex li,
#copyright .footerMenu li.logoList { float: left; }
ul#menuIndex li a {
	height: 55px;
	display: block;
	}
ul#menuIndex li.menuBlog { background: url(../img/btn_01.gif) top left no-repeat; }
ul#menuIndex li.menuBlog a { width: 200px; }
ul#menuIndex li.menuBlog a:hover { background: url(../img/btn_01on.gif) top left no-repeat; }
ul#menuIndex li.menuAbout { background: url(../img/btn_02.gif) top left no-repeat; }
ul#menuIndex li.menuAbout a { width: 220px; }
ul#menuIndex li.menuAbout a:hover { background: url(../img/btn_02on.gif) top left no-repeat; }
ul#menuIndex li.menuSchol { background: url(../img/btn_03.gif) top left no-repeat; }
ul#menuIndex li.menuSchol a { width: 195px; }
ul#menuIndex li.menuSchol a:hover { background: url(../img/btn_03on.gif) top left no-repeat; }
ul#menuIndex li.menuAccess { background: url(../img/btn_04.gif) top left no-repeat; }
ul#menuIndex li.menuAccess a { width: 160px; }
ul#menuIndex li.menuAccess a:hover { background: url(../img/btn_04on.gif) top left no-repeat; }
ul#menuIndex li.menuContact { background: url(../img/btn_05.gif) top left no-repeat; }
ul#menuIndex li.menuContact a { width: 185px; }
ul#menuIndex li.menuContact a:hover { background: url(../img/btn_05on.gif) top left no-repeat; }

#copyright {
	padding-top: 1px;
	background: url(../common/dotline.gif) top left repeat-x;
	text-align:center;
	}

#copyright .footerMenu li.logoList { width: 355px; }
#copyright .footerMenu li.aboutCopy,
#copyright .footerMenu li.copyImg {
	float: right;
	display: block;
	}
#copyright .footerMenu li.aboutCopy {
	margin: 7px 20px 0px 0px;
	*margin: 5px 20px 0px 0px;
	}


/* ---------------------------------------------------------------------------------------
	MENU
======================================================================================= */
#menu {
	padding-top: 10px;
	height: 100px;
	background: url(../common/menu_bg.jpg) top center no-repeat;
	}
#menuBg { background: url(../common/menu_bg_bace.jpg) top left repeat-x; }
#menu .body {  }

#menu h1 { float: left; }
#menu h1 a {
	height: 90px;
	display: block;
	width: 430px;
	background: url(../common/logo.png) top left no-repeat;
	}

#menu ul {
	margin-top: 30px;
	list-style: none;
	width: 530px;
	float: right;
	}
#menu ul li {
	float: left;
	display: inline;
	}
#menu ul li a,
#menu ul li a:hover {
	height: 70px;
	display: block;
	}
#menu .blog a {
	width: 90px;
	background: url(../common/menu_01.png) top left no-repeat;
	}
#menu .blog a:hover { background: url(../common/menu_01on.png) top left no-repeat; }

#menu .about a,
#menu .about a:hover,
#menu .aboutOn { width: 110px; }
#menu .about a { background: url(../common/menu_02.png) top left no-repeat; }
#menu .about a:hover { background: url(../common/menu_02on.png) top left no-repeat; }
#menu .aboutOn { background: url(../common/menu_02now.png) top left no-repeat; }

#menu .scholars a,
#menu .scholars a:hover,
#menu .scholarsOn { width: 128px; }
#menu .scholars a { background: url(../common/menu_03.png) top left no-repeat; }
#menu .scholars a:hover { background: url(../common/menu_03on.png) top left no-repeat; }
#menu .scholarsOn { background: url(../common/menu_03now.png) top left no-repeat; }

#menu .access a,
#menu .access a:hover,
#menu .accessOn { width: 100px; }
#menu .access a { background: url(../common/menu_04.png) top left no-repeat; }
#menu .access a:hover { background: url(../common/menu_04on.png) top left no-repeat; }
#menu .accessOn { background: url(../common/menu_04now.png) top left no-repeat; }

#menu .contact a,
#menu .contact a:hover,
#menu .contactOn { width: 102px; }
#menu .contact a { background: url(../common/menu_05.png) top left no-repeat; }
#menu .contact a:hover { background: url(../common/menu_05on.png) top left no-repeat; }
#menu .contactOn { background: url(../common/menu_05now.png) top left no-repeat; }


/* ---------------------------------------------------------------------------------------
	ABOUT
======================================================================================= */
#about {
	padding-top: 110px;
	background: url(../about/img/bg.gif) top left no-repeat;
	}

#about h2 {}

.eng,
.engCont { font-family: Arial, Helvetica, sans-serif; }
h3.eng {
	padding: 25px 5px 10px;
	font-weight: bold;
	font-size: 14px;
	}

#about .title { padding-bottom: 54px; }
#about .title img { float: left; }
#about .title,
#access .title,
#contact .title,
#logo .title { background: url(../common/line.gif) bottom center no-repeat; }

h3.subTitle { margin: 35px 0px 20px;}
h3.noMarg { margin-top: 0px; }

.mainBody,
#access .mapBody { width: 800px; }

.lastCont { margin-top: 35px; }

#pageMenu {
	width: 710px;
	list-style: none;
	}
#pageMenu li {	
	margin-left: 20px;
	padding-left: 13px;
	line-height: 120%;
	float: right;
	background: url(../common/arrow_down.gif) 0px 3px no-repeat;
	display: inline;
	*white-space:nowrap;
	}
#pageMenu li a {}

.mainCont {}

#about .mainCont {
	padding-bottom: 18px;
	background: url(../common/line_int.gif) bottom center no-repeat;
	}

.pagetop {
	margin-top: 20px;
	float: right;
	width: 50px;
	background: url(../common/pageup.gif) top center no-repeat;
	}
.pagetop a {
	height: 22px;
	display: block;
	}

#about .question { background: url(../about/img/about_bg.gif) 0px 15px no-repeat; }

.textCont,
.engCont {
	padding-left: 5px;
	padding-right: 5px;
	}

#activity {
	border: 2px solid #000000;
	padding: 25px;
	}

#activity dt { margin-top: 12px; }
#activity dt.first { margin-top: 0px; }
#activity h4 {
	padding: 2px 0px 2px 22px;
	line-height: 120%;
	font-weight: bold;
	}
#activity h4.point01,
#activity h4.point05 {
	background: url(../about/img/screw_01.gif) 0px 0px no-repeat;
	*background: url(../about/img/screw_01.gif) 0px 2px no-repeat;
	}
#activity h4.point02,
#activity h4.point06 {
	background: url(../about/img/screw_02.gif) 0px 0px no-repeat;
	*background: url(../about/img/screw_02.gif) 0px 2px no-repeat;
	}
#activity h4.point03 {
	background: url(../about/img/screw_03.gif) 0px 0px no-repeat;
	*background: url(../about/img/screw_03.gif) 0px 2px no-repeat;
	}
#activity h4.point04 {
	background: url(../about/img/screw_04.gif) 0px 0px no-repeat;
	*background: url(../about/img/screw_04.gif) 0px 2px no-repeat;
	}

.dotline,
#activity .engBody { background: url(../common/dotline.gif) top left repeat-x; }
#activity .engBody {
	margin-top: 25px;
	padding-top: 25px;
	}
#activity dd { padding: 3px 0px 0px 22px; }

#about .outline {
	border-top: 1px solid #E3E3E3;
	border-left: 1px solid #E3E3E3;
	}
#about .outline td {
	padding: 8px 12px;
	border-bottom: 1px solid #E3E3E3;
	border-right: 1px solid #E3E3E3;
	}
#about .outline td.subTitle {
	width: 130px;
	background-color: #171717;
	border-bottom: 1px solid #999999;
	color: #CCCCCC;
	}
#about .outline td table td {
	padding: 0px;
	border: none;
	}

#about h3.aboutCenter {
	width: 500px;
	height: 30px;
	background: url(../about/img/stitle_01.png) top left no-repeat;
	}


/* ---------------------------------------------------------------------------------------
	SCHOLARS
======================================================================================= */
#scholars {
	padding-top: 110px;
	background: url(../scholars/img/bg.gif) top left no-repeat;
	}

#scholars .title {
	padding-bottom: 60px;
	background: url(../scholars/img/line.gif) bottom center no-repeat;
	}

#scholars .photoR { background: url(../scholars/img/bg_r.gif) top right repeat-y; }
#scholars .photoL { background: url(../scholars/img/bg_l.gif) top left repeat-y; }
#scholars .photoRs { background: url(../scholars/img/bg_r2.gif) top right repeat-y; }
#scholars .photoB {
	padding-top: 25px;
	background: url(../scholars/img/bg_b.gif) bottom right no-repeat;
	}
#scholars .memberBg {
	padding-top: 10px;
	background: url(../scholars/img/bg_c.gif) top center no-repeat;
	}
#scholars .memberBg2 {
	padding-top: 60px;
	background: url(../scholars/img/bg_c2.gif) top center no-repeat;
	}

#scholars .mainCont {
	padding-bottom: 18px;
	background: url(../scholars/img/line2.gif) bottom center no-repeat;
	}

#scholars .icon { margin: 25px 0px 15px; }

#scholars h3.name { margin-bottom: 8px; }
#scholars h3.eng {
	padding-top: 20px;
	padding-bottom: 0px;
	}
#scholars .engCont {}
#scholars h4.eng {
	padding: 0px 5px 5px;
	color: #F0B500;
	font-weight: bold;
	font-size: 10px;
	}


/* ---------------------------------------------------------------------------------------
	ACCESS
======================================================================================= */
#access {
	padding-top: 110px;
	background: url(../access/img/bg.gif) top left no-repeat;
	}

#access .title { padding-bottom: 60px; }

#access .mapBody {
	height: 600px;
	margin-top: 10px;
	}


/* ---------------------------------------------------------------------------------------
	CONTACT
======================================================================================= */
#contact {
	padding-top: 110px;
	background: url(../contact/img/bg.gif) top left no-repeat;
	}

#contact .bg { background:url(../contact/img/robo.gif) left bottom no-repeat; }

#contact .title { padding-bottom: 60px; }

#contact h3.tel { margin-top: 105px; }
#contact h3.mail { margin-top: 22px; }

#contact .partner { border: 2px solid #000000; }

#contact h4.subTitle {
	margin-top: 10px;
	width: 350px;
	}

#contact .suitable,
#contact .suitableEng {
	width: 319px;
	background-color: #F9C700;
	padding: 8px 10px 8px;
	}
#contact .suitable { margin: 15px auto 0px; }
#contact .suitableEng { margin: 5px auto 15px; }
#contact .suitTitle { margin-bottom: 5px; }

#contact .suitList,
#contact .suitListEng { list-style: none; }
#contact .suitList li,
#contact .suitListEng li {
	padding: 2px 0px 4px 16px;
	color: #333333;
	}
#contact .suitList li { line-height: 120%; }
#contact .suitListEng li { line-height: 100%; }
#contact .suitList li.point01,
#contact .suitListEng li.point01 { background: url(../contact/img/screw_01.gif) 0px 2px no-repeat; }
#contact .suitList li.point02,
#contact .suitListEng li.point02 { background: url(../contact/img/screw_02.gif) 0px 2px no-repeat; }
#contact .suitList li.point03,
#contact .suitList li.point06,
#contact .suitListEng li.point03,
#contact .suitListEng li.point06 { background: url(../contact/img/screw_03.gif) 0px 2px no-repeat; }
#contact .suitList li.point04,
#contact .suitListEng li.point04 { background: url(../contact/img/screw_04.gif) 0px 2px no-repeat; }
#contact .suitList li.point05,
#contact .suitListEng li.point05 { background: url(../contact/img/screw_05.gif) 0px 2px no-repeat; }

#contact .suitContact { margin: 6px 0px 15px; }


/* ---------------------------------------------------------------------------------------
	ABPUT LOGO
======================================================================================= */
#logo {
	padding-top: 110px;
	background: url(../logo/img/bg.gif) top left no-repeat;
	}

#logo .title { padding-bottom: 60px; }






















