@charset "utf-8";
/* CSS Document */


#right_area div.text{
	text-align:center;
}

/* display material on it. */
#view_table th{
	background-image:url(../images/contents/caption_bg.png);
	height:35px;
	padding:0px;
	font-size:16pt;
}

#view_table table{
	border-collapse:collapse;
	margin:20px auto;
}

#view_table td{
	border-color:#006600;
	border-style:solid;
	border-width:1px;
	text-align:center;
}

#navigation{
	width:550px;
}

#navigation span.current{
	background-color:#DDF9F1;
	font-weight:bold;
}

#navigation .navi{
	width:100px;
}

#navigation .page{
	width:350px;
}

/* category area */
#category div{
	width:130px;
	text-align:left;
}

#category div.area{
	width:130px;
	margin-top:20px;
}

#category div.text{
	text-align:left;
	width:110px;
	margin:0px 10px;
	font-size:9pt;
}

#category div.top{
	height:45px;
	background-image:url(../images/contents/category_t_bg.png);
}

#category div.middle{
	background-repeat:repeat-y;
	background-image:url(../images/contents/category_m_bg.png);
}

#category div.bottom{
	height:20px;
	background-image:url(../images/contents/category_b_bg.png);
}

