#board {
	margin-left:100px;
	width:600px;
	position:relative;
	z-index:10;
}

#visual {
	background:none;
	top: -40px;
	left:-150px;
	width:100%;
	z-index:1;
}

#visual #top {
	background:url(/images/bg/sub_animal_top.gif) no-repeat;
	width:330px;
	height:352px;
}

#visual #body {
	height: expression(document.getElementById("contents").offsetHeight - 210 + "px");
	background:url(/images/bg/sub_animal_body.gif) 65px repeat-y;
}

#visual #bottom {
	height:240px;
	background:url(/images/bg/sub_animal_bottom.gif) no-repeat;
}

#visual #body div {
	top:160px;
	left:190px;
	position:absolute;
	z-index:3;
}

#visual #body div#subTitleImg {
	left:300px;
	top:220px;
}

#visual #body div#leftMenu1 {top:280px;}
#visual #body div#leftMenu2 {left:270px; top:330px;}
#visual #body div#leftMenu3 {left:190px; top:390px;}
#visual #body div#leftMenu4 {left:270px; top:410px;}
#visual #body div#leftMenu5 {left:190px; top:480px;}

#main #contents {
	padding:0px;
	background:url(/images/bg/contents_body.gif) repeat-y;
}

#main #contents #top {
	background:url(/images/bg/contents_top.gif) no-repeat;
	height:54px;
}

#main #contents #body {
	margin-left:200px;
	padding:0px;
	height:100%;	
	width:720px;
}

#main #contents #bottom {
	background:url(/images/bg/contents_bottom.gif) no-repeat;
	height:35px;
}

#main #contents {
	height:200px;
}

div.commonbox {
	margin:0px;
	border:1px solid #eee;
	line-height:1.6em;
	height:20px;
	padding:10px;
}

div.commonbox dl {
	margin:0px;
	padding:0px;
	border:none;
}

div.commonbox dd {
	text-align:right;
	width:100px;
	padding-right:10px;
	float:left;
	margin:0px;
	color:#666;
}

div.commonbox dt {
	color:#3e67ac;
}

div.common {
	margin-left:20px;
}

div.common span.title {
	margin:0px;
	background:url(/images/common/dot.gif) no-repeat;
	padding-left:16px;
	font-size:1.2em;
	font-weight:bold;
	line-height:1.6em;
}

.right {
	text-align:right;
}
