div#container{
	width:900px;
	margin:auto;
	background-image:url(../image/back-l.gif);
	background-repeat:repeat-y;	
}

body{
	background-color:#b2c1ff;
}

div#box{
	width:920px;
        margin:auto;
        background-color:#ffffff;
        padding:10px;
}

div#img{
	background-image:url(../form/5_otoiawase.jpg);
	background-repeat:no-repeat;
	text-align:right;
	background-color:#ffffff;
	height:260px;
}

div#header img{
	border:0;
}
div#header table{
	margin:0;
}

div#header p{
	margin-top:45px;
	color:#3399ff;
	font-size:0.75em;
	text-align:right;
	margin-right:10px;
	float:right;
}

div#content{
	width:670px;
	padding-top:10px;
	padding-bottom:15px;
	float:right;
}

div#content p{
	margin-left:15px;
	font-size:0.75em;
}

div#content table{
	font-size:0.75em;
}

.form{
	border:solid 1px #336699;
}

.button{
	text-align:center;
}

div#left{
	float:left;
	width:220px;
	padding-top:10px;
}

div#left img{
	margin-left:12px;
}

div#footer{
	clear:both;
	text-align:center;
	padding:8px;
	border-top:1px solid #999999;
	background-color:#ffffff;
	font-size:0.8em;
}