@charset "utf-8";

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

body {
	background-image: none;
	background-color: #00a9e0;
}

div#MainVisual {
	margin-top: 28px;
}

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

Content

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

div#Content {
	margin-top: 38px;
}

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

Content - Main

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

div#Main {
	width: 500px;
	padding-right: 40px;
	padding-left: 26px;
}

/* -- div.en_Top , -- */

div.en_Top{
	margin: 0 0 40px;
}

h3.En_Tit01{
	margin-bottom: 15px;
	line-height: 1.2;
	font-weight: 700;
	font-size: 116.7%;  /* 14px */
	color: #808080; /* gray text */
}

.b_margin20{
	padding-bottom: 20px;
}

.b_margin0{
	margin-bottom: 0px;
}

.b_margin10{
	margin-bottom: 10px;
}

p.EnTopTxt{
	display: block;
	margin-bottom: 14px;
	font-weight: 700;
	color: #808080;
}


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

Sub

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

div#Sub {
	float: right;
	width: 227px;
	padding: 15px 29px 40px;
	border: 1px solid #ccc;
	background: url(../../image/bg_sub_01.png) 0 100% repeat-x;
}

/* ul#SubNav02 */

div#Sub ul#SubNav02 {
	margin-bottom: 0;
}
div#Sub ul#SubNav02 li img {
	margin-right: 5px;
}

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

Footer

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

div#Footer {
	width: auto;
}

div#Footer p#Copyright {
	text-align: center;
}


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

ClearFix (必要なければ消す)

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

/* -- Modern Browsers -- */

div#NewsSec ol li:after,
div#TopicsSec ol li:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: ".";
	line-height: 0;
}

/* -- IE7 -- */

*:first-child+html div#NewsSec ol li,
*:first-child+html div#TopicsSec ol li {
	zoom: 1;
}

/*  -- Legacy IE -- */

* html div#NewsSec ol li,
* html div#TopicsSec ol li {
	zoom: 1;
}
