@charset "UTF-8";
h1 {
	padding: 0px;
	margin: 0px;
	background-image: url(../business/img/h1.jpg);
	background-repeat: no-repeat;
	height: 60px;
	width: 800px;
	font-size: 1.4em;
}
h1 em {
	position: relative;
	z-index: -1;
}
.voice_body {
	background-color: #FFCCCC;
	background-image: url(../business/img/voice_footer.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 480px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	text-align: justify;
	margin-left: 15px;
	margin-bottom: 10px;
}
h4#voice1, h4#voice2, h4#voice3, h4#voice4, h4#voice5, h4#voice6 {
	background-repeat: no-repeat;
	height: 32px;
	width: 540px;
	border: none;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
h4#voice1 {
	background-image: url(../business/img/voice01.gif);
}
h4#voice2 {
	background-image: url(../business/img/voice02.gif);
}
h4#voice3 {
	background-image: url(../business/img/voice03.gif);
}
h4#voice4 {
	background-image: url(../business/img/voice04.gif);
}
h4#voice5 {
	background-image: url(../business/img/voice05.gif);
}
h4#voice6 {
	background-image: url(../business/img/voice06.gif);
}
.voice_header {
	margin-left: 15px;
}
h4#voice1 em, h4#voice2 em, h4#voice3 em , h4#voice4 em , h4#voice5 em , h4#voice6 em {
	position: relative;
	z-index: -1;
}
/*吹き出し説明用*/
/*a.explanation_link {
	position:relative;
	background-image: url(../img/icon_info.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 16px;
	min-height:14px
}*/
.explanation {
	display: none;
	position: absolute;
	top: 1em;	/*★省略不可、ブラウザ初期値バラバラ*/
	left: 1px;　	/*★Firefoxでhoverが無効になります*/
}
a.explanation_link:hover {
	position:relative;
	text-decoration:none;
}
a.explanation_link:hover .explanation {
	display: block;
	padding:13px 5px 3px;
	color:#FFFFFF;
	width: 150px;
	text-align: left;
	background-image: url(../business/img/explanation.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
/*セルの交互に色*/
table.stripe {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-left: 15px;
	margin-bottom: 5px;
	font-size: 0.9em;
}
table.stripe tr.even td {/*偶数はodd、奇数はeven*/
	background: #FFF8F6;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: center;
}
table.stripe tr td {
	text-align: center;
	border: 1px solid #FFFFFF;
}
/*マウスオーバーで色を付けたい場合*/
/*table.stripe tr.over td {
	background: #666666;
	color: #FFFFFF;
}*/
