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(../product/1_seihin.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:490px;
	float:left;
	text-align:center;
	padding-top:30px;
}



/* サイドバー右 */
div#right{
	float:right;
	width:190px;
}

div#right table{
	width:190px;
}

div#right th{
	color:#ffffff;
	background-color:#666666;
	font-weight:normal;
	padding:8px;
}

div#right td{
	background-color:#9dcdec;
	padding:8px;
}

div#right td a{
	text-decoration:none;
	color:#000000;
}

div#right h2{
	color:#ffffff;
	background-color:#666666;
	margin-bottom:2px;
	padding-top:3px;
	padding-left:8px;
	width:152px;
	height:20px;
	font-size:1em;
}

div#right ul.cate {
	margin:0;
	padding:0;
}

div#right ul.cate li{
	list-style-type:none;
	margin-bottom:3px;
	width:152px;
}

div#right ul.cate li a{
	color:#000000;
	text-decoration:none;
	background-color:#cfd8ef;
	display:block;
	padding-top:6px;
	padding-bottom:6px;
	padding-left:8px;
	width:100%;
}

div#right ul.cate li a:hover{
	background-color:#8fa3da;
}


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

div#left 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;
}


