@charset "UTF-8";

h1 {
	background-image: url(../img_voice/header_voice.jpg);
	text-indent: -999px;
}

strong {
    color: #f03;
    font-weight: bold;
}

#comment {
    margin: 10px;
}
#comment .comment_box {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px #999 dashed;
}
#comment .comment_box .box_left {
    float: left;
    width: 100px;
    text-align: center;
    color: #0068b7;
}
#comment .comment_box .box_right {
    float: left;
    width: 760px;
    padding-left: 10px;
    border-left: 5px #ffa92a solid;
}
#comment .comment_box .box_right .comment_date {
    text-align: right;
    color: #aaa;
}

#pjump {
    text-align: center;
    color: #999;
}

#commentform {
	margin: 0 auto;
}
#commentform th {
    text-align: left;
    padding: 5px;
    background-color: #f8f4e6;
    border-right : 3px #f2d58a solid;
    color: #0068b7;
    width: 200px;
}
#commentform td {
    text-align: left;
    padding: 5px;
    width: 450px;
}
#commentform td input,
#commentform td textarea {
    border: 1px #999 solid;
}

#write {
	font-size: 18px;
	color: #f60;
	font-weight: bold;
	margin-bottom: 10px;
}

.er_mes {
	color: #f33;
	font-weight: bold;
}
