@charset "UTF-8";

* {
    box-sizing : content-box;
    -moz-box-sizing : content-box;
}

*, body, html{
    margin: 0;
    padding: 0;
}

body {
	text-align: center;
	font-size: 13px;
	height: 100%;
	
}

html {
	height: 100%;
}

#page {
	width: 898px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	border-left: solid 1px #cccccc;
	border-right: solid 1px #cccccc;
}


img {
	border: none;
    margin: 0;
    padding: 0;
	vertical-align: top;
}

ul {
	list-style-position: inside;
}

strong {
	font-weight: normal;
}

a {
	color: #485779;
	font-weight: normal;
	text-decoration: none;
}

a:hover {
	color: #768EC6;
	text-decoration: underline;
}

/* header part */

#header {
	padding: 0;
	margin: 0;
	line-height: 1;
}

#header_main {
	height: 60px;
	padding-right: 12px;
	border-bottom: 2px solid #FFFFFF;
	background-color: rgb(0,105,255);
}

#header_bottom {
	font-size: 10px;
	height: 20px;
	line-height: 20px;
	padding: 0 0 0 20px;
	border-bottom: 2px solid #AAAAAA;
	background: url(http://www.jcinfo.net/img/top_menubar_02.gif) #FFFFFF repeat-x top left;
}


div#header_title{
	position: absolute;
	top: 14px;
	margin: 2px 0 0 2px;
    overflow: hidden;
	z-index: 999;
}
#header_title h1 {
	/*line-height: 30px;*/
	font-size: 12px;
	font-weight: bold;
	color: #CCCCCC;
	text-decoration: none;
}
/*
#header_title h1 a {
	line-height: 30px;
	font-size: 20px;
	font-weight: bold;
	color: #CCCCCC;
	text-decoration: none;
	margin: 0 0 0 50px
}
*/
div#header_title div{
	display:table-cell;
	margin-bottom:1px;
	vertical-align:middle;
}

* html div#header_title div{
	/* IE 6 */
	display:inline;
	zoom:1;
}
*:first-child+html div#header_title div{
	/* IE 7 */
	display:inline;
	zoom:1;
}
div#header_title h1{
	display:table-cell;
	margin: 2px 0 1px 0;
	vertical-align:middle;
}
/*IE 6 */
* html div#header_title h1{
	display:inline;
	zoom:1;
}

/*IE 7 */
*:first-child+html div#header_title h1{
	display:inline;
	zoom:1;
}


#header_toplink {
	position: absolute;
	top: 5px;
	padding-left: 15px;
	color:#F6FF06;
	font-size: 10px;
}
#header_t_btm {
	position: absolute;
	top: 49px;
	padding-left: 135px;
	color:#F6FF06;
	font-size: 10px;
}


#header_menu {
	background-color: rgb(0,50,255);
	color: #FFFFFF;
}
#header_menu a{
	color: #FFFFFF;
	font-weight: bold;
}
#header_menu table tr td{
	text-align: center;
	font-size: 12px;
	line-height: 25px;
	padding: 0 7px;
}


#header_catch {
	position: absolute;
	top: 10px;
    overflow: hidden;
	font-size: 12px;
	height: 13px;
	line-height: 13px;
	text-align: right;
	width: 870px;
	font-weight: bold;
	color: #CCCCCC;
}

#lang_menu {
	position: absolute;
	top: 38px;
    overflow: hidden;
	width: 884px;
}
#lang_menu ul{
	float: right;
}
#lang_menu li{
	display: inline;
	text-align: center;
	float: left;
	font-size: 12px;
	margin: 4px 3px 3px 10px;
	padding: 1px 0;
	border-bottom: 1px solid #FFFFFF;
	/*
	width: 80px;
	border-top: 1px solid #333333;
	*/
}
#lang_menu li a{
	font-weight: bold;
	color: #FFFFFF;
}


/* footer part */

#footer {
	clear: both;
	width: 890px;
	height: 50px;
	background-color: #FFFFFF;
	font-size: 12px;
	color: #999999;
	padding: 4px;
	border-top: solid 1px #CCCCCC;
	border-bottom: solid 1px #CCCCCC;
}

#footer table tr td{
	width: 890px;
}

#footer table tr td{
	text-align:center;
}

#footer ul, #footer li{
	display: inline;
}

#footer ul li a{
	font-weight: normal;
	color: #999999;
	text-decoration: none;
}


/* menu part */

#sidebar {
	margin: 0;
	width: 160px;
	float: left;
}

#sidebar a {
	text-decoration: none;
}

#mainMenu {
	margin: 12px 0 10px 0px;
}

#mainMenu li {
	list-style-type: none;
	list-style-position: outside;
}	


#mainMenu .mainMenuLV0 {
	width: 168px;
	height: auto;
	min-height: 30px;
	_height: 30px;
	margin-bottom: 5px;
	padding-top: 2px;
	text-align: left;
	vertical-align: top;
	clear: both;
	
	background-image: url(http://www.jcinfo.net/img/menu_sd168x34.gif);
	background-repeat: no-repeat;
	background-position: top;
}

#mainMenu .mainMenuLV0 a, #mainMenu .mainMenuLV0 span {
	line-height: 25px;
	padding: 0px 0 0px 10px;
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 1px;
	font-weight: bold;

	border: 1px #8F9FA1 solid;
	width: 148px;
	height: 24px;
	margin-left: 2px;
	display: block;
}

