/* Stylesheet for top page */
/* Created by Keisuke Nishida */

/* include common settings */
@import "common.css";

.title h1
{
	line-height:1.0;
	font-size:160%;
	font-weight:bold;
	text-align:left;
	color:#000000;
	background-color:transparent;
	padding:8px 20px 4px 15px;
	margin:0px;
}


.title ul
{
	line-height:1.3;
	font-size:90%;
	font-weight:normal;
	text-align:left;
	color:#000000;
	background-color:transparent;
	padding:0px 20px 0px 30px;
	margin:0px;
	list-style-type:none;
}

.title li
{
	padding:0;
	margin:0;
}

