@charset "utf-8";

/* コンテンツスタイル
----------------------------------------------------------- */
div#main h3.midashi02 {
	margin-top: 45px;
	margin-bottom: 10px;
}

div#main h3.midashi02_top {
	margin-top: 0;
}

div#main a.a01 {
	padding: 0 0 0 15px;
	background: url(../../common/images/i_arrow01.gif) 0 2px no-repeat;
}


div#main span.must {
	color: #FF0000;
}



/* テーブルスタイル */

div#main table {
	width: 600px;
	margin:0 35px 0 15px;
	font-size: 100%;
	line-height: 1.5;
}

div#main table th,
div#main table td {
	padding: 7px 10px;
	border: 1px solid #CCC;
}

div#main table th {
	width: 180px;
	background: #F7F7F7;
}

div#main table td.bg_gray {
	background: #EEEEEE;
}

div#main table td p {
	margin: 5px 0 0 0;
}

div#main table td span.err {
	font-weight:bold;
	color:#ff0000;
}


/* フォームスタイル */

div#main input.text_area {
	width: 220px;
	padding: 1px 1px 0 1px;
	ime-mode: active;
}

div#main input.hankaku {
	ime-mode: inactive;
}

div#main input.wide {
	width: 280px;
}

div#main input.wide2 {
	width: 350px;
}

div#main input.zip {
	width: 80px;
}

div#main input.birth {
	width: 50px;
	ime-mode: inactive;
}

div#main textarea {
	width: 350px;
	height: 150px;
	padding: 1px;
	font-size: 86%;
	line-height: 1.4;
	ime-mode: active;
}

/* ボタンスタイル */

div#main div#btn-box {
	margin: 30px 35px 30px 15px;
	text-align: center;
}

div#main div#btn-box button {
	width: 105px;
	height: 30px;
	margin: 0 5px;
	padding:0;
	border:0;
	background:none;
	cursor: pointer;
}

div#main div#btn-box button:hover {
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
}


/* エラー画面
----------------------------------------------------------- */
div#main p.err {
	color:#ff0000;
	font-weight:bold;
}

