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


#box_left, #box_right{
	width: 420px;
}
#box_left{
	float: left;
	width: 193px;
	padding-left: 20px;
}
#box_right{
	position: relative;
	float: right;
	padding-right: 20px;
	width: 650px;
	line-height: 1.6em;
}
#box_right h2{
	margin-bottom: 15px;
}
.txt{
	margin: 0 0 15px;
}

.harf{
	width: 315px;
	margin: 0 5px;
	position: relative;
	float: left;
	text-align: center;
	display: inline;
}

.left-text{text-align: left;}


.contents_box{
	width: 630px;
	margin: 0 auto 10px;
}
.contents_box_inner{
	background: url(../img_common/bk_content_02.png) repeat-y center;
	padding: 20px;
}