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

@import "common.css";



/*-------------------------------------------------
Navigation　ショップ選択（全ページ共通）
-------------------------------------------------*/

#navigation3 {
	width:210px;
	height: 334px;
	float: left;
	background-image: url(../img/side.jpg);
	background-repeat: no-repeat;
}
#navigation3 ul {
	list-style-type:none;
}
#navigation3 li {
}
#navigation3 li a {
	display:block;
	width:210px;
	text-indent:-1000em;
	text-decoration:none;
}

#navigation3 li.menu0 a {
	top:0px;
	height:94px;
	background-image: url(../shop/img/sidemenu.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#navigation3 li.menu1 a {
	top:94px;
	height:79px;
	background:url(../shop/img/sidemenu.jpg) no-repeat -0px -94px;
}
#navigation3 li.menu2 a {
	top:173px;
	height:79px;
	background:url(../shop/img/sidemenu.jpg) no-repeat -0px -173px;
}
#navigation3 li.menu3 a {
	top:252px;
	height:79px;
	background:url(../shop/img/sidemenu.jpg) no-repeat -0px -252px;
}


/*-------------------------------------------------
メイン部
-------------------------------------------------*/	

#main {
	width:610px;
	float: left;
	padding-top: 0px;
	padding-right: 40px;
	padding-bottom: 40px;
	padding-left: 40px;
}
h1 {
	width:690px;
	height:94px;
	text-indent:-1000em;
	background-image: url(../company/img/title.jpg);
	background-repeat: no-repeat;
	margin-bottom: 19px;
}
h2 {
	text-indent:-1000em;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: url(../recruit/img/top.jpg);
	background-repeat: no-repeat;
	height: 333px;
	width: 610px;
	margin-left: 40px;
}
h3 {
	font-size: 110%;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 8px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #9C8C2A;
}
h4 {
	color: #806D23;
	float: left;
	width: 80px;
}
#top {
	margin-top: 60px;
	padding: 0px;
	height: 240px;
	margin-bottom: 0px;
}
#box1 {
	margin-bottom: 20px;
}
#box1 p {
	margin-top: 10px;
}
#box1 img {
}
#box1 dt {
	display: block;
	float: left;
	width: 80px;
	padding-top: 2px;
	padding-bottom: 2px;
}
#box1 dd {
	display: block;
	padding-top: 2px;
	padding-bottom: 2px;
}
#box2 {
	margin-bottom: 20px;
}
#box2 p {
	margin-top: 10px;
}
#box2 img {
}
#box2 dt {
	display: block;
	float: left;
	width: 100px;
	padding-top: 8px;
	padding-bottom: 8px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #CCCCCC;
	text-align: right;
	margin-right: 10px;
	padding-right: 10px;
}
#box2 dd {
	display: block;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
