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

body{
	background-color:#b2c1ff;
	font-size:0.75em;
}

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

/* ヘッダー */
div#img{
	background-image:url(../equipment/2_setsubi.jpg);
	background-repeat:no-repeat;
	text-align:right;
	height:260px;
}

div#header img{
	border:0;
}

div#header table{
	margin:0;
}

div#header td{
	padding:0;
}

div#header p{
	padding-top:45px;
	color:#3399ff;
	font-size:1em;
	margin-right:10px;
}

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

div#main{
	width:460px;
	float:left;
	text-align:center;
}

div#main table{
	border:0;
}

/* サイドバー左 */
div#left
	width:220px;
	float:right;
	padding-top:20px;
}

#left th{
	font-weight:normal;
	background-color:#999999;
	text-align:left;
}

#left td{
	margin-top:8px;
	border-bottom:1px dotted #999999;
	color:#ff0000;
}

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

div#right img{
	margin-left:13px;
}

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