

/* ----------------------------- */
/* ヘッダーの設定 */
/* ----------------------------- */
div#navi {
    position:absolute;
    top:   10px;
    right: auto;
    bottom:auto;
    left:  40px;
    width: 800px;
    background-color:#ffffff;
}
/* ナビゲーションボタンの位置 */
div#navi ul {
    position:absolute;
    top :130px;
    left :10px;
	bottom: auto;
    right: auto;

    margin-top: 0px;
    margin-left:10px;
}

div#navi ul li {
    display:inline;
    margin-right:6px;
}

div#navi a {
	text-decoration: none;
	border-bottom-style: none;
}

#navi ul{
	display: none;
}

div.sub{
	display: none;
}
/* ----------------------------- */
/* 本文用 */
/* ----------------------------- */

body {
 	margin-top: 200px;
	margin-left: 20px;
}

h1 {
    position:absolute;
    top:100px;
    right: auto;
    bottom:auto;
    left:  70px;
    margin-top: -35px;
	color: #999999;
	font-size: 38px;
	font-weight: normal;
    font-stretch: condensed;
	border-bottom-style: none;
}

h2 {
	color: #666666;
	font-size: 150%;
	font-weight: bold;
	border-bottom-color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	margin: 1em 1em 0 1em;
}

h2:first-letter {
	color: #990000;
	font-size: 150%;
}

h3 {
	color: #666666;
	font-size: 120%;
	font-weight; bold;
	margin 0;
	margin-left: 40px;
	border-bottom-color: #993333;
	border-bottom-width: 1px;
	border-bottom-style: none;
	text-decoration: underline;
	margin: 1em 10em 0em 2em;
	width:50%;
}

h4{
	margin:-1px 0 0 0;
	margin-left:2em;
	padding:5px;
	width:95%;
	border:1px solid #999;
	background:#eee;
}

A {
	text-decoration: none;
	line-height: 150%;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
}

A:link {
	color: #003399;
}
A:visited {
	color: #333333;
}
A:active {
	color: #990000;
}
A:hover {
	color: #990000;
}

p {
	color: #333333;
	line-height: 130%;
	margin: 1em 3em;
}

dl {
	color: #333333;
	line-height: 130%;
	margin: 1em 3em;
}

table {
	border-collapse: collapse;
	border-style: none;
	margin: 0.5em 0.5em;
}

table td {
	color: #333333;
	border-style: none;
	text-align: center;
	padding: 0.5em;
}


input {
	color: #333333;
	border-color: #990000;
	border-width: 1px;
	border-style: solid;
	text-align: center;
	margin:1em;
	padding: 0.2em 0.5em;
}

.red {
	color: #993333;
	font-weight: bold;
}

div#footerArea {
	margin: 1em 1em 0 1em;
    color:#333333;
    background-color:#ffffff;
    border-top-style: solid;
    border-width: 1px;
    border-color:red;
    font-weight:normal;
    font-style:normal;
    padding-top:10px;
    padding-bottom:10px;
    padding-left:15px;
}

/* ----------------------------- */
/* 教員紹介用 */
/* ----------------------------- */
div#profile{
	/*width:800px;*/
	margin:0;
	margin-left:30px;
	text-align:left;
}

div#profile table{
	width:600px;
margin:0;
margin-bottom:40px;
border:1px solid #999;
border-collapse:collapse;
}



div#profile table th{
font-weight:bold;
background:#eee;
border:1px solid #999;
}

div#profile table th,td{
padding:5px;
border:1px solid #999;
text-align:left;
border:1px solid #999;
}

div#profile h3{
margin:-1px 0 0 0;
padding:5px;
width:95%;
border:1px solid #999;
background:#eee;
text-decoration:none;
}

div#profile h4{
	margin:1em 1em 1em 1em;
	color: #666666;
	padding:5px;
	width:95%;
	border:none;
	background:none;
}

div#profile ul{
    margin-left:3em;
}

div#profile ul li{
	list-style-type: circle;
}

div#profile ul.grant li{
	margin-bottom: 2em;
}

div#profile ul.grant li ul li{
    display:inline;
    margin-right:3em;
	list-style-type: none;
}


div#profile ol{
    margin-left:4em;
}
div#profile ol li{
	list-style-type: decimal-leading-zero;
}


