/* CSS Document */

#header-inner {
	background-image: url(/css/image/top.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#content-inner {
	border-color: #fff;
	background-color: #fff;
	background-image: url(/css/image/under.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 490px;
}

.hidri {
	margin: 3px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: auto;
	width: 20%;
	font-weight: bold;
}

.migi {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	width: 80%;
	text-align: left;
}
