@charset "utf-8";


/** common.cssをオーバーライド **/

#left-clm{
	width: 245px;
	float:left;
	height:550px;
	position: relative;
}


#right-clm{
	float:right;
	width: 693px;
	height:550px;
	position: relative;
}

/** ここまで **/



#left-logo{
	position: absolute;
	top: 80px;
	left: 50px;

	margin-left:50px;
}




#left-towall{
	position: absolute;
	top: 210px;
	left: 60px;

}


#left-toabout{
	position: absolute;
	top: 295px;
	left: 60px;
}


#left-tolist{
	position: absolute;
	top: 335px;
	left: 59px;

}

#left-tocomment{
	position: absolute;
	top: 410px;
	left: 59px;

}


#right-pho-bg{
	background-image: url(../about/images/r-goaisatsu-bg.png);
	background-repeat: no-repeat;
	background-position: right top;
	height:473px;
	width:660px;
	margin-top: 20px;
	margin-right:-20px;
}

#right-goaisatsu-box{

	width:480px;
	padding:100px 100px 100px 100px;
	

}

.goaisatsu-title{
	font-size:24px;
	margin-bottom:30px;
}

.goaisatsu-text{
	font-size:16px;
	line-height:1.8em;
}

#right-pho-comment-bg{
	background-image: url(../about/images/r-comment-bg.png);
	background-repeat: no-repeat;
	background-position: right top;
	height:520px;
	width:660px;
	margin-top: 20px;
	margin-right:-20px;
}

