@charset "UTF-8";
h1 {
	font-size: 1.4em;
	background-image: url(voice/h1.jpg);	background-repeat: no-repeat;
	background-position: center top;
	height: 80px;
	width: 220px;
	margin: 0px auto 0px;
	padding: 0px;
	clear: both;
	display: block;
}
h1#kouchi {
	font-size: 1.4em;
	background-image: url(voice/h1_kouchi.jpg);	background-repeat: no-repeat;
	background-position: center top;
	height: 80px;
	width: 220px;
	margin: 0px auto 0px;
	padding: 0px;
	clear: both;
	display: block;
}
h1 em {
	position: relative;
	z-index: -1;
}
.profile {
	background-color: #ECECEC;
	border: 1px solid #CCCCCC;
	clear: right;
	padding: 10px;
	float: left;
	width: 260px;
}
p.q {
	background-image: url(voice/q.gif);
	background-repeat: no-repeat;
	background-position: 15px 3px;
	padding-left: 40px;
	color: #333333;
	font-weight: bold;
}
p.a {
	background-image: url(voice/a.gif);
	background-repeat: no-repeat;
	background-position: 15px 3px;
	padding-left: 40px;
}
/*p.a + p.q {
	margin-top:20px;
	border-top: 1px dotted #CCCCCC;
	padding-top: 15px;
	background-image: url(voice/q.gif);
	background-repeat: no-repeat;
	background-position: 15px 20px;
}*/
.kouchi {
	clear: both;
	padding-top: 15px;
}
h2#kouchi {
	background-image: url(../voice/img/h2_kouchi.gif);
	background-repeat: no-repeat;
	height: 220px;
	text-indent: -9999px;
	clear: both;
	display: block;
}

.co_red {
color:#CC0000;
}

.co_blue {
color:#0000CC;
}

.bold {
	font-weight:bold;
}

.q_red {
	font-weight:bold;
	color:#CC0000;
}

.a_blue {
	font-weight:bold;
	color:#0000CC;
}



