@charset "UTF-8";
@import url("index.css");
@import url("profile01.02.css");
@import url("profile03.css");
@import url("works.css");
@import url("workscase.css");
@import url("salon.css");
@import url("recruit.css");
@import url("recruit04.css");
@import url("recruit06.css");
@import url("contact.css");

/* formatting style
--------------------------------------*/

＊ {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	font-family: sans-serif;
	font-size: 80%;
	line-height: 1.6;
	color: #333333;
	background-color: #999999;
	background-image: url(images/bg.gif);
	background-repeat: repeat;
}
hr {
	display: none;
}
/* link styles
--------------------------------------*/
a img {
	border-style: none;
}
a:link {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a:active {
	text-decoration: none;
	position: relative;
	left: +1px;
	top: +1px;
}
/* basic layout
--------------------------------------*/
#wrapper {
	background-color: #FFFFFF;
	margin: 0px auto;
	width: 860px;
}
#footer {
	clear: both;
	height: 110px;
	position: relative;
	margin-bottom: 0px;
	margin-top: 0px;
}
#contents {
	width: 860px;
	margin: 0px auto;
	height: 100%;
	padding: 0px;
	clear: both;
	position: relative;
}
#sidebar {
	width: 200px;
	float: left;
	margin: 0px 16px 0px 0px;
	padding: 0px 0px 20px;
	height: auto;
	background-color: #E6E6E6;
}
#main {
	float: right;
	width: 530px;
	margin: 20px 34px 0px 0px;
	clip: rect(auto,0px,auto,auto);
	border-top: 1px solid #003399;
	padding: 0px;
	height: auto;
}

/* header styles
--------------------------------------*/
#header {
	height: 120px;
	position: relative;
	width: 860px;
	background-color: #FFFFFF;
	margin: 0px;
}
#cover {
	height: 100%;
	width: 860px;
	display: block;
	margin: 0px;
	top: 120px;
}
#header #logo {
	position: absolute;
	left: 11px;
	top: 12px;
}
#header ul1 {
	width: 792px;
	position: absolute;
	top: 62px;
	text-align: right;
	left: 34px;
}
#header ul1 li1 a {
	font-size: 10px;
	text-decoration: none;
}

/* footer styles
--------------------------------------*/
#footer p {
	margin-top: 0px;
	float: right;
	margin-right: 34px;
}
#footer ul {
	background-image: url(images/footerbar.gif);
	background-repeat: no-repeat;
	background-position: center;
	height: 40px;
	width: 860px;
	position: absolute;
	margin: 0px;
	padding: 0px;
	bottom: 40px;
}
#footer ul li {
	list-style: none;
	float: right;
}
#footer ul li a {
	font-size: 80%;
	color: #000000;
	text-decoration: none;
	display: block;
	margin-right: 34px;
	margin-top: 13px;
	vertical-align: middle;
}
#footer   ul   li a#home  {
	display: block;
	padding: 0px;
	margin-right: 10px;
}
#footer   ul   li a#contact {
	margin-right: 10px;
	display: block;
}
#footer address {
	font-size: 70%;
	color: #FFFFFF;
	background-color: #666666;
	text-align: center;
	font-family: sans-serif;
	margin: 0px auto;
	height: 40px;
	bottom: 0px;
	position: absolute;
	left: 0px;
	width: 792px;
	display: block;
	top: 70px;
	right: 0px;
	font-style: normal;
	padding: 10px 34px 0px;
	line-height: 1.4em;
}
#sidebar     h3    {
	display: block;
	margin: 20px 0px 0px;
}
#sidebar   ul  {
	margin: 0px;
	height: auto;
	padding: 0px;
}
#sidebar   ul   li  {
	list-style: none;
	border-bottom: 1px solid #FFFFFF;
	height: 22.5px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	display: block;
	float: left;
	margin: 0px;
	padding: 0px;
}
#sidebar  ul  li  a  {
	display: block;
	list-style: none;
	margin: 0px auto 0px 0px;
	padding: 0px;
	border-bottom: 1px solid #FFFFFF;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
#sidebar h2 {
	display: block;
}
#sidebar h2 a img#tokkyo1 {
	display: block;
	margin: 40px auto 0px;
}
#sidebar h2 a img#tokkyo2 {
	display: block;
	margin: 7px auto 0px;
}
#sidebar h2 a img#syohyo {
	display: block;
	margin: 7px auto 0px;
}
#sidebar h2 a img#contact {
	display: block;
	margin: 7px auto 0px;
}
#sidebar p {
	display: block;
	margin: 0px;
}
