@charset "UTF-8";
/*formatting style
--------------------------------------*/
* {
	
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
html
  {
overflow-y:scroll; 

}

body {
	font: 75%/1.6px sans-serif;
	color: #333;
	background-color: #FFF;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	font-family: sans-serif;
}
hr {
	display: none;
}

/*link styles
---------------------------------------*/
a img {
	border-style: none;
}
a:link, a:visited {
	color: #CCC;
}

/*header
---------------------------------------*/
#header {
	height: 164px;
	width: 900px;
	font-family: "ヒラギノ角ゴ Pro W3", Helvetica,;
}

#menu_butn {
	width: 481px;
	float:right;
	margin-top: 127px;
		}
#menu_butn ul {
		list-style-type: none;
		}
		
#header li {
	float: left;
	}
	
#header li a:hover {
		filter: alpha(opacity=25);
  -moz-opacity:0.25;
  opacity:0.25;
  }

.head_logo {
		float: left;
	width: 290px;
		}
	

a:hover {
	color: #666;
	text-decoration: none;
}
a:active {
	color: #F90;
	text-decoration: none;
}
/*basic layout
---------------------------------------*/
#showcase {
	float: right;
}





#submenu {
	background-color: #CCC;
	float: right;
	width: 142px;
	left: 755px;
	top: 20px;
	right: 0px;
}
#showcase {
	float: left;
	font: normal 14px/30px "ヒラギノ角ゴ ProN W3, Helvetica";
	color: #000;
	vertical-align: bottom;
	padding-left: 50px;
	width: 705px;
	height: auto;
	padding-top: 50px;	
}

#showcase2 {
	float: left;
	vertical-align: bottom;
	padding-left: 50px;
	width: 130px;
	height: auto;
	padding-top: 50px;	
}

#showcase2 p {
	color: #333;
	font: lighter 10px "ヒラギノ角ゴ Pro W3", "Helvetica",;
	font-family: "ヒラギノ角ゴ ProN W3, Helvetica";
	line-height:1.9em;
	font-weight: bold;
}


#showcase3 {
	float: left;
	padding-left: 0px;
	vertical-align: bottom;
	width: 575px;
	height: auto;
	padding-top: 50px;	
}

#showcase3 p {
	color: #666;
	font: lighter 10px "ヒラギノ角ゴ Pro W3", "Helvetica",;
	font-family: "ヒラギノ角ゴ Pro W3", Helvetica,;
	line-height:1.9em;
}


#category {
	width: 900px;
}

p img {
	padding: 5px 0px;
}


/* ================= MENU BUTTON ================= */
