
html{
	height:100%;
}

body {
	color:#000000;
	background:#FF6600;
	margin: 0px auto;
	height:100%;
	width: 100%;
	font-family: "ＭＳ Ｐゴシック",sans-serif;
	font-size: small;
}

img{
	border:0px;
}
div.count{
	text-align: right;
	margin-right: 2%;
}

div#main{
	background-color: #ffffff;
	border:solid 1px #760014;
	border-width:0px 1px;
	margin: 0px 5%;
	height:100%;
	min-height: 100%;

	position:relative;
}


body > #main {
	height: auto;
}


a{
	text-decoration: none;
}
a:link {
	color:#00CC66;
}
a:visited {
	color:#00AA33;
}
a:active {
	color:#33FF88;
}
a:hover {
	position: relative;
	top: 1px;
	left: 1px;
}

/* ロゴ */
.titlebar{
	padding: 4px 1px 1px 1px;
}
.logo{
	text-align: left;
	float: left;
}
.logo2{
	text-align: right;
}

/* ナビゲーション */
div.navi {
	text-align: left;
	background-color: orange;
	padding: 3px;
	font-size: 80%;
}

div.navi2 {
	text-align: left;
	background-color: blue;
	padding: 3px;
	font-size: 80%;
}

div.navi a {
	color: #00CC66;
	border-right: 1px #000000 solid;
	padding: 0px 0.5em 0px 0px ;
}

table.navi{
	background:#FF6600;
	margin: 0px;
	padding: 1px;
	width: 100%;
	font-size:10pt;
}

div#foot{
	position:absolute;
	bottom: 0px;
	width: 100%;
	height: 1em;
	font-size: xx-small;
	text-align: center;
	margin: 20px auto 0px auto;
	border-color: orange;
	border-width: 4px 0px;
	border-style: double;
	background:#FFFFFF;
}

h1{
	border-left:0px double #00CC66; border-right:0px double #00CC66; border-top:4px double #00CC66; border-bottom:4px double #00CC66; font-size: 1.2em;
	text-indent: 25px;
	text-decoration: none;
	background-image: url('image/cap_h1.gif');
	background-repeat: no-repeat;
	background-position:  left 50%;; margin-left:2%; margin-right:2%; margin-top:10px; margin-bottom:5px; padding-left:2px; padding-right:2px; padding-top:3px; padding-bottom:2px
}

h2{
	border-left:0px double #FFCC66; border-right:0px double #FFCC66; border-top:0px double #FFCC66; border-bottom:4px double #FFCC66; font-size: 1em;
	height: 1em;
	/* text-align: center;
	letter-spacing: 0.5em; */
	display:inline;
	background-image: url('image/cap_h1.gif');
	background-repeat: no-repeat;
	background-position:  left 50%;; margin-left:5%; margin-right:5%; margin-top:16px; margin-bottom:2px; padding-left:25px; padding-right:2px; padding-top:3px; padding-bottom:2px
}

div.normal{
	margin: 1px 5%;
	font-size: x-small;
}

div.center{
	margin: 5px auto;
	text-align:center;
}

span.sun{
	color: #FF0000;
}
span.satu{
	color: #00CCFF;
}

/*
リンク集関連のトップ
*/
div.links{
	border-width: 0px;
	padding: 3px 2px 2px 2px;
	margin: 10px 2% 5px 8%;
	font-size:x-small;
	padding: 8px;
}
div.links a.main{
	display: block;
	width: 100%;
	font-size:small;
	font-weight: bold;
	background-image: url('image/cap_link.gif');
	background-repeat: no-repeat;
	background-position:  left 50%;; margin-left:-1.5em; margin-right:0px; margin-top:0px; margin-bottom:0px; padding-left:22px; padding-right:1px; padding-top:1px; padding-bottom:1px
}
div.links a.main:hover{
	background-color: orange;
	color: Black;
	background-image: url('image/cap_link2.gif');
	background-repeat: no-repeat;
	background-position:  left 50%;
}