#mainMenu .mainMenuLV1 {
	width: 158px;
	height: auto;
	min-height: 30px;
	_height: 30px;
	margin-bottom: 5px;
	padding-top: 2px;
	text-align: left;
	vertical-align: top;
	clear: both;
	
	background-image: url(http://www.jcinfo.net/img/menu_sd158x34.gif);
	background-repeat: no-repeat;
	background-position: top;
	
	margin-left: 10px;
}

#mainMenu .mainMenuLV1 a {
	line-height: 25px;
	padding: 0px 0 0px 10px;
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 1px;
	font-weight: bold;

	border: 1px #8F9FA1 solid;
	width: 138px;
	height: 24px;
	margin-left: 2px;
	display: block;
}

#mainMenu .mm0_ON{
/*	background-color: RGB(130,197,150);	*/
	background-color: RGB(130,197,200);
	color: #000000;
}

#mainMenu .mm0_OFF{
/*	background-color: RGB(233,233,194);	*/
	background-color: RGB(233,233,244);
	color: #666666;
}
#mainMenu .mm0_OFF:hover {
	border: 1px  #485779 solid;
	background-color: #edebd5;
	color: #000000;
}

#mainMenu .mainmanuON{
/*	background-color: RGB(108,187,87);	*/
	background-color: RGB(108,187,157);
	color: #000000;
}

#mainMenu .mainmanuOFF{
	background-color: RGB(214,233,194);
	color: #666666;
}
#mainMenu .mainmanuOFF:hover {
	border: 1px  #485779 solid;
	background-color: #edebd5;
	color: #000000;
}


#otherLink {
	margin: 12px 0 12px 10px;
}

/* others */


#header_image {
	width: 280px;
	height: 112px;
	margin: 6px 20px 0 10px;
}

/* main contents part */

#wrap {
	padding: 0;
	margin: 8px 0px 8px 5px;
	width: 725px;
	float: right;
	text-align: left;
	text-justify: inter-ideograph;
	line-height: 1.3;
}

#wrap p {
	line-height: 1.6;
	margin: 0.5em 4px 0.8em 12px;
}

#wrap blockquote {
	line-height: 1.6;
	margin: 0 1em 1em 1em;
	padding: 0.5em;
	border: 1px outset;
	background-color: #F5FAFA;
}

#wrap caption {
	margin: 0 auto 0 12px;
	_padding-bottom: 0.25em;
	font-weight: bold;
	text-align: left;
	width: auto;
}


#wrap table {
	margin: 0;
	margin:0;
	padding:0;
	width: auto;
	border: none;
	empty-cells: hide;
}

#wrap td, #wrap th{
	padding: 0.25em;
}



#wrap ul{
	list-style: outside;
	margin: 0px 0px 1em 2.5em;
}
#wrap ol{
	margin: 0px 0px 1em 2.5em;
}

#wrap li{
	line-height: 1.4;
	margin: 0px;
}


#wrap ul ul li, #wrap ol ol li, #wrap ul ol li, #wrap ol ul li {
	margin-left: -1.5em;
}

#wrap dl{
	margin-left: 1em;
	margin-bottom: 1em;
}

#wrap dt{
	margin-top: 0.5em;
	font-weight: bold;
	border-left: 0.25em solid #768EC6;
	padding-left: 0.3em;
	vertical-align: middle;
}

#wrap dd{
	margin-left: 0.55em;
	margin-top: 0.2em;
}

#wrap dd p {
	line-height: 1.4;
	margin: 0.25em 0.2em 0.4em 0px;
}



#wrap img {
	vertical-align: baseline;
}


#wrap .content_head {
	background: url(http://www.jcinfo.net/img/headerMark.gif) no-repeat left center;
	padding-left: 48px;
	font-size: 25px;
	height: 16px;
	font-size: 16px;
	font-weight: bold;
	margin: 15px 0 10px;
}



#wrap .contenthead {
	margin: 15px 0px 10px 0px;

	font-size: 16px;
	font-weight: bold;
}

#wrap .contentheadh3 {
	margin: 20px 0px 5px 0px;

	font-size: 16px;
	font-weight: bold;
}

#wrap .newArrive{
	margin :0 0 0 8px;
}

#wrap .crecruitmentForm{
	margin :0 0 0 3px;
}


#wrap .categolyList{
	width: 100%;
}
#wrap .categolyList TD{
	width: 33%;
	vertical-align: top;
	border: 1px solid #B5C8CB;
	padding: 5px;
}
#wrap .categolyList td ul li {
	margin-left: -10px;
}

#content {
	width: 595px;
	min-height: 300px;
	_height: 300px;
	text-align:left;
	float:left;
}
#contentR {
	width: 120px;
	float:right;
	padding-right:5px;
}

/*
#content_main {
	width: 395px;
	float: left;
}
*/
div.mcbacklink {
	text-align: right;
	margin: 30px 50px 0 0;
	font-size: 20px;
}

#content_adspace {
	width: 200px;
	padding-right: 5px;
	float: right;
	text-align:right;
}

.sentence {
	margin: 20px 20px;
	font-size: 14px;
	line-height: 1.8em;
}