@charset "utf-8";
/*
/////////////////////////////////////
style.css h1 overwrite.css>さらに背景上書き
/////////////////////////////////////
*/


#contentsArea h1{
background-image:url(bg_h1.gif);
}

#left {
	width:420px;
}

table.formTable{
width:100%;
background:#999999;
margin-bottom:5px;
}
.formTable th{
background:#E4E4E4;
padding:10px 5px;
width:140px;
text-align:left;
}
.formTable td{
background:#FFF;
padding:10px 5px;
}

.btns{
text-align:center;
}
.formBtn{
	margin:10px 10px;
	background:#E3E8ED;
	border-top:1px solid #7F9DB9;
	border-right:1px solid #6B7683;
	border-bottom:1px solid #6B7683;
	border-left:1px solid #7F9DB9;
	padding:2px 10px;
}

table.table tbody td{
background:#FFF;
padding:2px 5px;
text-align:right;
}


.illust {
	float:right;
	margin-left:20px;
	margin-bottom:10px;
	width:auto;
}

