@charset "utf-8";

* {
	margin: 0;
	padding: 0;
}

.backimg {
	text-indent: -9999px;
	overflow: hidden;
}

a.backroll {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
	overflow: hidden;
}

a {
	text-decoration: none;
	color: #f39800;
}

a:hover {
	text-decoration: underline;
	color: #0095d9;
}

a img {border: none;}

/* ■■■■■■■■■■■■■■■■■■■■■ 基本レイアウト ■■■■■■■■■■■■■■■■■■■■■■■ */

body {background-color: #f5f5f5;}

#shadow {
	width: 820px;
	height: 100%;
	margin: 0 auto;
	background: url(../images/common/shadow.png) repeat-y;
}

#all {
	width: 800px;
	margin: 0 auto;
	font-size: 80%;
	line-height: 1.5em;
	color: #2b2b2b;
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#header {
	width: 800px;
	height: 105px;
	padding-top: 2px;
	background: url(../images/common/header_bg.png) no-repeat top;
}

#header p {
	width: 800px;
	height: 22px;
	text-indent: 4px;
	overflow: hidden;
	font-size: 80%;
	color: #fff;
}

#header h1 {
	width: 800px;
	height: 83px;
	background: url(../images/common/logo.png) no-repeat;
}

#menu,
#menu ul {
	width: 800px;
	height: 31px;
	background: url(../images/common/menu_bg.png) repeat-x;
}

#menu ul {
	list-style: none;
}

#menu ul li {
	float: left;
	width: 90px;
	height: 31px;
}

#menu ul li.home {
	margin-left:22px;
	_margin-left:11px;
	background: url(../images/common/home_r.png) no-repeat;
}
#menu ul li.home_now {margin-left:22px;background: url(../images/common/home_r.png) no-repeat;}
#menu ul li.home a {background: url(../images/common/home.png) no-repeat;}
#menu ul li.home a:hover {background: none;}

#menu ul li.company {background: url(../images/common/company_r.png) no-repeat;}
#menu ul li.company_now {background: url(../images/common/company_r.png) no-repeat;}
#menu ul li.company a {background: url(../images/common/company.png) no-repeat;}
#menu ul li.company a:hover {background: none;}

#menu ul li.deal {background: url(../images/common/deal_r.png) no-repeat;}
#menu ul li.deal_now {background: url(../images/common/deal_r.png) no-repeat;}
#menu ul li.deal a {background: url(../images/common/deal.png) no-repeat;}
#menu ul li.deal a:hover {background: none;}

#menu ul li.office {background: url(../images/common/office_r.png) no-repeat;}
#menu ul li.office_now {background: url(../images/common/office_r.png) no-repeat;}
#menu ul li.office a {background: url(../images/common/office.png) no-repeat;}
#menu ul li.office a:hover {background: none;}

#menu ul li.recruit {background: url(../images/common/recruit_r.png) no-repeat;}
#menu ul li.recruit_now {background: url(../images/common/recruit_r.png) no-repeat;}
#menu ul li.recruit a {background: url(../images/common/recruit.png) no-repeat;}
#menu ul li.recruit a:hover {background: none;}

#menu ul li.contact {background: url(../images/common/contact_r.png) no-repeat;}
#menu ul li.contact_now {background: url(../images/common/contact_r.png) no-repeat;}
#menu ul li.contact a {background: url(../images/common/contact.png) no-repeat;}
#menu ul li.contact a:hover {background: none;}

#menu ul li.policy {background: url(../images/common/policy_r.png) no-repeat;}
#menu ul li.policy_now {background: url(../images/common/policy_r.png) no-repeat;}
#menu ul li.policy a {background: url(../images/common/policy.png) no-repeat;}
#menu ul li.policy a:hover {background: none;}

#menu ul li.ins_policy {background: url(../images/common/ins_policy_r.png) no-repeat;}
#menu ul li.ins_policy_now {background: url(../images/common/ins_policy_r.png) no-repeat;}
#menu ul li.ins_policy a {background: url(../images/common/ins_policy.png) no-repeat;}
#menu ul li.ins_policy a:hover {background: none;}

#page_title {
	clear: both;
}

#container {
	clear: both;
	background: url(../images/common/container_bg.png) repeat-y;
}

#outline_side {
	width: 228px;
	float: left;
	padding-top: 38px;
	background: url(../images/common/outline.png) no-repeat top;
}

#outline_side h3.nagoya {
	margin-left: 12px;
	margin-bottom: 2px;
	text-indent: 12px;
	font-size: 90%;
	color: #2a54c7;
	background: url(../images/common/outline_list.png) no-repeat 0px 2px;
}

#outline_side address {
	font-style: normal;
	font-size: 89%;
	letter-spacing: 1px;
	margin-left: 24px;
	line-height: 1.5em;
	color: #474a4d;
}

#contents_side {
	width: 572px;
	float: right;
	padding-top: 18px;
}

#bottom_menu {
	clear: both;
}

#bottom_menu ul {
	list-style: none;
	font-size: 80%;
	height: 24px;
	text-align: right;
	margin-right: 8px;
}

#bottom_menu ul li {
	display: inline;
	padding-right: 8px;
	margin-left: 8px;
	border-right: solid 1px #ccc;
}

#bottom_menu ul li.end {border: none;}

#bottom_menu ul li a {color: #7d7d7d;}
#bottom_menu ul li a:hover {color: #eb6101;}

#footer {
	width: 800px;
	height: 21px;
	clear: both;
	padding-top: 6px;
	background: url(../images/common/footer_bg.png) repeat-x;
}

#footer p.copyright {
	color: #fff;
	text-align: center;
	font-size: 90%;
}


/* ■■■■■■■■■■■■■■■■■■■■■ 共通スタイル ■■■■■■■■■■■■■■■■■■■■■■■ */

#contents_side p {
	margin: 0 32px 1em;
}

#contents_side p.pagetop {
	clear: both;
	text-align: right;
	margin-right: 18px;
}