@charset "utf-8";
/* CSS Document */

body{
	background-image:url(../images/bg.jpg);
	background-position:top;
	background-repeat:no-repeat;
	background-color:#F37021;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:black;
}

.slot1{
	width:208px;
}

.slot2{
	width:584px;
}

.slot3{
	width:170px;
}

.navi_slot1{
	width:17px;
}

.navi_slot2{
	width:177px;
}

.navi_slot3{
	width:14px;
}

.content_side{
	width:44px;
}

.content_center{
	width:488px;
}

.content_chrctrs{
	width:8px;
}

.table_bg_top{
	background-image:url(../images/template/table_top.png);
	background-repeat:repeat-x;
	width:488px;
}

.table_side_left_bg{
	background-image:url(../images/template/table_side_left_bg.png);
	background-repeat:repeat-y;
}

.table_side_right_bg{
	background-image:url(../images/template/table_side_right_bg.png);
	background-repeat:repeat-y;
}

.table_content_bg{
	background-image: url(../images/template/table_content_bg.png);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#F6861F;
}

.text_copyright{
	font-size: 10px;
}


a.nav_links:link{
	font-weight:bold;
	text-decoration:underline;
	color:#662d91;
}
a.nav_links:visited{
	font-weight:bold;
	text-decoration:underline;
	color:#662d91;
}
a.nav_links:hover{
	font-weight:bold;
	text-decoration:none;
	color:#662d91;
}
a.nav_links:active{
	font-weight:bold;
	text-decoration:underline;
	color:#662d91;
}