
html{
	height:100%;
}

body {
	color:#000000;
	background:#ffffff;
	background-image:url(./image/back_l.gif);
	background-repeat:repeat-y;
	background-position: left;
	margin: 0px auto;
	height:100%;
	width: 100%;
	font-family:Osaka,verdana,Tahoma;
	font-size: small;
}

img{
	border:0px;
}

a {
	text-decoration : none;
}

a:link {
	color:#ff0000;
}

a:visited {
	color:#ff3333;
}

a:active {
	color:#ff8888;
}
a:hover {
	position: relative;
	top: 1px;
	left: 1px;
}


div#all{
	background-image:url(./image/back_r.gif);
	background-repeat:repeat-y;
	background-position: right;
}
div#main{
	border-width: 0px;
	margin: 0px 80px;
	height:100%;
	min-height: 100%;
	position:relative;
}

body > #main {
	height: auto;
	margin: 0px auto;
}

div#foot{
	position:absolute;
	bottom: 0px;
	width: 100%;
	height: 1em;
	font-size: xx-small;
	text-align: center;
	margin: 20px auto 0px auto;
	background:#FFFFFF;
}

.logo{
	text-align: left;
	margin: 6px auto 0.5em auto;
}

/* ナビゲーター */
div.navi{
	width: 100%;
	background-color:#66FF66;
	background-image: url(./image/navi_back.gif);
	background-repeat:no-repeat;
	background-position: right top;
	border-color: #00aa00;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	margin: 0.5em 0px;
	padding: 4px;
	font-size: 0.6em;
}

/* メニュー */
div.menu_top {
	text-align: left;
	background-color:#cccccc;
	background-image: url(./image/navi_back.gif);
	background-repeat:no-repeat;
	background-position: right top;
	padding: 3px;
	font-size: 80%;
}
div.menu_top a {
	border-right: 1px #000000 solid;
	padding: 0px 0.5em;
}

table.menu {
	margin: 1em 2px 1.5em 2px;
}
table.menu td {
	font-size: 70%;
	text-align: left;
	padding-left: 1em;
}
table.menu a {
	text-align: left;
	display: block;
	width: 100%;
	margin: 0px;
	padding: 3px;
	background-color:#FFFFA7;
	border:solid 2px;
	border-color:#FFFFFF #CC9966 #CC9966 #FFFFFF;
	text-decoration:none;
	font-size: 0.8em;
}
table.menu a:hover{
	color:#FFFFA7;
	background-color:#FF0066;
	border-color:#CC9966 #FFFFFF #FFFFFF #CC9966;
}

table.menu2 {
	margin: 10px 2px;
}
table.menu2 td {
	font-size: 70%;
	text-align: left;
	padding-left: 1em;
}
table.menu2 a {
	text-align: left;
	display: block;
	width: 100%;
	margin: 0px;
	padding: 3px;
	background-color:#FFFFA7;
	border:solid 2px;
	border-color:#FFFFFF #CC9966 #CC9966 #FFFFFF;
	text-decoration:none;
	font-size: 0.8em;
}
table.menu2 a:hover{
	color:#FFFFA7;
	background-color:#FF0066;
	border-color:#CC9966 #FFFFFF #FFFFFF #CC9966;
}

div.cont{
	margin: 0px 1em;
	font-size: 0.8em;
	line-height: 1.6em;
}

div.cont strong{
	font-size: 150%;
}

h1{
	margin: 1em 1em 0.5em 1em;
	font-size:120%;
	padding: 2px;
	background-color:#FF6666;
	background-image: url(./image/navi_back.gif);
	background-repeat:no-repeat;
	background-position: right top;
	border-color: #cc0000;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
}

fieldset{
	font-size: 100%;
	line-height: 1.5em;
	margin: 2px 0.5em;
	text-align: left;
	background-image: url(./image/banner_renkano3.gif);
	background-repeat:no-repeat;
	background-position: 100% 99%;
}

fieldset strong{
	font-size: 140%;
}

legend{
	padding: 2px;
	margin: 2px;
	font-size: 120%;
	font-weight: bold;
}

legend a:hover{
	color:#ffffff;
	background-color:#ff3333;;
}

div.button{
	width: 100%;
}

table.topic {
	border-spacing: 0px;
	border-color: #000000;
	border-width: 1px;
	border-style: solid;
}

table.topic th, table.topic td {
	padding: 2px;
	margin: 0px;
}
/* ヘッダセルのデザイン */
table.topic thead th {
	font-size:120%;
	font-weight: bold;
	text-align: center;
	border-width: 1px;
	border-style: solid;
	border-color: #eeeeee #aaaaaa #aaaaaa #eeeeee;
	background-color: #cccccc;
}
table.topic td {
	background-color: #ffffff;
}

/* 土日 */
span.sun{
	color: #FF0066;
}
span.satu{
	color: #00CCFF;
}

div.imagebox {
	float: right;
	margin: 0px 1px;
}

div.omake {
	text-align: right;
	font-size: 80%;
}

