/*====================================
		ページの長さ
=====================================*/

div#all{

}

/*==============================
	subcon（サブコン）の集まり
==============================*/

div.subcon_l{
clear:both;
width:560px;
height:auto;
margin-top:10px;
margin-left:auto;
margin-right:auto;
margin-bottom:50px;
}


/*=========================================
	コンテンツ
==========================================*/

div.form_wrap{
clear:both;
width:560px;
}

div.title{
width:140px;
float:left;
margin-top:20px;
color:#006699;
font-weight:bold;
}


div.right{
float:left;
width:350px;
margin-top:20px;
}

#submit{
width:130px;
height:50px;
margin-top:30px;
margin-left:140px;
}

#submit_2{
width:130px;
height:50px;
margin-top:30px;
margin-left:40px;
}

span.red{
color:#ff6699;
font-weight:bold;
}

p#attention{
width:420px;
padding:20px;
margin-top:30px;
margin-bottom:10px;
text-align:center;
color:#CD1443;
border-width:1px;
border-color:#CD1443;
border-style:solid;
margin-left:auto;
margin-right:auto;
}
