@charset "utf-8";
/* CSS Document */


#right_area div.text{
	text-align:center;
}

/* information area */
#information div.area{
	background-image:url(../images/contents/exclamation_bg.png);
	width:531px;
	height:69px;
	margin-left:10px;
}

#information div.text{
	width:430px;
	margin:20px 0px 0px 80px;
	text-align:left;
}

/* setting paramater area */
#paramater div.area{
	width:560px;
}

#paramater div.text{
	text-align:right;
	width:500px;
	margin:0px 30px;
}

#paramater form{
	display:inline;
}

/* display material on this table. */
#view_table th{
	background-image:url(../images/contents/caption_bg.png);
	height:35px;
	padding:0px;
	font-size:16pt;
}

#view_table table{
	border-color:#006600;
	border-style:solid;
	border-width:1px;
	border-collapse:collapse;
	margin:20px auto;
}

#view_table td{
	text-align:center;
}


/* setting color panel */
#bgcolor div.area{
	width:560px;
	background-color:#EFEEED;
	text-align:center;
}

#bgcolor span.cont{
	width:430px;
	margin:auto;
}


#download div.area
{
	width:560px;
	text-align:right;
}

/* category area */
#category div{
	width:520px;
	margin:0px 15px 0px 15px;
}

#category div.area{
	width:520px;
	height:70px;
	background-image:url(../images/contents/category_bg.png);
}

#category div.text{
	margin:30px 20px 10px 20px;
	width:480px;
	height:30px;
}

/*---------------------------*/
/* link to icon page
/*---------------------------*/

#area_toiconpage{
	height:30px;
	width:550px;
	text-align:center;
}

#btn_iconpage{
	display:block;
	background-image:url(../images/base/b_iconpage.png);
	width:200px;
	height:30px;
	margin:auto;
}

#btn_iconpage:hover{
	background-position:0px 30px;
	margin:auto;
}

