/*-----------------------------------------------------------------------------------------------サイドメニュー*/
.slidedoormenu{
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 218px; /* thick left border of menu */
	font-size: 12px;
	display: block;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #FFCCCC;
	border-right-color: #FFCCCC;
	border-bottom-color: #FFCCCC;
	border-left-color: #FFCCCC;
}

.slidedoormenu li{
border-bottom: 1px solid #885b5c; /* Gray border beneath each menu item */
}

.slidedoormenu li a{
background: white url(../img/vstrip.gif) repeat-y left top; /* Background image positioned to the left(v) top(h) corner initially */
font: bold ;
display: block;
color: black;
width: auto;
border-bottom: 1px solid white; /* White border beneath each menu item link, to add depth */
padding: 7px 0; /* Vertical (top/bottom) padding for each menu link */
text-indent: 8px;
text-decoration: none;
}

.slidedoormenu li a:visited, .slidedoormenu li a:active{
color: black;
}

.slidedoormenu li a:hover{
background-position: -387px 0; /* Shift background image horizontally 387px, or the start of the 2nd background image */
color: black;
}

.slidedoormenu li.lastitem, .slidedoormenu li.lastiten, .slidedoormenu li.lastiten a, .slidedoormenu li.lastitem a{
border-bottom-width: 0; /* For last menu item within menu, remove bottom border */
}

.slidedoormenu li.lastitem a{
	padding-top: 8px;
	padding-bottom: 8px;
}
.slidedoormenu li.lastiten a{
	padding-top: 8px;
	padding-bottom: 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFCCcc;
}
.slidedoormenu li a{ /* Menu link width value for IE */
width: 100%;
}
#menumidasi{
	font-size: 14px;
	text-align: center;
	color: #333333;
	background-image: url(../img/titlebar.jpg);
	background-repeat: no-repeat;
	font-weight: bold;
	display: block;
	width: 220px;
	height: 25px;
	padding-top: 5px;
}
#shop{
	text-indent: -5000px;
}
#shop a{
	background-image: url(../img/shop_o.jpg);
	display: block;
	height: 60px;
	width: 220px;
	margin-bottom: 10px;
}
#shop a:hover{
	background-image: url(../img/shop.jpg);
	display: block;
	height: 60px;
	width: 220px;
}
/*-----------------------------------------------------------------------------------------------サイドメニュー*/
/*-----------------------------------------------------------------------------------------------ヘッダーメニュー*/
#modernbricksmenu2{
	padding: 0;
	width: 900px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #FF6666;
	display: block;
}

#modernbricksmenu2 ul{
	padding: 0;
	list-style: none;
	margin-right: auto;
	margin-left: auto;
	display: block;
	width: 900px;
}
.w99{width: 99px;
}

#modernbricksmenu2 li{
	display: block;
	float: left;
}

#modernbricksmenu2 a{
	float: left;
	color: white;
	text-decoration: none;
	background-color: #666666; /*Brown color theme*/
	border-top: 1px solid white;
	font-size: 11px;
	font-weight: bold;
	display: block;
	margin-top: 0;
	margin-right: 1px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 5px;
	padding-right: 14px;
	padding-bottom: 5px;
	padding-left: 14px;

}

#modernbricksmenu2 a:hover{
background-color: #FF6666; /*Brown color theme*/ 
color: white;
}
head~/* */body #modernbricksmenu2 #current a{
	width: 70px;
}

#modernbricksmenu2 #current a{ /*currently selected tab*/
	background-color: #FF6666; /*Brown color theme*/
	color: white;
	border-color: #FF6666; /*Brown color theme*/
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	display: block;
	margin-top: 0;
	margin-right: 1px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 5px;
	padding-right: 17px;
	padding-bottom: 5px;
	padding-left: 17px;
	width: 50px;

}
#head-box{
	background-image: url(../img/head.jpg);
	display: block;
	height: 100px;
	width: 900px;
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
}
#head-box h1{
	background-image: url(../img/head.jpg);
	display: block;
	height: 100px;
	width: 900px;
	background-repeat: no-repeat;
	font-size: 12px;
	text-align: center;
}


