/* main */
#main{
	position: absolute;
	width: 735px;
	height: 100%;
	padding: 0px;
	margin: 0px;
}

/* サイト名 */
#site_name {
	position: absolute;
	width: 100%;
	height: 25px;

	background-color: black;
	margin: 0px;
	padding: 0px;

	font-size: 25px;
	color: white;
	text-align: left;
	/*writing-mode:tb-rl;*/
}

.count{
	position: absolute;
	right: 0px;
}



/* top */
#top{
	position: absolute;
	top: 25px;
	left: 0px;

	width: 100%;
	height: 55px;
	margin: 0px;
	padding: 5px auto 5px auto;
	background: black;
}

#Contents_Link{
	width: 100%;
	hieght: 20px;
	margin: 0px;
	padding:20px;
}

.menu{
	width: 120px;
	height: 25px;

	float: left;
	border: 2px dashed silver;
	text-align: center;
	margin: 1px;
	padding: 0px;
	line-height: 25px;

	color: white;
	list-style: none;
	background-color: transparent;

}

.nowmenu{
	width: 120px;
	height: 25px;

	float: left;
	border: 2px solid white;
	text-align: center;
	margin: 1px;
	padding: 0px;
	list-style: none;
	line-height: 25px;

	color: red;
	backgronud-color: white;
}

.nowmenu a{
	color: red;
	display: block;
	text-decoration: none;
	backgronud-color: white;
}

.menu a{
	color: white;
	display: block;
	text-decoration: none;
	background-color: transparent;
}

.menu a:hover{
	background-color: white;
	color: red;
	font-weight: bold;
}

.menu a:visited{
	color:ffffff;
	/*color: #48d7ed;*/
	background-color: transparent;
}

/* 更新履歴 */
#navi{
	position: absolute;
	left: 0px;
	bottom: 30px;

	width: 100%;
	height: 160px;
	background: #f4f4d7;

	z-index: 1;
	overflow: scroll;
}

#navi #history li{
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.history_month{
	
	margin: 0px;
	padding: 0px;

	font-weight: bold;
}

.history_item{
	border-top-style: double;
	border-top-width: thin;
	border-left-style: double;
	border-left-width: thin;
	border-bottom-style: double;
	border-bottom-width: thin;
	border-color: gray;

	padding: 2px 0px 2px 2px;
	margin: 3px;

	font-weight:normal;

}

.updown{
	position: absolute;
	top: 0px;
	right: 0px;
}

/* コンテンツ */
#contents{
	position: absolute;
	top: 80px;

	margin: 3px;
	padding: 10px;

	font-size: 15px;
	z-index: 0;
	
}

/* 著作権表記 */
#bottom{
	position: absolute;
	bottom: 0px;
	left: 0px;
	
	margin: 0px;
	padding: 0px;

	height: 30px;
	width: 100%;

	background: black;
	color: white;
	
	text-align: center;
}

<!--- Basic HTML Tag  --->
img{
}

body{
	margin: 0px;
	text-align: left;

	line-height: 170%;

	background: stransparent;

}

h1{
	padding: 5px;

	border-bottom-style: solid;
	border-bottom-width: thin;
	border-left-style: solid;
	border-left-width: thick;
	border-color: black;

	font-seize: 17px;
}


h2{
	padding-left: 7px;
	margin: 0px;

	border-bottom-style: solid;
	border-bottom-width: thin;
	border-left-style: solid;
	border-left-width: thick;
	border-color: red;	
}

h3{
	padding-left: 9px;
	margin: 0px;

	border-bottom-style: solid;
	border-bottom-width: thin;
	border-left-style: solid;
	border-left-width: thick;
	border-color: blue;	
}

em{
	font-weight: bold;
	font-style: normal;
}