/* box_left */
#box_left{
	float: left;
	width: 685px;
}

#title{
	background-image: url(../img/title.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 80px;
	margin-bottom: 20px;
}
#title h3{
	color: #FFF;
	margin-left: 360px;
	font-size: 140%;
	padding-top: 8px;
}
#menu{
	text-align: center;
	height: 58px;
	margin-bottom: 20px;
}
#menu li{
	display: inline;
	list-style-type: none;
}

/* c_box */

.c_box{
	padding-left: 30px;
}
.c_box h4{
	font-size: 120%;
}
.c_box a{
	color: #CC0000;
	text-decoration: underline;
}
.c_box table{
	width: 620px;
	border-collapse:collapse;
	border: 1px solid #999;
	margin-bottom: 15px;
}
.c_box td{
	padding: 10px;
	font-size: 14px;
	text-align: left;
	vertical-align: top;
	line-height: 140%;
}
.c_box td.top{
	background-color: #FFCCCC;
}
.c_box td.photo{
	width: 20%;
	text-align: center;
}
.c_box td.comment{
	width: 80%;
	padding-right: 5px;
	padding-bottom: 5px;
}
.p_02{
	text-indent: 76px;
	margin-bottom: 10px;
}
.p_02_b{
	text-indent: 76px;
}
.impact{
	color: #F00;
	font-weight: bold;
}
