@import url(../common/css/common.css);
@import url(../common/css/header.css);
@import url(../common/css/navi.css);
@import url(../common/css/footer.css);


.my_left{
	float:left;
	width:470px;
	_height:1px;
	min-height:1px;
	margin-bottom:20px;
}

.my_left:after {
	content:".";
	clear:both;
	display:block;
	height:0;
	visibility:hidden;
}


.my_right{
	clear:both;
	float:right;
	width:250px;
	padding:5px;
	_height:1px;
	min-height:1px;
	margin-bottom:20px;
}

.my_right:after{
	content:".";
	clear:both;
	display:block;
	height:0;
	visibility:hidden;
}

.my_ttl{
	width:450px;
	height:34px;
	background-repeat:no-repeat;
}

.my_body p{
	line-height:1.7em;
}

