@charset "UTF-8";
@import url("default.css");
@import url("screen_base.css");
@import url("index.css");

ul li {
	line-height:24px;
	margin-left: 30px;
}
ul li.ton a {
	font-size:14px;
	margin-top: 5px;
	margin-bottom: 5px;
	text-decoration: none;
	color: #0000FF;
}
ul li.ton a:hover {
	text-decoration: underline;
	color: #FF0066;
}
div#site {
	float: left;
	width: 590px;
	margin-right: auto;
	margin-left: auto;
}
div#site p {
	padding-right: 30px;
	padding-left: 30px;
	line-height:21px;
}
div#site h2 {
	background-image: url(../img/h2_back.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 7px 0px 0px 50px;
	height: 35px;
	margin-bottom: 10px;
	font-size: 120%;
}
div#site h3 {
	background-image: url(../img/h3_back.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 7px 0px 0px 50px;
	height: 35px;
	margin-bottom: 10px;
	font-size: 120%;
	color: #00F;
}