@charset "utf-8";

/*------------------------------------------------------------------------------
JAC Recruitment Co., Ltd. - CSS Modules Import
Date: 2010-03-31
Copyright (C) JAC Recruitment Co., Ltd. All Rights Reserved.
------------------------------------------------------------------------------*/



/* ----------------------------------------

INDEX

---------------------------------------- */
div#IrMain,div#MainVisual {
	margin-bottom: 30px;
}



/* ----------------------------------------

IR

---------------------------------------- */
/*========= IR MAIN ==========*/
div#IrMain {
	float: left;
	width: 550px;
	padding-left: 22px;
}


.m_10{
	margin-bottom: 10px;
}

.m_20{
	margin-bottom: 10px;
}

.m_30{
	margin-bottom: 30px;
}

.m_50{
	margin-bottom: 50px;
}


/*------- sitemap --------*/

div.SitemapLeft{
	float: left;
	width: 220px;
}

div.SitemapLeft h2{
	margin-bottom: 30px;
	font-weight: 700;
	font-size: 116.7%;  /* 14px */
	color: #808080;
	line-height: 1.2;
}

div.SitemapLeft h2.SiteMapBottom{
	margin-bottom: 10px;
}

div.SitemapLeft h2 a{
	color: #808080;
}

div.SitemapLeft h2 a:visited {
	text-decoration: none;
	color: #69be28;
}

div.SitemapLeft h2 a:hover {
	color: #009b48;
}

div.SitemapLeft p{
	margin-bottom: 5px;
	font-size: 91.7%;  /* 11px */
}

div.SitemapLeft p.ML10{
	margin-left: 10px;
}

div.SitemapLeft p.m_30{
	margin-bottom: 30px;
}

div.SitemapLeft p a:link,
div.SitemapLeft p a:visited,
div.SitemapLeft p a:active{
	color: #000;
}

div.SitemapLeft p a:hover{
	color: #009b48;
}

div.SitemapRight{
	float: right;
	width: 220px;
}

div.SitemapRight h2{
	margin-bottom: 30px;
	font-weight: 700;
	font-size: 116.7%;  /* 14px */
	color: #808080; /* blue text */
	line-height: 1.2;
}

div.SitemapRight h2.SiteMapBottom{
	margin-bottom: 10px;
}

div.SitemapRight h2 a{
	color: #808080;
}

div.SitemapRight p{
	margin-bottom: 5px;
	font-size: 91.7%;  /* 11px */
}

div.SitemapRight p.m_30{
	margin-bottom: 30px;
}

div.SitemapRight p a,
div.SitemapRight p a:link,
div.SitemapRight p a:visited,
div.SitemapRight p a:active{
	color: #000;
}

div.SitemapRight p a:hover{
	color: #009b48;
}

div.SitemapRight p.ML10{
	margin-left: 10px;
}

/* ----------------------------------------

Page (必要なければ消す)

---------------------------------------- */

div.Page{
	width: 540px;
	margin-bottom: 50px;
}

div.Page p.PageTop{
	padding-bottom: 8px;
	line-height: 1.2;
	text-align: right;
}

div.Page p.PageTop a{
	padding-right: 10px;
	background: url(../image/icon_arrow_02.png) 100% 50% no-repeat;
	font-size: 83.4%;
	color: #808080;
}

div.Page p.PageTop a:hover{
	color: #009b48;
}


/* ----------------------------------------

ClearFix (必要なければ消す)

---------------------------------------- */

/* -- Modern Browsers -- */

div.Foothold div#Main dl.FootholdSec:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: ".";
	line-height: 0;
}

/* -- IE7 -- */

*:first-child+html div.Foothold div#Main dl.FootholdSec {
	zoom: 1;
}

/*  -- Legacy IE -- */

* html div.Foothold div#Main dl.FootholdSec {
	zoom: 1;
}
