* {
	margin: 0px;
	padding: 0px;
	color: #333333;
}
body {
	background: #ffffff;
	margin: 2px;
}
div.page {
	background: #ffffff;
	width: 800px;
	margin: 3px auto;
}
p {
   line-height: 140%;
   text-indent: 1em;
	margin-top: 0.3em;
	margin-bottom: 0.2em;
}
p.name {
    text-align:center;
    font-size:10pt;
}
p.shokai {
    font-size:smaller;
    text-indent:0px;
}
p.noindent {
   line-height: 140%;
   text-indent: 0em;
	margin-top: 0.3em;
	margin-bottom: 0.2em;
}
p.caption {
    font-size:small;
    text-align:center;
}
font.red {
	color: red;
}
font.blue {
	color: blue;
}
div.burasage {
    margin-left: 1em;
    margin-bottom: 0.2em;
    text-indent: -1em;
    line-height: 140%;
    margin-top:0.2em;
}

/* 研究活動の要旨につかう設定（２文字ぶら下げ）*/

p.ys {
	text-indent: -2em;
	margin-left: 2em;
	line-height: 140%;
}

/* 注の表記につかう設定（グレー、文字小さく、１文字ぶら下げ）*/

p.note {
    margin-left: 1em;
	text-indent: -1em;
    line-height: 1.3;
    font-size:smaller;
    color:#6C6C6C;
}
li {
   line-height: 140%;
	margin: 0.2em 0em 0.2em 1.4em;
}
ul {
	padding-left: 1em;
}
ol {
	padding-left: 1em;
}
div.profile {
    font-size:11pt;
}
a {
	text-decoration: none;
}
a:link{
	color: #0000FF;
}
a:visited{
    color: navy;
}
a:hover{
    color: #f3510c;
    text-decoration: none;
}
a.underline {
    border-bottom: 1px dotted navy;
}

/*  リンク先にPDFマークを付ける場合  */

a.pdf {
	background-image: url("image/pdf.gif");
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 33px;
}

/*  リンク先にWordマークを付ける場合  */

a.word {
	background-image: url("image/word.gif");
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 33px;
}

/*  各ページ左上のロゴの設定  */

div.toplogo {
    float: left;
    margin-top: 3px;
}

/*  トップページ右上の Language 表記  */

div.language {
	text-align: right;
	text-decoration: none;
	color: #999999;
	font-size: 10pt;
	padding-top: 5px;
}
div.language a {
    background: #8080ff;
    padding: 2px 3px;
    margin: 0px;
    text-decoration: none;
    color: #ffffff;
    text-align:center;
}
div.language a:hover{
    background: orange;
	text-decoration: none;
	color: white;
}
div.language a:visited{
	color: white;
}

/*  右上のヘッダ（リンク）  */

div.header {
    text-align: right;
    background-color: #ffffff;
    color: navy;
    padding-top: 15px;
}
div.header a {
	text-decoration: none;
	border-right: 1px navy solid;
	padding: 0px 0.5em 0px 20px;
    font-size: 10pt;
}

a.home {
	background-image: url("image/header_home.gif");
	background-repeat: no-repeat;
	background-position: left center;
}
a.mail {
	background-image: url("image/header_mail.gif");
	background-repeat: no-repeat;
	background-position: left center;
}
a.access {
	background-image: url("image/header_access.gif");
	background-repeat: no-repeat;
	background-position: left center;
}
a.sitemap {
	background-image: url("image/header_sitemap.gif");
	background-repeat: no-repeat;
	background-position: left center;
}

/*  教員紹介（ボックスの設定）  */

div.staffs {
	margin: auto;
	width: 600px;
	border: solid 1px #999999;
}

/*  教員紹介（タイトルの設定）  */

div.staffs h3 {
    border-bottom: solid 1px #999999;
    font-size:12pt;
    color: black;
    background-color: #cccccc;
    margin-top: 0px;
    font-weight:400;
}

/*  教員紹介（「より詳しく」リンクの設定）  */

div.staffs a {
    font-size: 11pt;
    background: #8080ff;
    padding: 2px 3px;
    text-decoration: none;
    color: #ffffff;
    text-align:right;
}
div.staffs a:hover{
    background: orange;
	text-decoration: none;
	color: white;
}
div.staffs a:visited{
	color: white;
}

