@charset "shift_jis";

body {
	margin: 0;
	padding: 0;
	background-color: #fff;
	color: #666;
	font-size: 13px;
}
a:link { color: #000099; }
a:vlink { color: #990099; }

#main {
	width: 640px;
	margin-left:20px;
}

#main p {
	height: 17px;
	background: url(list_icon.gif) no-repeat;
	background-position:left;
	text-indent: 20px;
}
	
/* labelにポイントしたとき、マウスカーソルを変える */
label { cursor: pointer; }
/* フォーム要素 */
div.form_item {
	margin-left: 15px;
}
/* ボタン */
div.send { margin: 10px 0 0 50px; }
/* 必須項目エラーメッセージ */
div.error {
	width: 250px;
	background-color:#FF777D;
	padding: 2px;
	color: white;
}
/* 必須 */
span.required { font-weight: bold; }
