@charset "utf-8";

body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	background: #f6f2eb url(../images/back.gif) repeat-y center top;
	color: #484848;
	font: 62.5% "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
a:link,a:visited {
	color: #36c;
	text-decoration: underline;
}
a:hover,a:active {
	color: #e00;
	text-decoration: none;
}
img {
	border-style: none;
}
p {
	font-size: 1.2em;
	line-height: 150%;
	margin: 0px 0px 15px 0px;
	padding: 0px;
}


/* for IE5.5-7 */
.clrfix {
	zoom: 1;
}
.clrfix:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}
/* for MacIE */
/*\*/*/
.clrfix {
	display: inline-table;
}
/**/



#wrapper {
	width: 760px;
	text-align: left;
	margin: 0px auto;
}

/* header
---------------------------------------------------- */
#header {
	border-top: 3px solid #3e811c;
	background: url(../images/header-line.gif) repeat-x left bottom;
	padding: 0px 0px 5px;
}
#header h1 {
	font-size: 1.1em;
	font-weight: normal;
	margin: 0px;
	padding: 6px 0px 6px 9px;
	color: #666;
}
#header img.tel {
	margin: 0px 0px 0px 149px;
}




/* pagebody
---------------------------------------------------- */
#pagebody {
	background: url(../images/side-back.gif) repeat-y left top;
}
/* contents
---------------------------------------------------- */
#contents {
	float: right;
	width: 560px;
}
#contents h2.st1 {
	margin: 0px 0px 8px;
	padding: 0px;
}

#contents h2#title {
	margin: 0px 0px 15px;
	padding: 0px;
}
#contents h3.h3a {
	margin: 15px 0px;
	padding: 0px;
}
#contents h4.h4a {
	font-size: 1.3em;
	font-weight: bold;
	color: #cc6600;
	margin: 0px 0px 5px;
	padding: 0px;
}


/* navigation
---------------------------------------------------- */
#navigation {
	float: left;
	width: 180px;
	padding: 0px 0px 15px;
}
#navigation ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#navigation li {
}
#navigation li img {
	vertical-align: bottom;
}
#navigation p {
	background: #fff;
	border: 1px solid #7dac66;
	margin: 14px 8px 0px;
	padding: 7px 10px;
}

/* footer
---------------------------------------------------- */
#footer {
	clear: both;
	border-top: 5px solid #ccc;
	margin: 15px 0px 0px;
	padding: 8px 0px;
}
#footer p {
	line-height: 170%;
	margin: 0px;
	padding: 0px 0px 0px 3px;
}
#footer p img {
	float: right;
}

