@charset "utf-8";

.borderBox h4 {
	height:28px;
	line-height:28px;
	padding-left:10px;
	color:#A99797;
	font-size:120%;
	background-color:#F4F3F3;
	margin-bottom:10px;
}

.borderBox ul {
	list-style-type:disc;
	list-style-position:inside;
	margin-bottom:1em;
}

.borderBox .photo {
	width:200px;
	margin:15px 0;
}

.borderBox .text {
	width:610px;
	padding-top:2em;
}


table.form_table input#name,
table.form_table input#name_kana,
table.form_table input#email,
table.form_table input.textfield
{
	width:200px;
}

table.form_table input#age
{
	width:30px;
}

.left  {
float:left;
}

.right  {
float:right;
}