/*  ナビゲーションバー（タイル型）の設定  */

div.navi {
	clear: both;
	padding: 0px;
	margin: 0px;
	height: 35px;
	background-color: #ffffff;
	border: solid 1px #cccccc;
}
div.navi ul{
	margin: 0px;
	padding: 0px;
}
div.navi ul li{
	list-style: none;
	margin: 3px 0px 0px 3px;
	padding: 0px;
	float: left;
	display: block;
}
/* white-space: nowrap; */

div.navi ul a {
    background: navy;
    padding: 2px 10px;
    margin: 0px;
    display: block;
    text-decoration: none;
    color: #ffffff;
    text-align: center;
    border: 1px solid #999999;
}
div.navi ul a.here {
	background-color: #8080ff ! important;
	color: #ffffff;
	border: 1px solid #999999;
}
div.navi ul a:hover{
    background: orange;
	color: white;
}

/*  ナビゲーションバー（テキスト型）の設定  */

div.text_navi {
	clear: both;
    font-size:10pt;
	line-height: 160%;
}
div.text_navi a {
	border-bottom: dotted 1px #999999;
}

/*  左メニューの設定  */

div.menu {
    float: left;
    width: 160px;
    margin-right: 10px;
}
div.menu ul{
    padding: 0px;
    font-size:12pt;
}
div.menu ul li{
    width: 95%;
    height: 100%;
	margin: 3px 5px 0px 0px;
	background: #CCCCCC;
	white-space: nowrap;
	display: block;
    text-align: center;
}
div.menu ul a{
    width: 100%;
    height: 100%;
	background: #ffffff;
	border: solid 1px #cccccc;
	padding: 2px 3px;
	margin: 0px;
	display: block;
    color: #666666;
    text-decoration: none;
}
div.menu ul a.here{
    text-decoration: none;
    background: #8080ff;
    padding: 2px 3px;
    color: #ffffff;
    font-weight: normal;
}
div.menu ul a.here2{
    text-decoration: none;
    background: #b3b3ff;
    padding: 2px 3px;
    color: black;
    font-weight: normal;
}
div.menu ul a.away{
    text-decoration: none;
    background: #dddddd;
    padding: 2px 3px;
    color: #777777;
    font-weight: normal;
}
div.menu ul a.notyet{
    text-decoration: none;
    background: #ffffff;
    padding: 2px 3px;
    color: #cccccc;
    font-weight: normal;
}
div.menu ul a:hover{
    text-decoration: none;
    background: #ff8e1e;
    padding: 2px 3px;
    color: #ffffff;
    font-weight: normal;
}
div.label{
    width: 100%;
    height: 100%;
	background: #cccccc;
	padding: 3px;
	border: 1px solid #cccccc;
	margin: 0px;
	display: block;
    color: black;
}

/*  右メイン領域の設定  */

div.main_right {
	float: right;
	width: 620px;
	margin-top: 4px;
	margin-left: 3px;
}

/*  左メニュー無し・全面メイン領域の設定  */

div.main {
    clear: both;
    margin-top: 5px;
    padding-top:10px;
}

/*  トップページ・What's New 領域の設定  */

div.whats_new {
	float: left;
	width: 580px;
	padding-top: 10px;
}
div.what_new_left {
	text-align: left;
	float: left;
padding-left: 0.3em;
}
div.what_new_right {
	text-align: right;
	float: right;
	font-size: 10pt;
}
div.what_new_h2 {
    color: black;
    background-color: #cccccc;
    padding: 4px 5px;
    font-size: 15pt;
    font-weight: normal;
    margin: 0.6em 0em;
    font-family:HGPｺﾞｼｯｸE;
    height:1.2em;
}

/*  トップページ・右側バナーの設定  */

div.right_column {
    float: right;
    width: 200px;
    margin-top: 10px;
    border: solid 1px #999999;
    padding: 5px 5px;
}

div.right_column a img{
	margin-top: 2px;
	border: solid 1px gray;
}
div.right_column a:hover img{
	border: solid 1px orange;
}


