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


div#main {
	margin-bottom: 50px;
}

a {
	margin: 0;
	padding: 0;
	color: #330000;
	text-decoration: underline;
}
a:link {
	text-decoration: underline;
}
a:visited {
	color: #330000;
	text-decoration: underline;
}
a:active {
	text-decoration: underline;
}
a:hover {
	color: #cc0000;
	text-decoration: none;
}

div#main {
	padding-bottom: 150px;
}

h3,
h4,
h5 {
	color: #330000;
	font-size: 100%;
	font-weight: normal;
}

div.left h3 {
	margin-bottom: 10px;
	padding: 8px;
	background-image: url(../img/sit_one.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

h3 img {
	margin: 0px 5px 4px 0px;
}

h4 {
	padding: 5px 0px 0px 23px;
}

h5 {
	padding: 5px 0px 0px 38px;
}

div.left {
	float: left;
	width: 265px;
	margin-top: 15px;
}

div.right {
	float: right;
	width: 265px;
}

div.right div {
	margin-top: 15px;
	background-color: #d5cdB7;
	background-image: url(../img/sit_top.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

div.right div h3 {
	padding: 8px 0px 0px 8px;
}

div.right div img {
	margin: 0px 5px 4px 0px;
}

.bottom {
	padding-bottom: 8px;
	background-image: url(../img/sit_bottom.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}

