@charset "UTF-8";

@import url("/css/initial.css");
@import url("/css/common.css");


/* top style */

#topImages {
	width:830px;
	margin:0 auto;
	}

.mainLeft {
	float:left;
	width:270px;
	}
.mainRight {
	float:right;
	width:270px;
	}

.pLine {
	margin-top:10px;
	padding-bottom:10px;
	border-bottom:1px dotted #999999;
	}
.btnMore {
	margin-top:15px;
	text-align:right;
	}


