body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	background-image: url(image/bg01.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
a:link {
	color: #0000CC;
	text-decoration: none;
}
a:visited {
	color: #0000CC;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}
a:active {
	color: #FF0000;
	text-decoration: none;
}

.header {
	font-size: 12px;
	line-height: 20px;
	color: #FFFFFF;
	background-color: #336666;
	height: 20px;
	width: 780px;
	text-align: center;
}

.bg_left {
	background-image: url(image/bg03_left.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}


.bg_right {
	background-image: url(image/bg03_right.jpg);
	background-repeat: repeat-y;
	background-position: right top;
}

.main {
	background-color: #FFFFFF;
	width: 770px;
	border: 5px solid #316563;
}
.menu_seminar {
	background-color: #CCCCCC;
	text-align: center;
	width: 181px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
.seminar_form {
	background-color: #FFFFFF;
	border: 1px solid #999999;
}
.menu {
	text-align: left;
	width: 181px;
	background-image: url(image/menu_bg01.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
.footer {
	font-size: 11px;
	line-height: 20px;
	color: #FFFFFF;
	background-color: #336666;
	height: 15px;
	width: 780px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}



/*////////// voiceArea //////////*/
#voiceArea {
	
}

#voiceArea img {
	margin:15px 0 0;
}

*:first-child+html #voiceArea img {
	margin:0px 0 0;
}