h1 {
   color: navy;
   background-color: #ffffff; 
   border-color: navy;
   border-bottom: solid 1px;
   font-size: 18pt;
   font-weight: normal; 
   padding: 3px;
   line-height: 140%;
	margin-bottom: 0.5em;
}
h2 {
    color: black;
    background-color: #cccccc;
    padding: 4px 5px;
    font-size: 15pt;
    font-weight: normal;
    margin: 0.6em 0em;
    font-family:HGPｺﾞｼｯｸE;
}
h3 {
    color: navy;
    background-color:#ffffff;
    border-bottom: solid 1px #999999;
    padding: 6px;
	margin-top: 5px;
	margin-bottom: 3px;
    font-size: 12pt;
    font-weight:bold;
}
h4 {
	margin-top: 0.5em;
	margin-bottom: 3px;
	color: #666666;
}
h4.shokai {
	margin-top: 0.9em;
	margin-bottom: 0.3em;
	color: #666666;
}

/*  span 背景グレーにネイビーの縁取り  */

span {
    background-color: #dddddd;
    line-height: 140%;
    padding: 3px;
    border-style: solid;
    border-color:#004080;
    border-width: 1px;
}

/*  span バイオレットグレーに白抜き  */

span.violet {
	line-height: 110%;
	border: none;
    background: #8080ff;
    padding: 2px 3px;
    color:#FFFFFF;
}

/*  span 黄色に黒文字  */

span.yellow {
	line-height: 110%;
	border: solid 1px #004080;
    background: #FFE840;
    padding: 3px 5px;
    color: black;
}
/*  talbe 標準（width 90%） */

table.std {
    margin: 1em auto;
    text-align: center;
    border-collapse: collapse;
    border: solid 1px #999999;
    width:90%;
}
table.std td {
    border: solid 1px #999999;
    padding: 3px 5px;
}

/*  talbe full（width 100%） */

table.full {
    margin: 1em auto;
    text-align: center;
    border-collapse: collapse;
    border: solid 1px #999999;
    width:100%;
}
table.full td {
    border: solid 1px #999999;
    padding: 3px 5px;
}
table.full_left {
    margin: 1em auto;
    text-align: left;
    border-collapse: collapse;
    border: solid 1px #999999;
    width:100%;
}
table.full_left td {
    border: solid 1px #999999;
    padding: 3px 5px;
}
td.std {
    border: solid 1px #999999;
    padding: 3px 5px;
}

/*  talbe 行の設定（左揃え） */

td.left {
    border: solid 1px #999999;
    padding: 3px 5px;
    text-align:left;
    padding-left:1em;
}

/*  talbe TOEFL用の設定 */

table.toefl {
    margin: 1em auto;
    text-align: center;
    border-collapse: collapse;
    border: solid 1px #999999;
    width:100%;
}
table.toefl td {
    border: solid 1px #999999;
    padding: 3px 0px;
}

div.p  {
line-height: 140%;
}

div.two {
   line-height: 140%;
   margin-left: 2em;
}
div.bs {
   line-height: 140%;
   margin-left: 0.6em;
   text-indent: -0.6em;
}
div.bst {
   line-height: 140%;
   margin-left: 3.4em;
   text-indent: -1.5em;
}
div.left {
	float: left;
	width: 50%;
}
div.right {
	float: right;
	width: 50%;
}
div.update {
    clear: both;
    width: 800px;
    padding-top: 12px;
    border-bottom: solid 1px;
    border-color: #999999;
    font-size: 10pt;
}
div.link {
    font-size:11pt;
    text-align:right;
	margin-top: 0.8em;
	margin-bottom: 0.5em;
}
div.link a {
	border-right: solid 1px navy;
	padding: 0px 5px;
}
div.footlink {
    text-align:center;
    font-size: 10pt;
    color: navy;
    margin-top:10px;
}
div.footlink a {
	text-decoration: none;
    font-size: 10pt;
	border-right: 1px navy dotted;
	padding: 0px 5px;
}
div.footlink a.right {
	text-decoration: none;
    font-size: 10pt;
	padding: 0px 5px;
	border: none;
}
div.footer {
    margin-top: 6px;
    padding: 5px;
    font-size: small;
    background-color: #cccccc;
    text-align:center;
}
div.copyright {
	font-size: small;
    text-align: left;
}
div.imgbox {
    margin: 5px 25px 5px 0px;
	float: left;
	padding: 15px;
    background-color:#ffffff;
}
div.imgbox_f {
    margin: 0px;
    float: right;
	padding: 15px;
    background-color:#ffffff;
}

