@charset "utf-8";
/* CSS Document */



/*---------------
 #wrapper 
---------------*/

/*---------------
 #main 
---------------*/
#mainVisual{
	clear: both;
	margin: 0 20px 10px;
	border: 1px solid #B98046;  
}


/*---------------
 #contents 
 ---------------*/
#contents{
	clear: both;
	width: 800px;
}

#contentsBox{
	background: url(../images/contents_bg.gif) repeat;
	margin-bottom: 20px;
	color: #630;
}

#contentsBox_bot{
	background: url(../images/contents_bg_bot.gif) left bottom no-repeat;
	padding: 20px 60px 250px;
}

#contentsBox h2{
	width: 700px;
	height: 20px;
	padding: 60px 50px 10px;
	background: url(../images/contents_bg_top.gif) left top no-repeat;
	font-size: 141%;
}

#contentsBox .exp{
	padding: 0 50px 10px;
}


#contentsBox_bot h3{
	clear: left;
	border-left: 5px solid #630;
	border-bottom: 1px solid #630;
	padding-left: 5px;
	padding-bottom: 2px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 116%;
} 

#contentsBox_bot p.exp{
	padding: 0 10px 10px;
}

/*-- #toiawaseTable --*/

#toiawaseTable{
	width: 100%;
	border-collapse: collapse;
	background: #FFFFFF;
}

#toiawaseTable th{
	white-space: nowrap;
}

#toiawaseTable th,
#toiawaseTable td{
	/*background: #FFF;*/
	border: 1px solid #A3865F;
	padding: 5px 10px;
}

#toiawaseTable td .error{
	color: #DE5433;
}


#toiawaseTable input.text,
#toiawaseTable textarea.text{
	width: 300px;
	background: #E6DECA;
	border: 1px solid #A3865F;
}

#toiawaseTable th.submit{
	text-align: center;
}

#toiawaseTable input.opp{
	vertical-align: middle;
	margin-right:2px;
}

#toiawaseTable label{
	margin-right: 5px;
}