/* toiawase.css */

.wrapper{
	width : 900px;
	height : 1482px;
	height : 972px;


	margin : 0px auto 0 auto;

	background-color : #FFFFFF;
/*
	border-left : 1px solid #2D2300;
	border-right : 1px solid #2D2300;
	border-bottom : 1px solid #2D2300;
*/
}


.content {
	width : 850px;
	height : 1290px;
	height : 780px;

	position : absolute; top:105px; left: 25px;
/*
	background-color : #F0F0F0;
*/
}


/* サイドナビゲーション用 */

.left_side {
	width :270px;
	height : 400px;

	position : absolute; top:210px; left: 580px;
/*
	border-right : 2px solid #A0A0A0;
	background-color : #FF00FF;
*/
}


.main {
	width :575px;
	height : 1110px;
	height : 600px;

	position : absolute; top:180px; left: 0px;
/*
	border-top : 7px solid #4E3000;
	background-color : #00FF00;
*/
}


.footer{
	width : 100%;
	height : 130px;

/*
	height : 150px;
	text-align : right;
	background: url(../img/hedder.jpg) repeat-y scroll;
	padding-top:5px;
	padding-left:5px;
	padding-right:5px;
	background-color : #BEA037;
	background:#1a1a1a url(../img/bg/bg_foot03.gif) no-repeat top;
	background-color : #FF00FF;
*/
	background: url(../img/bg/footer03.png) repeat-x;
	border : 1px solid #A0A0A0;
	position : absolute; top:900px; left: 0px;
}


.cont_01{
	width :570px;
	height : 170px;
	
	margin : 0px 0px;

/*
	border-top : 2px solid #A0A0A0;
	background-color : #FFE304;
*/
}


.cont_02{
	width :570px;
	height : 560px;
	
	margin : 10px 0px;
/*
	background-color : #FFE304;
	border-top : 2px solid #A0A0A0;
*/
}


.cont_03{
	width :570px;
	height : 150px;
	
	margin : 10px 0px;

/*
	background-color : #000000;
	background-color : #FFE304;
	border-top : 2px solid #A0A0A0;
*/
}


td.formtittle{
	width:150px;
	height:30px;
	background-color : #787878;

	color:white;
}


input{
	margin-left : 20px;
}


table.toiawase_tbl {
	margin : 15px 5px;
	font-size : 12px;
}

