@charset "UTF-8";

@import "base.css";
@import "navi.css";


#contents {
	background: url(../images/bg_image.gif) repeat-y;
}
#main {
	float: right;
	width: 532px;
}
#side {
	float: left;
	width: 220px;
}

#navigationInformation {
	margin-top: 0.5em;
	margin-left: 26px;
}

#cudoMark {
	text-align: center;
	margin-top: 5em;
}
#cudoMarkText {
	margin: 0 10px;
	font-size: 90%;
}

.contentsBlock {
	line-height: 1.5em;
	padding: 0 10px;
	margin-bottom: 3em;
	clear: both;
}
