@charset "shift_jis";
/* CSS Document */

.clear{
	clear: both;
}
body{
	margin: 0;
	padding: 0;
}
img{
	border-style: none;
}
a{
	text-decoration: none 
}
#res_box{
	padding: 0;
	margin: 0 auto;
	width: 800px;
	background-color: #1a1a1a;
	color: #FFF;
	overflow: hidden;
	padding-bottom: 35px;
}

h1,h2,h3{
	font-weight: normal;
	font-size: 14px;
}
#res_title_bar{
	font-size: 14px;
	width: 100%;
	height: 30px;
	overflow: hidden;
	border-bottom: 1px solid #666;
}
#res_title{
	height:25px;
	padding:7px 30px 10px 20px;
	float:left;
	dislay: inline;
}
#res_close{
	height:25px;
	padding:7px 25px 10px 0;
	float:right;
	display: inline;
}

#res_text{
	width: 650px;
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 20px;
	font-size: 12px;
	line-height: 1.8em;
	text-align: justify;
	text-justify: inter-ideograph;
	line-break: strict;
	clear: both;
}
#res_photo{
	width: 610px;
	float: left;
	display: inline;
	text-align: center;
	margin-bottom: 10px;
}
#res_left{
	width: 75px;
	float: left;
	display: inline;
	margin-left: 20px;
	overflow: hidden;
}
#res_right{
	width: 75px;
	float: right;
	display: inline;
	text-align: right;
	margin-right: 20px;
	overflow: hidden;
}
#res_left img,#res_right img{
 margin-top: 160px;
}