@charset "utf-8";

#left{
	width:250px;
	float:left;
	padding:20px;
}


#right{
	width:600px;
	float:right;
	padding:50px;
}


.contentwrap{clear:both;width:1000;padding:0;min-height:500px; }


.contents{
	float:left;
	width:205px;
	margin:10px;
	padding:20px 5px 5px 5px ;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:12px;
	font-style:oblique;
}

#formWrap {
	width:700px;
	margin:0 auto;
	color:#555;
	line-height:120%;
	font-size:90%;
}
table.formTable{
	width:100%;
	margin:0 auto;
	border-collapse:collapse;
}
table.formTable td,table.formTable th{
	border:1px solid #ccc;
	padding:10px;
}
table.formTable th{
	width:30%;
	font-weight:normal;
	background:#efefef;
	text-align:left;
}


p.error_messe{
	margin:5px 0;
	color:red;
}
