/* CSS Document */

div#concontent{
	width:750px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}

span.star{
	font-size:19px;
	font-weight:bold;
	color:#e65700;
}

.b20{
	margin-bottom:20px;
}

/*------ If~ ------*/
div#if{
	width:720px;
	height:45px;
	margin:0px auto;
	text-align:left;
}
div#if p{
	width:630px;
	margin:0px;
	color:#e65700;
	border-left:solid 6px #e65700;
	font-size:13px;
	padding-left:8px;
}

/*------ form上下 ------*/
div.obi{
	width:722px;
	margin:0px auto;
}

/*------ form ------*/
div#req{
	width:100px;
	height:19px;
	float:right;
	margin:20px 10px 0px 0px;
}
div#req p{
	margin:0px;
}

div#formcon{
	width:722px;
	height:400px;
	margin:0px auto;
	background:url(../00common/box_center.gif) repeat-y;
}
html>/**/body div#formcon{
	height:450px;
}

/*-- table --*/
div#formcon table{
	width:550px;
	border:none;
	font-size:12px;
	margin:0px auto;
}
div#formcon th{
	width:130px;
	vertical-align:top;
	padding:2px;
	font-size:13px;
}
div#formcon td{
	width:420px;
	padding:7px 2px 2px 2px;
}

span.ar{
	background:url(../00common/icon.gif) no-repeat;
	background-position:left 4px;
	padding-left:8px;
}

div.sub{
	width:120px;
	margin:10px auto;
}

/*-- input text --*/
.siz1{
	width:200px;
	ime-mode:disabled;
}
.siz2{
	width:300px;
	ime-mode:disabled;}
.siz3{
	width:400px;
	height:130px;
	ime-mode:disabled;
}

/*-- 確認画面td --*/
.td1{
	width:150px;
}
.td2{
	width:500px;
}


