/***********************************************/
/* Hair Shop KUREYON Homepage CSS              */
/* Copylight KANIRIN                           */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body {
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
	margin: 0px;
	background-image: url(images/bgimage.jpg);
	background-repeat: repeat-x;
	background-color: #6699CC;
  	font-size: 12px;
}

a:link, a:visited, a:hover {
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
  	font-size: 12px;
	color: #6699CC;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

table {
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
  	font-size: 12px;
}

form {
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
  	font-size: 12px;
}

/***********************************************/
/* Layout Divs ID                              */
/***********************************************/

#body_content {
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	position: relative;
	width: 850px;
}

#header {
	float: left;
	position: relative;
	width: 850px;
	height: 200px;
	text-align: left;
	background-image: url(images/topimage.jpg);
	background-repeat: no-repeat;
	overflow: hidden;
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
}

#footer {
	position: relative;
	clear: both;
	font-size: 10px;
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
	color: #6699CC;
	top: 30px;
}

#leftmenu {
	position: absolute;
	width: 200px;
	height: 650px;
	left: 10px;
	font-size: 12px;
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
	overflow: hidden;
	text-align: left;
	top: 200px;
}

#mensmenu{
	float:right;
	text-align: left;
	width: 75%;
	margin: 0;
	padding: 0 3% 0 0;
}

#ladysmenu{
	float:right;
	text-align: left;
	width: 75%;
	margin: 0;
	padding: 0 3% 0 0;
}

#pricelist{
	float:right;
	text-align: left;
	width: 75%;
	margin: 0;
	padding: 0 3% 0 0;
}

/***********************************************/
/* Layout Divs Class                           */
/***********************************************/

.navibar {
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
	color: #6699CC
	font-size: 12px;
	font-weight: bold;
	position: absolute;
	overflow: hidden;
	margin-top: 180px;
	margin-left: 10px;
}

.box {
	float: left;
	position: relative;
	width: 300px;
	left: 10px;
	margin-top: 5px;
	background-image: url(images/box_back.gif);
	margin-bottom: 10px;
	margin-right: 8px;
}

.box2 {
	float: left;
	position: relative;
	width: 500px;
	left: 10px;
	margin-top: 5px;
	margin-bottom: 10px;
	margin-right: 8px;
}

.scrollbox {
	position: relative;
	overflow: auto;
	top: 10px;
	height: 475px;
}

.scrollbox2 {
	position: relative;
	overflow: auto;
	top: 10px;
	height: 425px;
}

.catalog {
	font-family: "Courier New", Courier, mono;
	color: #990000;
	font-size: 13px;
	font-weight: bold;
}

.mensprice {
	font-family: "Courier New", Courier, mono;
	color: #116600;
	font-size: 13px;
	font-weight: bold;
}

.ladysprice {
	font-family: "Courier New", Courier, mono;
	color: #FF6600;
	font-size: 13px;
	font-weight: bold;
}

.menutitle {
	font-family: "Courier New", Courier, mono;
	color: #5555FF;
	font-size: 13px;
	font-weight: bold;
}

