/* CSS Document-aidimedia */
body{
	background-color: #E7E7E7;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	scrollbar-face-color: #DFE8F2;
	scrollbar-shadow-color: #666666;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #DFE8F2;
	scrollbar-darkshadow-color: #333333;
	scrollbar-arrow-color: #ffffff
}
body, td, input, option, textarea, select, a{
	font-size: 12px;
	font-family: Arial, Helvetica,"ËÎÌå", sans-serif;
	line-height: 150%;
}
body, td, input, option, textarea, select{
	color: #676767;
}

.input {
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	text-decoration: none;
	width: 280px;
}

#index_main_table{
	background-color: #FFFFFF;
	padding:10px 0px 5px 0px;
	border:0px;
}
#index_main_right_table{
	padding:10px;
	border:0px;
}
#bg_img_01{
	background-image: url(../images/bg_01.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

#bg_img_02{
	background-image: url(../images/bg_02.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

#text_copyright{
	background-color: #FFFFFF;
	line-height: 120%;
	color: #980700;
	padding-top: 5px;
}
.bg_img_bottom_dot{
	background-image: url(../images/dot_03.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.bg_color_red1{
	background-color: #DA251C;
}
.bg_color_red2{
	background-color: #980700;
}
.bg_color_gray1{
	background-color: #F1F1F1;
}
.bg_color_gray2{
	background-color: #DADADA;
}
.bg_color_whilte{
	background-color: #FFFFFF;
}
	
.border_right_1px_gray{
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #E0E0E0;	
}
.border_top_1px_whilte{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
.border_1px_gray{
	bordert-style: solid;
	border: 1px solid #DDDDDD;
}

.table_margin_t_b_10{
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
}

.text_color_whilte{
	color: #E1E1E1;
}
.text_color_gray_b{
	color: #666666;
	font-weight: bold;
}
.text_color_red_b{
	color: #990000;
	font-weight: bold;
}
.text_color_red{
	color: #CC0000;
}
.text_main{
	padding:30px 0px 30px 0px;
	text-indent: 2em;
}
a:link, a:visited{
	color: #676767;
	text-decoration: none;
}
a:hover, a:active{
	color: #990000;
	text-decoration: none;
}

/*
a.text_grey:link, a.text_grey:visited {
	color: #8B8B8B;
	text-decoration:none;
}
a.text_grey:hover, a.text_grey:active {
	color: #333333;
	text-decoration:none;
}


a.text_1:link, a.text_1:visited {
	color: #225891;
	text-decoration:none;
}
a.text_1:hover, a.text_1:active {
	color: #990000;
	text-decoration:none;
}*/

