@charset "utf-8";

/* 基本スタイル
---------------------------------------------*/
* {
	margin: 0;
	padding: 0;
	font-size: 100%;
}
body {
	font-size: 75%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
	line-height: 1.4;
	color: #333333;
	background: FFF;
	
}
a {
	color: #003399;
}
a:visited {
	color: #333333;
}
a:hover {
	color: #0066CC;
}
img {
	border: none;
	vertical-align: top;
}
#wrapper {
	width: 760px;
	background-color: #FFFFFF;
	margin: 0 auto;
}


#heder {
	width: 760px;
	height: 340px;
}

#logo1 {
	width: 760px;
	height: 70px;
	background-image: url(../images/logo1.gif);
	background-repeat: no-repeat;
}

#logo2 {
	width: 760px;
	height: 70px;
	background-image: url(../images/logo2.gif);
	background-repeat: no-repeat;
}

#main_image {
	width: 760px;
	height: 270px;
	background-image: url(../images/top_image1.jpg);
	padding: 0px;
	margin: 0px;
	border: none;
	vertical-align: top;
}

#main_image embed {
	vertical-align: top;
}

#main_image2 {
	width: 760px;
	height: 270px;
	background-image: url(../images/top_image2.jpg);
}

/* global_navi
================================================*/
ul#global_navi {
	list-style: none;
	width: 100%;
	height: 49px;
	margin-bottom: 20px;
	background-image: url(../images/gn_bg.gif);
}

ul#global_navi li {
	list-style: none;
	float: left;
	width: 152px;
}

ul#global_navi a {
	display: block;
	width: 152px;
	height: 49px;
	text-indent: -999px;
	overflow: hidden;
}

a.home {
	background-image: url(../images/gn_home.gif);
}
a:hover.home {
	background-position: 0px -50px;
}
a.company_profile {
	background-image: url(../images/gn_company_profile.gif);
}
a:hover.company_profile {
	background-position: 0px -50px;
}
a.job_offer_guide {
	background-image: url(../images/gn_job_offer_guide.gif);
}
a:hover.job_offer_guide {
	background-position: 0px -50px;
}
a.publishing_article {
	background-image: url(../images/gn_publishing_article.gif);
}
a:hover.publishing_article {
	background-position: 0px -50px;
}
a.contact {
	background-image: url(../images/gn_contact.gif);
}
a:hover.contact {
	background-position: 0px -50px;
}
a.access {
	background-image: url(../images/gn_access.gif);
}
a:hover.access {
	background-position: 0px -50px;
}
a.link {
	background-image: url(../images/gn_link.gif);
}
a:hover.link {
	background-position: 0px -50px;
}

/* container
================================================*/
#container {
	width: 760px;
}

#primary {
float: right;
width: 540px;
padding: 0px 20px 0px 20px;
}

/*パンくずリスト
================================================*/

#topicpath {
	width: 540px;
	height: 25px;
	background-color: #FFFFFF;
}

#topicpath li {
	float: left;
	list-style: none;
	display: inline;
	padding: 7px 0px 0px 7px;
	font-size: 85%;
}

/*サイトマップ
================================================*/

#sitemap {
	float: left;
	width: 760px;
	height: 100%;
	margin-left: 10px;
	margin-top: 15px;
	margin-bottom: 20px;
}

#sitemap .section{
	padding-top: 10px;
	clear: both;
}

#map_container {
	width: 760px;
	height:auto;
}

#map_primary {
float: left;
width: 760px;
padding: 0px 0px 0px 0px;
}

#map_contents .section {
		padding-top: 10px;
	    clear: both;
}

ul.map {
    width: 760px;
	height: 470px;
	border: none;
	line-height: 100%;
	list-style-type: none;
	font-style: normal;
	font-weight: normal;
	font-size: 13px;
	text-align: left;
}

/*textarea { font-size: 100%; }
img { vertical-align: bottom; }
hr  { display: none; }
*/

ul.map01 ul li {
	margin: 0 0 0 10px;
	padding: 0 0 0 30px;
	background: url(../images/sitemap/ic_home.gif) no-repeat 0 4px;
	line-height: 160%;
	list-style-type: none;
}
ul.map01 ul li ul {
	background: url(../images/sitemap/ic_bk.gif) no-repeat 17px 0;
}
ul.map01 ul li ul.category li {
	background: url(../images/sitemap/ic_category.gif) no-repeat 1px -283px;
	list-style-type: none;
}
ul.map01 ul li ul.category2 li {
	background: url(../images/sitemap/ic_page.gif) no-repeat 1px -283px;
	list-style-type: none;
}
ul.map01 ul li ul.page li {
	background: url(../images/sitemap/ic_page.gif) no-repeat 1px -283px;
	list-style-type: none;
}
ul.map01 ul li ul li.last {
	background-color: #FFFFFF;
}

/*フッター
================================================*/

#footer {
	width: 760px;
}

#subnavi2 {
	width: 760px;
	height: 20px;
}

ul#subnavi2_b {
	width: 760px;
	height: 20px;
	float: left;
	list-style: none;
	font-size: 85%;
	padding-top: 0px;
}

ul#subnavi2_b li {
	list-style: none;
	padding-left: 10px;
	background: url(../images/arrow01.gif) no-repeat center left;
	display: inline;
}

#copyright {
	width: 760px;
	height: 20px;
	clear: both;
	font-size: 85%;
	padding-top: 5px;
}




























