@charset "utf-8";
/* CSS Document */

*{
	margin:0px;
	padding:0px;
}

body{
	background-image:url(../img/voice/header_bg.jpg);
	background-position:top;
	background-repeat:no-repeat;
}

#menu_bg{
	background-image:url(../images/voice_04.jpg);
	background-position:center;
	background-repeat:no-repeat;
	width:700px;
	height:20px;
}

#menu{
	width:700px;
	height:20px;
	text-align:center;
	font-size:12px;
	font-weight:bold;
	line-height:20px;
	color:#000000;
}

#menu a:link{
	color:#000000;
}
#menu a:visited{
	color:#000000;
}
#menu a:hover{
	color:#990000;
}

#main_table_bg{
	background-image:url(../images/voice_09.jpg);
	background-repeat:no-repeat;
}
#main_table{
	width:700px;
	height:700px;
	font-size:12px;
}

.voice{
	font-size:12px;
	line-height:13px;
	color:#000000;
}
.voice_name_w{
	font-size:14px;
	line-height:20px;
	color:#CC00CC;
	font-weight:bold;
}
.voice_name_m{
	font-size:14px;
	line-height:20px;
	color:#0033CC;
	font-weight:bold;	
}