/***********************************************/
/* Whatzis.css                            */
/* Use with Whatzis.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: chicago,silom,tahoma,futura,"Trebuchet MS", Arial, sans-serif;
	color: #333333;
	font-size: 90%;
	letter-spacing: 0px;
	line-height: 1.1em;
	padding: 0px;
	background-color: #ffffff;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 900px;
}

/***********************************************/
/*　img ボーダーの設定                          */
/***********************************************/

a img {
	border: 0px;
}

a:link, a:visited {
	color: #333333;
	text-decoration: underline;
}

a:hover {
	color: #ff3399;
	text-decoration: underline;
}


h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
}

h4{
 color: #000000;
 font-size: 130%;

}

h5{
	color: #FF3300;
	font-size: 110%;
}

h6{
	font-size: 100%;
	color: #FF6633;
	text-align: center;
}
				

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#master{
	width:900px;
	background-color: #000000;

	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 2px;

}

#masthead{
	position:relative;
	background-color: #FFFFFF;
	margin: 0;
	padding: 0px 0px;
	border-bottom: 0px solid #cccccc;
	width: 100%;
	text-align: left;
	line-height: 0px;
}

#shopinfo {

	position:absolute;
	left:540px;
	top:50px;
	width:350px;
	height:25px;
	z-index:1;

	text-align: left;
	padding: 0 10 0 10;
	padding-right: 10px;
	padding-left: 10px;
	margin: 0 0 0 0;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

#content1 {
	background-color: #ffffff;
	
	background-image:url(../img/content1_back_bar.jpg);
	background-repeat:repeat-y;
	background-position:left;
	
	width: 900px;
	height: 465px;
	padding-bottom: 5px;
}

#brand{
	text-align: right;
	width:100%;
	line-height: 0px;
	height: 30px;
	padding-top: 5px;

}

div#brand ul {
	list-style-type: none;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0 0 0 0;
}
div#brand ul li {
	display: inline;
}

#category{
	float: left;
	line-height: 0px;
	width: 155px;
	text-align: right;
	padding-top: 0px;
	padding-right: 0px;
}

#content2 {
	float: left;
	width: 741px;
}

#thumbnail{
	width: 70px;
	float: left;
	margin-left: 0px;
	margin: 0 0 0 0;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0 0 0 0;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#img {
	width: 320px;
	float: left;
	text-align: center;
	overflow: hidden;
}

#text{
	padding: 0px 10px 0px 10px;
	text-align: justify;
	margin: 0 0 0 10;
	width: 320px;
	float: left;
	font-size: 80%;
	overflow: hidden;
	height: 436px;
}

#siteInfo{
	position:relative;
	width: 100%;
	color: #cccccc;

}

#mail{
	position:absolute;
	left:720px;
	top:5px;
	z-index:1;
	
	text-align: right;
	font-size: 80%;
	color: #FFFFFF;
}