.maintext {
	font-size: 90%;
	line-height: 150%;
}
.smalltext {
	font-size: 80%;
	line-height: 120%;
}
.maintextshifted {
	font-size: 90%;
	line-height: 150%;
	padding-left: 18px;
}
div.clear {
	clear: both;
	margin: 0;
	padding: 0;
}
body {
	background-color: #003300;
	text-align: center;
	padding: 0px;
	margin: 0px;
}
#headbar h1 {
	position: absolute;
	top: 3px;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-weight: normal;
	margin-left: 10px;
}
#container {
	background-color: #fff;
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	min-height: 100%;
	height: auto;
}
.content {
	padding: 20px;
	background-color: #fff;
	float: left;
}
#leftside {
	width: 150px;
	float: left;
	padding-top: 15px;
}

#navbar, #navbar li {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	display: inline;
}
#navbar li.heading {
	line-height: 40px;
	padding-left: 16px;
	font-weight: bold;
	font-size: 90%;
	background: url(images/navhead.gif) repeat-y left center;
}
#navbar a {
	display: block;
	background-image: url(images/arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 13px;
	padding: 3px 0px 3px 13px;
	text-decoration: none;
	color: #060;
	margin-left: 14px;
	font-size: 13px;
}
#navbar a:hover {
	text-decoration: underline;
	color: #F63;
	background-image: url(images/arrowhover.gif);
}
#navbar a.active {
	font-weight: bold;
	background-image: url(images/arrowactive.gif);
	color: #369;
}
#rightside {
	width: 560px;
	float: right;
	padding-top: 15px;
}
#address {
	margin-top: 60px;
	text-align: center;
	line-height: 150%;
	font-size: 90%;
	clear: both;
}
#address rp {
	font-size: 70%;
}
.freedial {
	font-size: 18px;
	font-weight: bold;
	color: #003;
}
#footer {
	text-align: right;
	padding: 1px 24px;
	background-color: #eee;
	font-size: 80%;
	clear: both;
}
#footer span {
	float: left;
}

#indexbox {
	background-color: #fff;
	border: 1px solid #aaa;
	padding: 20px;
	background-image: url(images/indexbox_1.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	font-size: 80%;
	line-height: 170%;
}
#indexbox p {
	padding-top: 20px;
	margin-left: 20px;
	width: 240px;
	font-size: 90%;
	color: #222;
	line-height: 160%;
}
#indextext {
	margin-top: 100px;
	font-size:14px;
	line-height:220%;
	margin-left:13px;
	font-weight:bold;
	color:#CC9933;
}
#indexsubbox {
	padding: 0px;
	margin: 24px 0 0 12px;
	font-size:14px;
	line-height:220%;
	font-weight:bold;
	color:#CC9933;
}

#adressbox {
	font-size: 75%;
	line-height: 150%;
	margin-top: 20px;
	padding-top: 20px;
	padding-left: 4px;
	border-top : 1px dotted #aaa;
}
.effectbox {
	font-size: 90%;
	line-height: 150%;
	margin-left: 12px;
	padding: 12px;
	border : 1px solid #aaa;
	background-color:#FFDDFF;
}

h2.main {
	margin-top: 1.6em;
	background-image: url(images/headingbg2.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	font-size: 16px;
	padding: 0px 0px 8px 18px;
	color: #444;
	clear: both;
}
h3.main {
	background: url(images/headingbg.gif) repeat-x left top;
	padding: 5px;
	border: 1px solid #ccc;
	border-top: 5px solid  green;
	font-size: 14px;
	clear:both;
}
h3.catalog {
	color: #fff;
	padding: 4px;
	background-color: #306134; /* #a52345; */
	font-size: 18px;
	background-image: url(images/h3bg2.gif);
	border-left: 5px solid #010;
	background-repeat: repeat-y;
	background-position: right top;
}
h4.main {
	font-size: 14px;
	clear: both;
	border-bottom: 1px dotted #669966;
	padding: 4px;
}
#preload {
	background-image: url(images/arrow.gif);
	background-image: url(images/arrowhover.gif);
	background-image: url(images/arrowactive.gif);
}
#pagetitle {
/* 	background-image: url(images/pagetitlebg.gif); */
	background-repeat: repeat-x;
	background-position: left bottom;
	padding: 0px 8px;
	margin-top: 0px;
	font-size: 18px;
	border-left: 12px solid #C99;
}
.floatright {
	float: right;
	display: block;
	margin-left: 12px;
	margin-bottom: 12px;
}

p.staffimage {
	float: left;
	margin: 0 12px 12px 18px;
}
p.staffcomment {
	font-size: 90%;
	line-height: 150%;
}
table.otoiawase
{
	border: 1px solid gray;
	padding: 12px;
	width: 100%;
	margin-bottom: 14px;
}
table.otoiawase td.heading {
	padding: 6px;
	font-size: 90%;
	color: #600;
	vertical-align: top;
	white-space: nowrap;
	border-bottom: 1px solid #ddd;
}
table.otoiawase td.content {
	padding: 6px;
	vertical-align: top;
	border-bottom: 1px solid #ddd;
}
#address {
	margin-left: 10px;
	font-size: 80%;
	line-height: 150%;
	margin-bottom: 40px;
	margin-top: 30px;
}
hr {
display: block;
clear: both;
border: none;
border-bottom: 3px dotted #BBC093;
padding-top: 20px;
margin: 0 20px 20px 20px;
}
