@charset "UTF-8";

* {
	color: #666;
	line-height: 150%;
}

body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-size: 80%;
	font-family: "Osaka", "ＭＳ Ｐゴシック";
}

img {
	vertical-align: bottom;
	border: none;
}

.smallfont {
	font-size: 80%;
}

div#wrapper {
	width: 762px;
	margin: 0px auto;
	font-size: 100%;
	text-align: center;
	background-image: url(../img/ren_back.jpg);
	background-repeat: repeat-y;
}

div#wrapper_in {
	width: 730px;
	margin: 0px auto;
	padding: 0px;
	text-align: left;
}

h1 {
	margin: 0px;
	padding: 20px 5px;
}

h2 {
	margin: 0px;
	padding: 0px 10px 20px;
	font-size: 120%;
	color: #990000;
}

p.left {
	margin: 0px;
	padding: 0px 0px 10px 0px;
	width: 360px;
	float: left;
}

p.right {
	margin: 0px;
	padding: 0px 0px 10px 0px;
	width: 360px;
	float: right;
}

p.close {
	clear: both;
}

div#footer {
	clear: both;
	padding: 10px;
}

address {
	padding: 20px 0px 10px 0px;
	color: #999;
	font-size: 80%;
	font-style: normal;
	text-align: center;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999;
}


