@charset "utf-8";

#allpage {
	background-color: #D0C8B3;
}

#introduction {
	float: left;
	width: 49%;
}
#body #bodypanel1 {
	float: right;
	width: 49%;
}
#body #bodypanel2 {
	width: 49%;
}
#body {
}
.inside_container {
	padding-right: 4%;
	padding-left: 4%;
	background-image: url(../images/inside_container_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	padding-top: 2%;
}
.inside_container h1 {
	font-size: 1.4em;
	line-height: 1.6em;
}
.inside_container h2 {
	font-size: 1.2em;
	line-height: 1.4em;
}
.inside_container h3 {
	font-size: 1.1em;
	line-height: 1.1em;
}
.inside_container .floatleft {
	float: left;
	margin-right: 10px;
}
.banner_ad {
	height: 80px;
	width: 300px;
}
.noprint {
	background: url(../images/inside_container_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	padding-top: 3%;
	padding-right: 4%;
	padding-left: 4%;
}
.chat_image {
	float: right;
	margin-left: 1%;
}
