/* CSS Document */

@charaset "Shift_JIS";

/*書体
＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿*/
.style10px {
font-size: 10px;
line-height: 14px;
}

.style12px {
font-size: 12px;
line-height: 14px;
}

/* 全体構造
---------------------------------------------------- */
body {
	background-image: url(../img/brw_top.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	color: #666666;
	background-position: center 100px;
}

/* ラップ
---------------------------------------------------- */


#content {
	width: 600px;
	padding: 0px;
	height: 300px;
	margin-top: 150px;
	margin-right: auto;
	margin-left: auto;
}
