*{margin:0; padding:0;}
body{background-color:#FFF;width:100%;}

#header{
	width:100%;
	background-color: #000;
	background-image: url(../img/head_logo.gif);
	background-repeat: no-repeat;
	height:80px;
}

#header h1 {
	background-image: url(../img/head_char.gif);
	background-repeat: no-repeat;
	text-indent: -9999pt;
	margin-left: 170px;
	height: 45px;
	width: 453px;

}

#header h2 {
	color: #CCCCCC;
	font-size: 12px;
	font-weight: normal;
	position: absolute;
	left: 508px;
	top: 58px;
}

#my_footer{
	width:100%;
	clear:both;
	background-color:#000;
	text-align:center;
	padding: 2px;
}




#my_navigation{
	float:left;
	width:180px;
	height: 500px;
	background-color:#ddd;

}

#my_contents {
	background-color:#FFFFFF;
	margin-left:180px;
}


#menu1{
	background-color: #666666;
	margin: 0px;
	padding: 0px;
}
#menu1 li{
	list-style:none;
	margin: 0px;
}

#menu1 a{
	display:block;
	padding:0.5em 10px;
	height:15px;
	text-decoration:none;
	font-family: "Times New Roman", "Times", "serif";
	color: #FFFFFF;
	border-left:6px solid #FFFFFF;
	font-weight: bold;
	text-transform: none;

}

#menu1 a:hover{
    display:block;
    background-color:#999999;
    padding:0.5em 10px;
    height:15px;
    text-decoration:none;
    font-family: "Times New Roman", "Times", "serif";
    color: #FFFFFF;
    border-left:solid 6px #FFCC00;
    font-weight: bold;
    text-transform: none;
}

/* menu2 ----------------------------------------------- */
#menu2{
	background-color: #999999;
	margin: 100px 0px 0px;
	padding: 0px;
}
#menu2 li{
	list-style:none;
	margin: 0px;
}

#menu2 a{
	display:block;
	padding:0.5em 10px;
	height:15px;
	text-decoration:none;
	font-family: "Times New Roman", "Times", "serif";
	color: #FFFFFF;
	border-left:6px solid #FFFFFF;
	font-weight: bold;
	text-transform: none;

}

#menu2 a:hover{
    display:block;
    background-color:#CCCCCC;
    padding:0.5em 10px;
    height:15px;
    text-decoration:none;
    font-family: "Times New Roman", "Times", "serif";
    color: #FFFFFF;
    border-left:6px solid #CC9900;
    font-weight: bold;
    text-transform: none;
}








#mymain{
	padding:1em;
}


/* goods photo */
.goods {
	background-color:#FAFAF3;
	border: 1px outset #C0C0C0;
	padding:15px 5px 25px 5px;
}

.info {
    background-color:#D8D8AF;
}


/* header sell */
#spec th{
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	background: #D8D8AF;
	color: #666666;
	padding: 3px;
	font-size: small;

}

/* data sell */
#spec td{
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	padding: 5px;
	font-size: small;
	background-color: #FFFFCC;
}

#spec hr{
	margin-bottom: 35px;
	border: thin dotted #999999;
	margin-top: 35px;


}

/* コメントアウト　*/
/*
h1{padding-left:20px;}
.contents p{margin:1em 0;}
li {list-style:none;}


*/
#comment {
	border: 1px solid #CCCCCC;
	padding:10px;
	margin-bottom: 30px;

}
