/* CSS Document */

BODY	
{
	margin:0px;
}

/* バーの配置 **/

#Table_01 {
	/* position:absolute; */
	left:0px;
	top:0px;
	width:640px;
	height:581px;
}

#top-title {
	position:fixed;
	left:0px;
	top:0px;
	width:640px;
	height:87px;
}

#gotop {
	position:fixed;
	left:0px;
	top:87px;
	width:101px;
	height:29px;
}

#kinkyou {
	position:fixed;
	left:0px;
	top:116px;
	width:101px;
	height:29px;
}

#oshigoto {
	position:fixed;
	left:0px;
	top:145px;
	width:101px;
	height:29px;
}

#kojinjouhou {
	position:fixed;
	left:0px;
	top:174px;
	width:101px;
	height:29px;
}

#renrakusaki {
	position:fixed;
	left:0px;
	top:203px;
	width:101px;
	height:29px;
}

#link {
	position:fixed;
	left:0px;
	top:232px;
	width:101px;
	height:29px;
}

#sidebar {
	position:fixed;
	left:0px;
	top:261px;
	width:101px;
	height:320px;
}

#contents_title {
	position:absolute;
	width:539px;
	height:27px;
	left: 102px;
	top: 87px;
	background-color: #FFFFFF;
}

#main-window {
	position:absolute;
	left:102px;
	top:114px;
	width:539px;
}

/* テキスト */
H1 {
	font-family: "ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ ゴシック", sans-serif;
	font-size: 14px;
	font-weight: bold;
	background : #a3b26f; ;
	margin : 5px ;
	padding : 5px ;
	border : solid 1px #000000 ;
}

H2 {
	margin-left: 10px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ ゴシック", sans-serif;
	font-size: 13px;
	font-weight: bold;
}

.text {
	margin-left: 10px;
	font-family: "ヒラギノ明朝 W3", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
	color: #000000;
	line-height: 140%;
	font-size: 13px;
}

.copyright {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ ゴシック";
	font-size: 10px;
}

.contents {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ ゴシック";
	font-size: 18px;
	font-weight: bold;
}

.counter {
	font-family: sans-serif;
	font-size: 10px;
	color: #CCCCCC;
}
