html {
	overflow-y:		hidden;
}
body {
	color:					#FFFFFF;
	background-color:		#004000;
	font-family:
		'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size:				11px;
	letter-spacing:			2pt;
	word-spacing:			1pt;
	line-height:			2;
	height:					100%;
    margin:					0px;
    padding:				0px;
}

a:link {
	text-align:			center;
	color:				#ffffff;
	text-decoration:		none;
}

a:visited {
	text-align:			center;
	color:				#ffffff;
	text-decoration:		none;
}

a:hover {
	text-align:			center;
	color:				#99ffff;
	text-decoration:		underline;
}
A:active {
	text-align:			center;
	color:				#99ffff;
	text-decoration:		none;
}

img {
	border:				0;
}

H1 {
	letter-spacing:		0.3em;
}

div.sub {
	font-size:			small;
	line-height:		150%;
}

div.main {
	font-size:			xx-large;
	font-weight:		bolder;
	line-height:			120%;
}

div.sign {
	text-align:			right;
	font-size:			xx-small;
}

//P {
//	letter-spacing:		0.2em;
//	font-size:			x-small;
//	line-height:		140%;
//}

LI {
	font-size:			x-small;
	line-height:		140%;
}

.Caption {
	vertical-align:		baseline;
	list-style-type:		none;
}

.Table_book {
	border:				0px solid;
	width:				80%;
	table-layout:		fixed;
	font-size:			x-small;
	vertical-align:		top;
	text-align:			center;
}

// Copyright
address {
	text-align: center;
	margin: 1px 15% 1px 15%;
	padding: 3px;
	font-size: 9px;
	font-style: normal;
	font-family: Tahoma, Verdana, sans-serif;
}

address:first-letter {
	font-size: 9px;
}



html{
	height:				100%;
}
body{
	height:				100%;
}
* html div#container{
	height:				100%;
}
div#container{
	width:				80%;
	margin:				0px auto;
	position:			relative;
	min-height:			100%;
}
body > #container {
	height:				auto;
}
div#main{
	padding-bottom:		30px;
}
#foot{
	position:			absolute;
	bottom:				0px;
	height:				30px;
	width:				100%;
}

// work

.tabheader table {
	border-collapse:	collapse; /* for IE */
	border-spacing:		0; /* for N6 */
}

.tabheader table tr td {
	margin:				0;
	padding:			0;
	border-width:		0
}

.tabheader .close {
	border-style:		solid;
	border-width:		1px;
	border-color:		#ffffff;
	background-color:	#000000;
	margin:				0;
	padding:			0.5em;
	white-space:		nowrap;
}

.tabheader .open {
	border-style:		solid;
	border-width:		1px;
	border-color:		#ffffff #ffffff #004000 #ffffff;
	background-color:	#004000;
	margin:				0;
	padding:			0.5em;
	white-space:		nowrap;
}
.tabheader .spc {
	border-style:		solid;
	border-width:		1px 0px 1px 0px;
	border-color:		#004000 #004000 #ffffff #004000;
	margin:				0;
	padding:			0.5em;
	white-space:		nowrap;
}

.tabheader a {
	text-decoration: 	none;
}

.tabbody {
	border-style:		solid;
	border-color:		white;
	border-width:		0px 1px 1px 1px;
	padding:			1em;
}

