/* CSS Document */

/*=================================
			全体に指定
=================================*/

*{
	font-size: 12px; color:#FFFFFF;
	text-decoration:none;
	line-height: 13px;
}

/*=================================
			bodyに指定
=================================*/
body{
background:#010010;
margin:0;
background-image:url("../share/bg.gif");
background-position:50% 50%;
background-repeat:no-repeat;
width:100%;
height:100%;
text-align:center;
}

/*=================================
		containerに指定
=================================*/

div#container{
		margin: 0 0 0 0;
		padding: 0 0 0 0;
		width: 913px; height: 601px;
		background: url(../share/contentsbg.gif) no-repeat;
}
p.banner img{
	border-style:none;
	}


/*===============================
		contentsに指定
===============================*/

div#contents{
		margin: 0 52px 0 49px;
		padding: 0 0 0 0;
		width: 812px; height: 458px;
}

/*================================
		ヘッダーに指定
================================*/

div#header{
		margin: 0 52px 0 49px;
		padding: 1px 0 0 0;
		width: auto; height: 90px;
}
* html div#header{
		margin: 1px 52px 0 49px;
}
#treeMenu1,
#treeMenu2,
#treeMenu3,
#treeMenu4,
#treeMenu5,
#treeMenu6,
#treeMenu7,
#treeMenu8,
#treeMenu9,
#treeMenu10,
#treeMenu11,
#treeMenu12,
#treeMenu13,
#treeMenu14,
#treeMenu15,
#treeMenu16,
#treeMenu17,
#treeMenu18,
#treeMenu19,
#treeMenu20,
#treeMenu21,
#treeMenu22,
#treeMenu23,
#treeMenu24 {
	padding: 0 5px;
	display: none;
	font-size: 10px;
}
















