@charset "utf-8";
/* CSS Document */

.make_margin {

}
.article {
	padding: 0px 0px 15px 40px;
	margin: 0px 0px 15px;
	overflow: hidden;
	clear: both;
}
.article p{
	line-height: 1.5;
}
h3{
margin:0px;
}

.article_back {
	padding: 0px 0px 15px 40px;
	margin: 0px 0px 15px;
	overflow: hidden;
	clear: both;
	background-image: url(../image/img_01.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 415px;
}
.article_back p{
	line-height: 1.5;
}
.space_right {
	margin: 20px 0px;
}


.right_justified {
	float: right;
	margin:0px 0px 10px 15px;
}


.t_red{
	color: #CC0000;
}

.top{
	width: 670px;
	clear: both;
	text-align: right;
	font-size: 85%;
	margin-bottom: 15px;
	margin-right: 20px;
	}
