body {
	text-align: center;
}
#wrapper {
	width:  801px;
	height: 801px;
	margin: 0 auto;
	text-align: left;
	background-image:url(./../img/back2.jpg);
}
#header {
	position: relative;
	width: 100%; /* ボックスの幅を指定 */
	height: 78px;
}
#container {
	position: relative;
	margin: 10px 0; /* 上下方向に10pxのマージンを指定 */
	width: 100%; /* ボックスの幅を指定 */
}
#primary {
	/* positionの指定を削除 */
	margin-left: 210px; /* 左方向に210pxのマージンを指定 */
}
#secondary {
	position: absolute;
	left: 0px;
	top: 0px; /* 上方向からの配置位置を変更 */
	width: 200px;
}
#footer {
	height: 50px;
}

ul#menu{
    list-style:none;
    width:100%;
}

a.hair{
    display:block;
    width:151px;
    height:34px;
    background-image:url(./../img/hair.gif);
    text-align:center;
    margin:12px 0px;
}
a:hover.hair{
    background-position:0px -34px;
}

a.menu{
    display:block;
    width:151px;
    height:34px;
    background-image:url(./../img/menu.gif);
    text-align:center;
    margin:12px 0px;
}
a:hover.menu{
    background-position:0px -34px;
}

a.products{
    display:block;
    width:151px;
    height:34px;
    background-image:url(./../img/products.gif);
    text-align:center;
    margin:12px 0px;
}
a:hover.products{
    background-position:0px -34px;
}

a.staff{
    display:block;
    width:151px;
    height:34px;
    background-image:url(./../img/staff.gif);
    text-align:center;
    margin:12px 0px;
}
a:hover.staff{
    background-position:0px -34px;
}

a.qa{
    display:block;
    width:151px;
    height:34px;
    background-image:url(./../img/qa.gif);
    text-align:center;
    margin:12px 0px;
}
a:hover.qa{
    background-position:0px -34px;
}

a.access{
    display:block;
    width:151px;
    height:34px;
    background-image:url(./../img/access.gif);
    text-align:center;
    margin:12px 0px;
}
a:hover.access{
    background-position:0px -34px;
}

a.blog{
    display:block;
    width:151px;
    height:34px;
    background-image:url(./../img/blog.gif);
    text-align:center;
    margin:12px 0px;
}
a:hover.blog{
    background-position:0px -34px;
}

.yohaku{clear:left;width:auto;}
.namae{clear:left;width:440px;margin:5px;margin-left:20px;margin-bottom:5px;font-size:90%;}
.comment{float:left;width:440px;margin:5px;margin-left:25px;font-size:80%;}
.price{float:left;width:80px;margin-left:40px;font-size:80%;}
.style1 {font-size:80%;}
.style2 {color:#FF0000;}
.bodr_menu{clear:left;width:400px;border-bottom:1px #B0E2FF solid;margin-top:10px;margin-bottom:10px;}
.midl{width:780px;;position:absolute;top:495px;border-top:1px #000000 dotted;border-bottom:1px #000000 dotted;padding-top:8px;padding-bottom:3px;}
.kousin{width:480px;height:150px;font-size:90%;position:absolute;top:0px;border:1px solid #999999;left:0px;padding:5px;overflow:auto;}
.hizuke{float:left;width:70px;}
.nakami{margin-left:7px;float:left;width:400px;}
