

body{
	background-color: #000000;
	color: #ccccff;
	font-size:14px;
	line-height:1.5;
}

/*全体のコンテナ(div#container)*/

div#container{
	width:800px;
	margin-left: auto;
	margin-left: auto;
	padding-top:5px;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	background: #000000;
}

html { 
	scrollbar-base-color: #000000; 
	scrollbar-track-color: #000000; 
	scrollbar-face-color: #000000; 
	scrollbar-shadow-color: #ccccff; 
	scrollbar-darkshadow-color: #000000; 
	scrollbar-highlight-color: #000000; 
	scrollbar-3dlight-color: #ccccff; 
	scrollbar-arrow-color: #ccccff; 
} 

.scroll {  
	overflow:auto;width:200px;height:200px; 
	border: 1px ##67cb66 dotted; 

} 

h1{
	float:left;
	border-right 1px solid #ffffff;
	clear:left;

}	



div#side-a{
	width:150px;
	height:800px;
	float:left;
	border-right 1px solid #ffffff;
	background-color: black;
}

h3{

	font-size:15px;
              font-family:"Arial Black";

	padding:5px 0 5px 10px;
}

ul#category{
	font-size:15px;
              font-family: "Arial Black";
	list-style-type: none;
	margin-left: 20px;
}
#category li{

	background-image: url(img/snow1.gif);
	background-repeat: no-repeat;
	background-position: left center;
	border-bottom:5px dotted #99ccff;
	padding:10px 0px 10px 30px 
}

div#shop-info{
	float:right;
	padding:0 20px 0 0;
	border-right 1px solid #ffffff;
}	


.desc{
	text-aline:right;
	font-weight:blod;
}

#menu{
	list-style-type:none}

#menu li{
	display:inline;
	float:left;
	clear:right;
	border-right:1px solid #999999;
	padding:0 10px 0 5px;
	font-family:"Verdana"；
}


div#line{
	border 10px solid #000000;
	width:800px;
	height:5px;

}




div#maincontent{
	width:500px;
	height:180px;
	float:center;
	background-color: black;
	padding:20px 20px 0 20px;

}

#maincontent li{


	border-bottom:3px dotted #cccccc;
	padding:5px 0px 5px 5px 
}

h4{
	font-size:16px
}

table	{
	font-size: 15px;
	background-color: #000000;

th	{
	padding: 20px;
	text-align: center;
	border:  5px dashed #99cc33;
	}
th,td	{
	padding: 10px;
	border:  1px dashed #99cc33;
	}



h5{
	width:500px;
	border-left:30px solid #ffccff;
	border-right:30px solid #ffccff;
	border-top:1px solid #ffccff;
	border-bottom:1px solid #ffccff;
	background-color:#996699;
	font-size:16px;

	padding:10px 0 8px 10px;
}
.desc{
	text-align:right;
	font-weight:bold;
}

div#content{
	width:500px;
	height:300px;
	float:center;
	background-color: black;
	margin:30px 50px 30px 50px;

}

p {
	font-size: 110%;
	line-height: 170%;
}
address {
	clear:left;
	height: 16px;
	padding: 7px 5px 0;
	background-color: #000000;
	font-size: x-small;
	font-style: normal;
	text-align: center;
}

