@charset "Shift_JIS"; 
/* initialize */
*{
	margin: 0;
	padding: 0;
   line-height: 1.5;
	font-size: 100%;
}
body{
	margin-left:30px;
	margin-top:15px;
	background: url(/engineering/hypermedia/images/back.gif) repeat-y;
}
a:hover {
        color: #0033CC;
        text-decoration: underline;
}
li,ol,dt,dd{
	list-style: none;
	margin: 0;
	padding: 0;
}
/* container */
#container{
	width: 700px;
}
/* header */
#header{
	height: 115px;
	width: 700px;
	background: url(/engineering/hypermedia/images/header.gif) no-repeat;
}
h1{
	display:none;
}
#accessmap{
	float: right;
	padding: 47px 2px 2px 0;
}
#accessmap li{
	display: block;
	height: 15px;
	float: left;
	font-size: 12px;
}
li#home{
	background: url(/engineering/hypermedia/images/home-logo.gif) no-repeat;
	padding: 0 0 0 20px;
	vertical-align: middle;
}
li#sitemap{
	background: url(/engineering/hypermedia/images/contact-logo.gif) no-repeat;
	padding: 0 0 0 20px;
	vertical-align: middle;
}
li#contact{
	background: url(/engineering/hypermedia/images/sitemap-logo.gif) no-repeat;
	padding: 0 0 0 20px;
}
/* nav */
#nav{
	margin: 0 0 4px 0px;
}
#nav ul
{
padding: .2em 0;
margin: 0;
list-style-type: none;
background-color: #120B56;
color: #FFF;
width: 100%;
font: normal 90% arial, helvetica, sans-serif;
}
#nav li { display: inline; }
#nav li a
{
text-decoration: none;
background-color: #120B56;
color: #FFF;
padding: .2em 1em;
border-right: 1px solid #fff;
}
#nav li a:hover
{
background-color: #369;
color: #fff;
}
/* contents */
#contents{
	float:left;
	width: 700px;
}
/* image */
#point{
	float: left;
	display: block;
	width: 700px;
	height: 250px;
	background: url(/engineering/hypermedia/images/top-photo.jpg) no-repeat;
}
h2{
	clear: both;
	display: block;
	height: 37px;
	background: url(/engineering/hypermedia/images/h2line.gif) repeat-x;
	color: White;
	margin-top:7px; 
	padding: 4px 0 0 15px;
}
h3{
	clear: both;
	font-family: Times,"Times New Roman",serif;
	font-size: 140%; 
	color: #120B56; 
	border-bottom: 1px solid #999999;
	margin-bottom: 10px;
	margin-top: 0.6em;
}
h4{
   clear:both;
	text-align: right;
	padding: 0 10px 2px 0;
	border-bottom: 1px solid #000066;
}
/* topics */
#topics{
	margin: 10px 0 0 20px;
}
#detail{
	margin: 1em;
	text-indent: 1em;
}
ol#paperlist li{
	list-style-type: decimal;
	list-style-position: outside;	
	margin: 0 20px 0 50px;
}
#field li{
	list-style-type: decimal;
	list-style-position: outside;	
	margin: 0 20px 0 50px;
}
ol#numlist li{
	font-weight: normal;
	list-style-type: decimal;
	list-style-position: outside;	
	margin: 5px 0 0 25px;
}
#gallary li, #imglist{
	float: left;
	margin: 30px;
}
/* sitemap page */
#contentslist ,#nestlist li{
	list-style-type: circle;
	margin: 0 0 0 30px;
}
/* table css */
table{
	width: 100%;
}
th{
	width: 100px;
	text-align: center;
}
td{
	text-align:left;
	padding-left:20px;
}
#hp{
	width: 220px;
}
th,td{
	border-bottom: 1px solid;
}
/* history */
#history dl{
	margin: 7px 12px;
}
#history dt{
	float: left;
	width: 123px;
	text-align: center;
}
#history dd{
	float: left;
	width: 553px;
	border-bottom: 2px dashed #000066;
	padding-left: 15px;
}
/* box */
#box{
	margin: 10px 30px;
}
#box li{
	clear: both;
	margin: 30px 0px;
	font-weight: bold;
}
#box dl{
	display: block;
	margin: 0.5em;
	font-weight: normal;
}
#box dt{
	padding-left: 1em;
	border-left: 6px solid black;
}
#box dd{
	display: block;
	margin: 0.5em 1.5em;
}
#box img{
	float: right;
	margin-left:50px;
}
/* footer */
#footer{
	clear: both;
	width: 700px;
	height: 48px;
}
#tpuglogo{
	display: block;
	background: url(/engineering/hypermedia/images/tpug-logo.gif) no-repeat;
	height: 37px;
}
#copyright address{
	display:block;
	font-style: normal;
	font: normal normal bold small "Times New Roman", sans-serif;
	font-size: .8em;
	margin-left: 10px;
}
address#tpuglogo{
	display: none;
}
/* etc */
#sep{
	color: White;
}

a{
        color: #0033CC;
	text-decoration: none;
}