/*-----------------------------------------------------------------------------------------------ヘッダーメニュー*/
#foot{
	font-weight: bold;
	color: #FFFFFF;
	background-color: #666666;
	display: block;
	clear: both;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	font-size: 12px;
		margin-top: 5px;

}
#footmenu{
	margin-top: 10px;
	display: block;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	font-size: 76%;
	text-align: center;
}
#footmenu a{
	color: #000000;
	text-decoration: underline;
}
#footmenu a:hover{
	color: #CC0000;
	text-decoration: underline;
}
#footmenu a:visited{
	color: #CC0000;
	text-decoration: none;
}
/*-----------------------------------------------------------------------------------------------ボタン*/
a.ovalbutton{
background: transparent url('../img/oval-red-left.gif') no-repeat top left;
display: block;
float: left;
font: normal 13px Tahoma; /* Change 13px as desired */
line-height: 16px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 24px) */
height: 24px; /* Height of button background height */
padding-left: 11px; /* Width of left menu image */
text-decoration: none;
}

a:link.ovalbutton, a:visited.ovalbutton, a:active.ovalbutton{
color: #494949; /*button text color*/
}

a.ovalbutton span{
background: transparent url('../img/oval-red-right.gif') no-repeat top right;
display: block;
padding: 4px 11px 4px 0; /*Set 11px below to match value of 'padding-left' value above*/
}

a.ovalbutton:hover{ /* Hover state CSS */
background-position: bottom left;
}

a.ovalbutton:hover span{ /* Hover state CSS */
background-position: bottom right;
color: black;
}

.buttonwrapper{ /* Container you can use to surround a CSS button to clear float */
overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
width: 100%;
}

/*-----------------------------------------------------------------------------------------------パンくず*/
#breadcrumbbox{
	width: 900px;
	margin-top: 5px;
	margin-right: auto;
	margin-left: auto;
	display: block;
	text-align: left;
	clear: both;
}
.breadcrumb{
	font-size: 10px;
	text-align: left;
}

.breadcrumb a{
background: transparent url(../img/breadcrumb.gif) no-repeat center right;
text-decoration: none;
padding-right: 18px; /*adjust bullet image padding*/
color: navy;
}

.breadcrumb a:visited, .breadcrumb a:active{
color: navy;
}

.breadcrumb a:hover{
text-decoration: underline;
}
/*-----------------------------------------------------------------------------------------------totop*/
#totop{
	text-align: right;
	display: block;
	clear: both;
	height: 15px;
	width: 100%;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 10px;
}
#totop a{
	color: #000000;
	text-decoration: none;
}
#totop a:hover{
	color: #CC0000;
	text-decoration: underline;
}




/*-----------------------------------------------------------------------------------------------カート*/
a.squarebutton{
background: transparent url('../img/square-blue-left.gif') no-repeat top left;
display: block;
float: left;
font: normal 12px Arial; /* Change 12px as desired */
line-height: 15px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 23px) */
height: 23px; /* Height of button background height */
padding-left: 9px; /* Width of left menu image */
text-decoration: none;
}

a:link.squarebutton, a:visited.squarebutton, a:active.squarebutton{
color: #494949; /*button text color*/
}

a.squarebutton span{
background: transparent url('../img/square-blue-right.gif') no-repeat top right;
display: block;
padding: 4px 9px 4px 0; /*Set 9px below to match value of 'padding-left' value above*/
}

a.squarebutton:hover{ /* Hover state CSS */
background-position: bottom left;
}

a.squarebutton:hover span{ /* Hover state CSS */
background-position: bottom right;
color: black;
}

.buttonwrapper{ /* Container you can use to surround a CSS button to clear float */
overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
width: 100%;
}

/*-----------------------------------------------------------------------------------------------サロンボタン*/

a.boldbuttons{
	background: transparent url('../img/roundedge-brown-left.gif') no-repeat top left;
	display: block;
	float: left; /* Change 13px as desired */
	line-height: 22px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 30px) */
	height: 30px; /* Height of button background height */
	padding-left: 8px; /* Width of left menu image */
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
}

a:link.boldbuttons, a:visited.boldbuttons, a:hover.boldbuttons, a:active.boldbuttons{
color: white; /*button text color*/
}

a.boldbuttons span{
background: transparent url('../img/roundedge-brown-right.gif') no-repeat top right;
display: block;
padding: 4px 10px 4px 2px; /*Set 10px to be equal or greater than'padding-left' value above*/
}

a:hover.boldbuttons{ /* Hover state CSS */
text-decoration: underline;
}


.buttonwrapper{ /* Container you can use to surround a CSS button to clear float */
overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
width: 100%;
}
/*-----------------------------------------------------------------------------------------------求人ボタン*/
#recruit{
display: block;
height: 30px;
width: 220px;
margin-top: 10px;
	}
#recruit a{
background-image: url(../img/recruit.jpg);
background-repeat: no-repeat;
display: block;
height: 30px;
width: 220px;
}
#recruit a:hover{
background-image: url(../img/recruit.jpg);
background-repeat: no-repeat;
background-position: 0px -30px;
	}

