@charset "utf-8";

@import url(reset.css);
@import url(base.css);

h2 {
	position: absolute;
	top: 22px;
	left: 10px;
	}

h3 {
	font-size: 1.5em;
	font-weight: normal;
	color: #932500;
	padding: 10px 0 0 42px;
	width: 581px;
	height: 37px;
	line-height: 1.1;
	font-family: meiryo,"メイリオ";
	}

h3.welcome {
	background: url(../images/welcome.jpg) no-repeat;
	}

h3.reform {
	background: url(../images/reform.jpg) no-repeat;
	}


/* content
---------------------------------------*/
div.section {
	margin: 0 7px 20px;
	}

div.section p.left-box {
	float: left;
	width: 380px;
	}

div.section a:hover {
	text-decoration: underline;
	color: #F00;
	}

div.assist {
	margin: 0 0 20px 10px;
	}

div.assist span {
	margin-left: 30px ;
	}


