

body {
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size:15px;
	font-weight:normal;
	font-style:normal;
	line-height:175%;
	color: #000;
	margin:0px;
	padding:0px;
	background: url(http://bikez.sakura.ne.jp/_images/common/body-bg.jpg) 0 0 repeat-x;

}

#main{
	padding-top: 50px;
	margin-left: 150px;
	padding-left: 100px;
	height: 100%;
	width: 800px;
	background-color:#fff;

}

table.table-style{
	margin: 10px 0;
	padding: 0;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 90%;
}

table.table-style th,
table.table-style td{
	padding: 0.8em;
	border: 1px solid #aaa;
	vertical-align: top;
}

table.table-style th{
	font-style: normal;
	font-weight: bold;
	text-align: left;
	background: #eee;
}


input:focus,textarea:focus{ background-color: #dee!important; }
