
* {
	border: none;
	margin: 0px;
	padding: 0px;
}

html {
	overflow-y: scroll;
}

body {
	background: #f3f1eb url(images/bg.jpg) repeat center top;
	color: #694200;
	font-size: 80%;
}

h2.img {
	background-position: left top;
	background-repeat: no-repeat;
	clear: both;
	font-size: 125%;
	line-height: 1.2em;
	padding: 15px 0px 15px 45px;
}

h2.img span {
	display: block;
	font-size: 80%;
	font-weight: normal;
	margin: -10px 5px 0px 0px;
	text-align: right;
}

p {
	line-height: 1.7em;
	margin: 8px 0px;
	text-align: justify;
	text-justify: distribute;
}

p.mn {
	margin: 0px;
}

p.right {
	text-align: right;
}

p.mn-right {
	margin: 0px;
	text-align: right;
}

p.center {
	text-align: center;
}

p.mn-center {
	margin: 0px;
	text-align: center;
}

a {
	color: #108107;
	overflow: hidden;
}

a:hover {
	color: #1ce00c;
}

a.img-link {
	text-decoration: none;
}

a.img-link:hover {
	text-decoration: underline;
}

a.img-link img {
	border: 1px solid #abd380;
}

a.img-link:hover img {
	border-color: #c5f062;
}

a.link-btn {
	background: url(images/link_btn.gif) no-repeat 1px 1px;
	border-bottom: 1px dotted #9d9500;
	color: #9d9500;
	padding: 2px 5px 2px 20px;
	text-decoration: none;
}

a.link-btn:hover {
	background-color: yellow;
	background-position: 1px -197px;
	border-color: #777100;
	color: #777100;
}

a.link-btn-back {
	background: url(images/link_btn_back.gif) no-repeat 2px 1px;
	border-bottom: 1px dotted #9d9500;
	color: #9d9500;
	padding: 2px 5px 2px 21px;
	text-decoration: none;
}

a.link-btn-back:hover {
	background-color: yellow;
	background-position: 0px -197px;
	border-color: #777100;
	color: #777100;
}

ul {
	list-style-type: none;
}

ol {
	line-height: 1.5em;
	margin-left: 2em;
}

ol li {
	margin-top: 5px;
}

table {
	border-collapse: collapse;
	line-height: 1.5em;
	width: 100%;
}

span.red {
	color: red;
}

span.xx-large {
	font-size: 200%;
	line-height: 1.5em;
}

span.x-large {
	font-size: 150%;
	line-height: 1.5em;
}

span.large {
	font-size: 125%;
	line-height: 1.5em;
}

span.small {
	font-size: 85%;
	line-height: 1.2em;
}

span.img-right {
	float: right;
	margin: 5px 0px 5px 8px;
}

span.img-left {
	float: left;
	margin: 5px 8px 5px 0px;
}

ul.list {
	line-height: 1.5em;
}

ul.list li {
	background: url(images/ul_list_li.gif) no-repeat 8px 6px;
	margin: 3px 0px;
	padding-left: 22px;
}

ul.notelist {
	line-height: 1.5em;
	list-style-type: none;
	margin: 0px 0px 0px 1.8em;
}

ul.notelist li {
	padding: 3px 0px;
	text-indent: -1.2em;
}

ul.notelist li span.maker {
	margin-right: 0.2em;
}

div.line {
	background: url(images/line.gif) no-repeat;
	clear: both;
	font-size: 5px;
	height: 20px;
}

.clear {
	clear: both;
	display: block;
}

div.space10px {
	clear: both;
	font-size: 5px;
	height: 10px;
}

div.space20px {
	clear: both;
	font-size: 5px;
	height: 20px;
}

div.space50px {
	clear: both;
	font-size: 5px;
	height: 50px;
}

/***********************************************************************/
#header-bg {
	background: url(images/header_bg.jpg) no-repeat center top;
}

#header {
	height: 170px;
	margin: 0px auto;
	position: relative;
	width: 850px;
}

#header #header-logo {
	left: 0px;
	position: absolute;
	top: 5px;
}

#globalnav {
	float: right;
	padding-right: 25px;
	position: relative;
	width: 463px;
}

#globalnav a {
	background-repeat: no-repeat;
	display: block;
	font-size: 10px;
	position: absolute;
	text-decoration: none;
	text-indent: -2000em;
}

#globalnav a.blogbtn {
	background: url(images/globalnav_blogbtn.jpg) no-repeat;
	height: 74px;
	left: 370px;
	top: 0px;
	width: 106px;
}

#globalnav a.blogbtn:hover {
	background-position: 0px -84px;
}

#globalnav a.rental {
	background-image: url(images/globalnav_rental.jpg);
	height: 31px;
	left: 0px;
	top: 99px;
	width: 123px;
}

#globalnav a.rental:hover {
	background-position: 0px -41px;
}

#globalnav a.commu {
	background-image: url(images/globalnav_commu.jpg);
	height: 31px;
	left: 145px;
	top: 88px;
	width: 138px;
}

#globalnav a.commu:hover {
	background-position: 0px -41px;
}

#globalnav a.event {
	background-image: url(images/globalnav_event.jpg);
	height: 30px;
	left: 309px;
	top: 74px;
	width: 163px;
}

#globalnav a.event:hover {
	background-position: 0px -40px;
}

#globalnav a.profile {
	background-image: url(images/globalnav_profile.jpg);
	height: 28px;
	left: 126px;
	top: 125px;
	width: 120px;
}

#globalnav a.profile:hover {
	background-position: 0px -38px;
}

#globalnav a.gdiary {
	background-image: url(images/globalnav_gdiary.jpg);
	height: 33px;
	left: 303px;
	top: 108px;
	width: 140px;
}

#globalnav a.gdiary:hover {
	background-position: 0px -43px;
}

#container {
	margin: 0px auto;
	width: 830px;
}

#footer {
	margin: 0px auto;
	padding-top: 10px;
	width: 830px;
}

#footer p#pagetop {
	font-size: 85%;
	line-height: 1em;
	margin: 0px;
	padding: 0px 8px 7px 0px;
	text-align: right;
}

#footer #footer-copy {
	height: 26px;
	position: relative;
	width: 830px;
}

#footer #footer-copy a#footer-rukkora {
	background: url(images/footer_rukkora.jpg) no-repeat;
	display: block;
	font-size: 10px;
	height: 18px;
	position: absolute;
	right: 5px;
	text-decoration: none;
	text-indent: -2000em;
	top: 1px;
	width: 107px;
}

#footer #footer-copy a#footer-rukkora:hover {
	background-position: 0px -28px;
}

#footer h3 {
	float: left;
	padding: 6px 0px 20px 0px;
	width: 130px;
}

#footer address {
	display: block;
	float: left;
	font-style: normal;
	padding: 13px 0px 20px 0px;
	width: 595px;
}

