@charset "utf-8";
/* CSS Document */

body {
	background-image: url(images/body_back.png);
	background-repeat: repeat-y;
	background-position: center;
	color: #727171;
	background-color: #FFF;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

h1,h2,h3 {
	margin: 0px;
	overflow: hidden;
}

/*--------------------- outer frame ---------------------*/

.outer {
	width: 1150px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 35px;
	background-image: url(images/outer_back.gif);
	background-repeat: repeat-y;
}
.left_frame {
	float: left;
	width: 870px;
	margin-left: 58px;
}
.right_frame {
	float: right;
	width: 150px;
	margin-right: 58px;
	/*ulに移動*/
	background-image: url(images/side_menu.gif);
	background-repeat: no-repeat;
}




/*--------------------- Side menu ---------------------*/

.side_menu {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
.side_menu li {
	padding: 0px;
	margin: 0px;
}
.side_menu a {
	display: block;
	height: 0px;
	width: 150px;
	padding-top: 62px;
	overflow: hidden;
}
.side_menu .menu0 a {
	padding-top: 135px;
}

.side_menu .menu1 a:hover {
	background-image: url(images/side_menu1h.gif);
	background-repeat: no-repeat;
}
.side_menu .menu2 a:hover {
	background-image: url(images/side_menu2h.gif);
	background-repeat: no-repeat;
}
.side_menu .menu3 a:hover {
	background-image: url(images/side_menu3h.gif);
	background-repeat: no-repeat;
}
.side_menu .menu4 a:hover {
	background-image: url(images/side_menu4h.gif);
	background-repeat: no-repeat;
}
.side_menu .menu5 a:hover {
	background-image: url(images/side_menu5h.gif);
	background-repeat: no-repeat;
}
.side_menu .menu6 a:hover {
	background-image: url(images/side_menu6h.gif);
	background-repeat: no-repeat;
}

.sns_icon {
}
.sns_icon ul {
	list-style-type: none;
	padding: 0px;
	margin-top: 14px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 6px;
}
.sns_icon li {
	float: left;
}
.sns_icon img {
	margin-right: 7px;
	margin-left: 7px;
}
.sns_icon:after {
	content:"";
	clear: both;
	display: block;
}
/*--------------------- Header ---------------------*/
.header {
	background-repeat: no-repeat;
	height: 0px;
	padding-top: 90px;
	overflow: hidden;
}

.aboutus .header {
	background-image: url(images/header_aboutus.gif);
}
.brand .header {
	background-image: url(images/header_brand.gif);
}
.info .header {
	background-image: url(images/header_info.gif);
}
.recruit .header {
	background-image: url(images/header_recruit.gif);
}
.styleTop .header {
	background-image: url(images/header_styletop.gif);
}
.styleBraid .header {
	background-image: url(images/header_stylebraid.gif);
}
.styleHit .header {
	background-image: url(images/header_stylehit.gif);
}
.styleTwist .header {
	background-image: url(images/header_styletwist.gif);
}
.styleKoofu .header {
	background-image: url(images/header_stylekoofu.gif);
}
.contact .header {
	background-image: url(images/header_contact.gif);
}
.policy .header {
	background-image: url(images/header_policy.gif);
}
.sitemap .header {
	background-image: url(images/header_sitemap.gif);
}
/*--------------------- Guide ---------------------*/
.guide {
	color: #333;
	height: 25px;
	padding-top: 10px;
	font-size: 0.9em;
	font-family: "Times New Roman";
}
.guide a {
	color: #333;
	text-decoration: none;
}
.guide a:hover {
	color: #999;
	text-decoration: underline;
}

/*--------------------- Main ---------------------*/


.info .main,.recruit .main,.policy .main,.sitemap .main {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #727171;
	border-bottom-color: #727171;
}

/*--------------------- Footer ---------------------*/
.footer {
	background-color: #C9BC9C;
}
.footer_cont {
	height: 95px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width: 1150px;
}
.footer ul {
	margin: 0px;
	padding-top: 26px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 60px;
	list-style-type: none;
}
.footer li {
	margin: 0px;
	padding: 0px;
	float: left;
}
.footer a {
	display: block;
	height: 0px;
	padding-top: 20px;
	overflow: hidden;
/*	background-color: #0F0;*/
	margin-left: 15px;
}
.footer .link1 {
}
.footer .link2 {
}
.footer .link1 a {
	width: 60px;
}
.footer .link2 a {
	width: 90px;
}


