@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 {
	color: #68699b;
	text-decoration: none;
}

a:hover {
	color: #f39800;
	text-decoration: underline;
}

/* ■■■■■■■■■■■■■■■■■■■ レイアウト用スタイル ■■■■■■■■■■■■■■■■■■■■■■■ */

body {
	font-size: 80%;
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#header_bg {
	width: 100%;
	height: 287px;
	background: url(../images/common/header_bg.png);
	border-top: solid 4px #2d4562;
}

#header {
	width: 960px;
	height: 287px;
	margin: 0 auto;
}

#header h1 {
	width: 960px;
	height: 287px;
	background: url(../images/common/header.png) no-repeat;
}

#container {
	width: 960px;
	margin: 0 auto;
	background: url(../images/common/container_bg.png) repeat-y;
}

#contents_side {
	width: 767px;
	min-height: 460px;
	_height: 460px;
	float: right;
	text-align: justify;
	text-justify: inter-ideograph;
	color: #383c3c;
	line-height: 1.5em;
}

#menu_side {
	width: 193px;
	float: left;
}

#menu_side ul {
	width: 193px;
	list-style: none;
}

#menu_side ul li {
	width: 193px;
	height: 47px;
}

#menu_side ul li.home {height: 50px;background: url(../images/common/home_r.png) no-repeat;}
#menu_side ul li.home_now {height: 50px;background: url(../images/common/home_r.png) no-repeat;}
#menu_side ul li.home a {background: url(../images/common/home.png) no-repeat;}
#menu_side ul li.home a:hover {background:none;}

#menu_side ul li.company {background: url(../images/common/company_r.png) no-repeat;}
#menu_side ul li.company_now {background: url(../images/common/company_r.png) no-repeat;}
#menu_side ul li.company a {background: url(../images/common/company.png) no-repeat;}
#menu_side ul li.company a:hover {background:none;}

#menu_side ul li.greeting {background: url(../images/common/greeting_r.png) no-repeat;}
#menu_side ul li.greeting_now {background: url(../images/common/greeting_r.png) no-repeat;}
#menu_side ul li.greeting a {background: url(../images/common/greeting.png) no-repeat;}
#menu_side ul li.greeting a:hover {background:none;}

#menu_side ul li.concept {background: url(../images/common/concept_r.png) no-repeat;}
#menu_side ul li.concept_now {background: url(../images/common/concept_r.png) no-repeat;}
#menu_side ul li.concept a {background: url(../images/common/concept.png) no-repeat;}
#menu_side ul li.concept a:hover {background:none;}

#menu_side ul li.freepaper {background: url(../images/common/freepaper_r.png) no-repeat;}
#menu_side ul li.freepaper_now {background: url(../images/common/freepaper_r.png) no-repeat;}
#menu_side ul li.freepaper a {background: url(../images/common/freepaper.png) no-repeat;}
#menu_side ul li.freepaper a:hover {background:none;}

#menu_side ul li.recruit {background: url(../images/common/recruit_r.png) no-repeat;}
#menu_side ul li.recruit_now {background: url(../images/common/recruit_r.png) no-repeat;}
#menu_side ul li.recruit a {background: url(../images/common/recruit.png) no-repeat;}
#menu_side ul li.recruit a:hover {background:none;}

#menu_side ul li.contact {height:48px;background: url(../images/common/contact_r.png) no-repeat;}
#menu_side ul li.contact_now {height:48px;background: url(../images/common/contact_r.png) no-repeat;}
#menu_side ul li.contact a {background: url(../images/common/contact.png) no-repeat;}
#menu_side ul li.contact a:hover {background:none;}

#bottom_menu {
	clear: both;
	width: 958px;
	height: 34px;
	margin: 0 auto;
	background: url(../images/common/bootom_menu_bg.png) repeat-x;
}

#bottom_menu ul {
	padding-top: 12px;
	margin-left: 18px;
	list-style: none;
	font-size: 80%;
}

#bottom_menu ul li {
	display: inline;
	padding-right: 8px;
	margin-right: 8px;
	border-right: solid 1px #ccc;
}

#footer_bg {
	width: 100%;
	height: 85px;
	background: url(../images/common/header_bg.png);
	border-bottom: solid 6px #2d4562;
}

#footer {
	width: 960px;
	height: 85px;
	margin: 0 auto;
	background: url(../images/common/footer.png) no-repeat;
}

#footer p.copyright {
	width: 960px;
	height: 40px;
	text-indent: -9999px;
}

#footer p.mpc {
	width: 105px;
	height: 26px;
	float: right;
	margin-right: 18px;
	_margin-right: 9px;
	background: url(../images/common/mpc_produce_r.png) no-repeat;
}

#footer p.mpc a {background: url(../images/common/mpc_produce.png) no-repeat;}
#footer p.mpc a:hover {background: none;}



/* ■■■■■■■■■■■■■■■■■■■■ 共通スタイル ■■■■■■■■■■■■■■■■■■■■■■ */

#contents_side p {
	margin-bottom: 1em;
}