@charset "utf-8";

* {
	margin:0px;
	padding:0px;
}
img {
	border:none;
}
html {
	width:100%;
}

body {
	font-family: "ＭＳ Ｐゴシック", Osaka, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #535353;
	background: #b3daff;
	background-image: url(../../images/common/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

a:link {
	color: #ff7b7b;
	text-decoration: none;
}
a:visited {
	color: #fb5e5e;
	text-decoration: none;
}
a:hover {
	color: #ffa4a4;
	text-decoration: none;
}
a:active {
	color: #ffa4a4;
	text-decoration: none;
}

h1,h2,h3,h4,h5 {
	line-height:normal;
	text-indent:-5000px;
	overflow:hidden;
}
/*   base container   */
#head {
	height:100px;
	width:800px;
	margin: 0px auto;
}
#wapper_body {
	height:610px;
	background-image:url(../../images/common/bg_body.jpg);
	background-repeat:no-repeat;
	background-position:center;
}
#body {
	width:780px;
	height:550px;
	margin:0px auto;
}
#foot {
	height: 65px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	text-align: right;
}
/*  menu css */
ul#menu {
	width:710px;
	height:30px;
	background: url(../../images/common/bg_menu.gif);
	padding:0px 45px;
	margin:0px auto;
}
#menu li {
	display:block;
	overflow:hidden;
	float:left;
	width:100px;
	height:30px;
}
#menu li a {
	display:block;
	width:100px;
	height:30px;
	text-indent:-5000px;
}
#menu li:hover {
	background-position:0px -30px; 
}
li.top {
	background:url(../../images/common/menu_top.gif);
}
li.active_top {
	background:url(../../images/common/menu_top.gif);
	background-position:0px -30px;
}
li.comment {
	background:url(../../images/common/menu_comment.gif);
}
li.active_comment {
	background:url(../../images/common/menu_comment.gif);
	background-position:0px -30px;
}
li.contact {
	background:url(../../images/common/menu_contact.gif);
}
li.active_contact {
	background:url(../../images/common/menu_contact.gif);
	background-position:0px -30px;
}
li.recruitinfo {
	background:url(../../images/common/menu_recruitinfo.gif);
}
li.active_recruitinfo {
	background:url(../../images/common/menu_recruitinfo.gif);
	background-position:0px -30px;
}
li.shopinfo {
	background:url(../../images/common/menu_shopinfo.gif);
}
li.active_shopinfo {
	background:url(../../images/common/menu_shopinfo.gif);
	background-position:0px -30px;
}
li.qa {
	background:url(../../images/common/menu_qanda.gif);
}
li.active_qa {
	background:url(../../images/common/menu_qanda.gif);
	background-position:0px -30px;
}
li.interview {
	background:url(../../images/common/menu_interview.gif);
}
li.active_interview {
	background:url(../../images/common/menu_interview.gif);
	background-position:0px -30px;
}
/*  common css */
#head #title {
	background:url(../../images/common/img_title.gif);
	width:367px;
	height:57px;
	margin:18px 156px 0px 0px;
}
#head #title a {
	width:367px;
	height:57px;
	display:block;
}
#head #subtitle {
	background:url(../../images/common/img_subtitle.gif);
	width:184px;
	height:16px;
	margin:0px 0px 0px 0px;
}
#head #headinfo{
	background:url(../../images/common/img_info.gif);
	width:201px;
	height:48px;
	margin-top:30px;
	position:relative;
}
#head #headinfo a {
	display:block;
	width:201px;
	height:15px;
	text-indent:-5000px;
	overflow:hidden;
	position:absolute;
	left: 0px;
	top: 33px;
}
#head img {
	margin:11px 0px 0px 10px;
}
