@charset "utf-8";
/* CSS Document */

.float_left{
	float: left;
}
.float_left_ma5{
	float: left;
	margin-right: 5px;
}
.float_left_ma10{
	float: left;
	margin-right: 10px;
}
.float_right305{
	float: left;
	width: 305px;
}
.float_right310{
	float: left;
	width: 310px;
}

.float_right390{
	float: left;
	width: 390px;
}

.box_gray_pa10 {
	border: 1px solid #CCCCCC;
	padding: 10px;
}
.width610{
	width: 610px;
}

.list_blue{
	font-size: 16px;
	color: #0066CC;
	width: 270px;
	margin-bottom: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0066CC;
	font-weight: bold;
}
.left_area{
	float: left;
	width: 277px;
	margin-right: 10px;
}
.right_area{
	float: left;
	width: 300px;
}
/*****写真*****/
.img_200left{
	float: left;
	margin-right: 5px;
	width: 200px;
}

.img_200right{
	float: left;
	width: 200px;
}
/*****テキスト*****/


.text_black{
	color: #000000;	
}
