.clear-both {
	clear: both;
}

/* 点線ライン */
div.dotted {
	width: 100%;
	height: 1px;
	background-image:  url(/design/paper/img/all/dot_gy.gif);
	background-repeat: repeat-x;
	margin-top: 5px;
	margin-bottom: 5px;
	background-color: #FFF;

}

div.dotted265 {
	width: 265px;
	height: 1px;
	background-image:  url(/design/paper/img/all/dot_gy.gif);
	background-repeat: repeat-x;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #FFF;
	padding:0px;

}


.right {
	text-align:right;
}

#PaTop {
	width: 614px;
	margin-right:auto;
	margin-left: auto;
	margin-bottom: 10px;
	font-size: 12px;
	text-align: right;
	padding: 10px;
	background-color: #E7E7E7;
}