/*
You should not write comments in Japanese or
foolish web browsers become unable to read this file.

This file is an additional style definition.
Main style definitions are wrote in "/include/main.css". See it.
*/

/*list title*/
DT{
	clear:both;
	font-weight:bold;
	float:left;
	width:20%;
	margin:0.2em 0px 0px 0px;
	padding:0px;
}


/*list description*/
DD{
	float:left;
	width:80%;
	margin:0.2em 0px 0px 0px;
	padding:0px;
}

/*list border*/
.border{
	border-top:1px solid #CCCCCC;
	margin-top:0.5em;
	padding-top:0.5em;
}

/*image border (in research.html)*/
.img_border{
	border:1px solid #CCCCCC;
	margin:3px;
}


/*description of access route #1 - #4*/
.h3_access{
	margin-left:2em;
	margin-top:1em;
	width:80%;
	border-bottom:1px dotted #E20020;
	color:#E20020;
}