@charset "Shift_JIS";


/*↓トップページ====================*/

div#HEADER {
	width:720px;
	height:90px;
	margin:0;
	padding:0;
	}
div#MAIN {/*メインコンテンツ部分*/
	background-image:url("../img/bg_top.gif");
	background-position:center top;
	background-repeat:repeat-y;
	}

.softinfo {
	width:720px;
	height:70px;
	margin:0;
	padding:0;
	}
.bg_dot {
	background-color:#f8b500;
	background-image:url("../img/bg_dot.gif");
	}
.maruc {
	width:200px;
	height:40px;
	margin:10px auto;
	}
/*↑トップページ====================*/
