body {
	margin: 0;
	padding: 0;
	line-height: 1.3em;
	background-image: url(../img/back02.gif);
	background-color: #F99;
	color: #000;
}
th, td, th {
	font-size: medium;
	font-style: normal;
	font-weight: normal;
	line-height: 1.3em;
}

a:link {
}
a:visited {
}
a:hover {
}
a:active {
}

#page {
	margin: 1em 14px;
}
h1#logo {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 20px;
	right: 20px;
}
#main {
	background-color: #FFF;
	margin: 0 0 0 160px;
	padding: 10px;
	border:1px solid #C66;
}
#contents {
	margin: 0 50px 0 0;
	padding: 0;
}
#footer {
	text-align: center;
	margin: 0;
	padding: 5px;
	border-top:dotted 3px #FCC;
}

#navi {
	width: 150px;
	left: 15px;
	top: 1em;
	position: absolute;
	margin: 0;
	padding: 0 0 1em;
	background-image: url(../img/back01.gif);
	background-color: #FFF;
	border:1px solid #C66;
}
#navi ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-weight:bold;
}
#navi li {
	margin: 0;
	padding: 5px 0 0;
	border-bottom:dotted 3px #FCC;
}
#navi ul a {
	display: block;
	padding: 5px;
	text-decoration:none;
	color:#606;
}
#navi ul a:hover {
	color:#C00;
}
#navi ul a#current {
	background-image: url(../img/current.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
}

/**********トップページ「お知らせ」**********/
#navi a.notice {
	font-size:95%;
	font-weight: bold;
	line-height: 1.3em;
	color: #FFF;
	text-decoration: none;
	background-color: #900;
	border:solid 1px #600;
	display: block;
	margin: 10px 5px;
	padding: 3px 3px 17px;
	text-align:center;
	background-image: url(../img/notice.gif);
	background-repeat: no-repeat;
	background-position: center 2.6em;
}
#navi a.notice:hover {
	background-color: #606;
}

/**********トップページ住所表記**********/
#navi #address {
	margin: 0;
	padding: 5px;
	background-color: #FFF;
	font-size:small;
	line-height:1.3em;
	border-top:dotted 3px #FCC;
}
/**********トップページ住所表記ここまで**********/


.text {
margin: 0 0 1em;
}
.text p {
margin: 0;
padding: 0;
text-indent:1em;
}

/**********上へ戻る**********/
.pagetop {
font-size:small;
text-align:right;
margin: 0 0 0.5em;
clear:both;
}

.clear {
	clear: both;
	overflow: hidden;
	height: 0px;
}

/*****携帯版へのリンク*****/
#k_link {
	position: absolute;
	left: 19px;
	top: 0;
	font-size:90%;
	line-height:1em;
}
