@charset "utf-8";
/*
-----------------------------------------------
	Theme: default
	Description: recruit
	version: 2009.07.--.
	Author: Airel Networks, Inc.
-----------------------------------------------*/
/*
===== CONTENTS =====

	00: Include
	01: common
	05: sidebar
		: ***adslink
	31: profile
		: accessmap
	34: recruit
		: regular, part
	37: contact

====================*/

/*
=========================================
	00: Include
=========================================*/
/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.5.0
*/

html {
	color: #000000;
	background: #ffffff;
	}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
	/* body's setting border: 0 hoses ie5 win window inner well border */
	}
table {
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
	}
fieldset,img {
	border: 0;
	}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
	font-weight: normal;
	}
li {
	list-style: none;
	}
caption,th {
	text-align: left;
	}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
	}
q:before,q:after {
	content: '';
	}
abbr,acronym {
	border: 0;
	font-variant: normal;
	}
/* to preserve line-height and selector appearance */
sup {
	vertical-align: text-top;
	}
sub {
	vertical-align: text-bottom;
	}
input, textarea, select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	}
/* to enable resizing for IE */
input,textarea,select {
	*font-size: 100%;
	}
/* because legend doesn't inherit in IE */
legend {
	color: #000000;
	}


/*
-----------------------------------------------
add style &comment
	-Tables still need 'cellspacing="0"' in the markup.
-----------------------------------------------*/
html {
	margin: 0;
	/* setting border: 0 hoses ie6 win window inner well border */
	padding: 0;
	}
a img {
	border: none;
	}
a:link, a:hover, a:focus, a:active {
     outline: none;
	}
:focus {
     outline: none;
	}
blockquote:before, blockquote:after {
	content: "";
	}
blockquote, q {
	/* Remove possible quote marks (") from <q>, <blockquote>. */
	quotes: "" "";
	}
/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.8.0r4
*/
/**
 * YUI Fonts
 * @module fonts
 * @namespace yui-
 * @requires 
 */

/**
 * Percents could work for IE, but for backCompat purposes, we are using keywords.
 * x-small is for IE6/7 quirks mode.
 */
body {
	font:13px/1.231 arial,helvetica,clean,sans-serif;
	/* for IE6/7 */ 
	*font-size:small; 
	/* for IE Quirks Mode */
	*font:x-small; 
}

/**
 * Nudge down to get to 13px equivalent for these form elements
 */ 
select,
input,
button,
textarea,
button {
	font:99% arial,helvetica,clean,sans-serif;
}

/**
 * To help tables remember to inherit
 */
table {
	font-size:inherit;
	font:100%;
}

/**
 * Bump up IE to get to 13px equivalent for these fixed-width elements
 */
pre,
code,
kbd,
samp,
tt {
	font-family:monospace;
	*font-size:108%;
	line-height:100%;
}
/* MT Base Weblog (mt-base.css) for YUI*/

/* basic elements */
a { text-decoration: underline; }

h1, h2, h3, h4, h5, h6, p, ol, ul, pre, blockquote {
    margin-top: 10px;
    margin-bottom: 10px;
}


/* standard helper classes */

.clr {
    clear: both;
    overflow: hidden;
    width: 1px;
    height: 1px;
    margin: 0 -1px -1px 0;
    border: 0;
    padding: 0;
    font-size: 0;
    line-height: 0;
}

/* .pkg class wraps enclosing block element around inner floated elements */
.pkg:after {
    content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
}
* html .pkg { display: inline-block; }
/* no ie mac \*/
* html .pkg { height: 1%; }
.pkg { display: block; }
/* */


/* page layout */

body { text-align: center; } /* center on ie */

#container {
    position: relative;
    margin: 0 auto; /* center on everything else */
    width: 720px;
    text-align: left;
}
#container-inner { position: static; width: auto; }

#banner { position: relative; }
#banner-inner { position: static; }

#pagebody { position: relative; width: 100%; }
#pagebody-inner { position: static; width: 100%; }

#alpha, #beta, #gamma, #delta {
    display: inline; /* ie win bugfix */
    position: relative;
    float: left;
    min-height: 1px;
}

#delta { float: right; }

#alpha-inner, #beta-inner, #gamma-inner, #delta-inner {
    position: static;
}


/* banner user/photo */

.banner-user {
    float: left;
    overflow: hidden;
    width: 64px;
    margin: 0 15px 0 0;
    border: 0;
    padding: 0;
    text-align: center;
}

.banner-user-photo {
    display: block;
    margin: 0 0 2px 0;
    border: 0;
    padding: 0;
    background-position: center center;
    background-repeat: no-repeat;
    text-decoration: none !important;
}

.banner-user-photo img {
    width: 64px;
    height: auto;
    margin: 0;
    padding: 0;
}


/* content */

.content-nav {
    margin: 10px;
    text-align: center;
}

.date-header,
.entry-content {
    position: static;
    clear: both;
}

.entry,
.trackbacks,
.comments,
.archive {
    position: static;
    overflow: hidden;
    clear: both;
    width: 100%;
    margin-bottom: 20px;
}

.entry-content,
.trackbacks-info,
.trackback-content,
.comment-content,
.comments-open-content,
.comments-closed {
    clear: both;
}

.entry-excerpt,
.entry-body,
.entry-more-link,
.entry-more {
    clear: both;
}

.entry-footer,
.trackback-footer,
.comment-footer,
.comments-open-footer,
.archive-content {
    clear: both;
    margin: 5px 10px 20px 10px;
}

.comments-open label { display: block; }

#comment-author, #comment-email, #comment-url, #comment-text {
    width: 240px;
}

#comment-bake-cookie {
    margin-left: 0;
    vertical-align: middle;
}

.comments-open-header {
    clear: both;
}

#comment-post {
    font-weight: bold;
}

img.image-full { width: 100%; }

.image-thumbnail {
    float: left;
    width: 115px;
    margin: 0 10px 10px 0;
}

.image-thumbnail img {
    width: 115px;
    height: 115px;
    margin: 0 0 2px 0;
}


/* modules */

.module {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.module-content {
    position: relative;
    margin: 5px 10px 20px 10px;
}

.module-list,
.archive-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.module-list-item {
    margin-top: 5px;
    margin-bottom: 5px;
}

.module-presence img { vertical-align: middle; }
.module-powered .module-content { margin-bottom: 10px; }
.module-photo .module-content { text-align: center; }
.module-wishlist .module-content { text-align: center; }

.module-calendar .module-content table {
    border-collapse: collapse;
}

.module-calendar .module-content th,
.module-calendar .module-content td {
    width: 14%;
    text-align: center;
}

.typelist-thumbnailed { margin: 0 0 20px 0; }

.typelist-thumbnailed .module-list-item {
    display: block;
    clear: both;
    margin: 0;
}

/* positioniseverything.net/easyclearing.html */
.typelist-thumbnailed .module-list-item:after {
    content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
}
* html .typelist-thumbnailed .module-list-item { display: inline-block; }
/* no ie mac \*/
* html .typelist-thumbnailed .module-list-item { height: 1%; }
.typelist-thumbnailed .module-list-item { display: block; }
/* */

.typelist-thumbnail {
    float: left;
    min-width: 60px;
    width: 60px;
    /* no ie mac \*/width: auto;/* */
    margin: 0 5px 0 0;
    text-align: center;
    vertical-align: middle;
}

.typelist-thumbnail img { margin: 5px; }

.module-galleries .typelist-thumbnail img { width: 50px; }

.typelist-description {
    margin: 0;
    padding: 5px;
}

.module-featured-photo .module-content,
.module-photo .module-content {
    margin: 0;
}

.module-featured-photo img { width: 100%; }

.module-recent-photos { margin: 0 0 15px 0; }
.module-recent-photos .module-content { margin: 0; }
.module-recent-photos .module-list {
    display: block;
    height: 1%;
    margin: 0;
    border: 0;
    padding: 0;
    list-style: none;
}

/* positioniseverything.net/easyclearing.html */
.module-recent-photos .module-list:after {
    content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
}
* html .module-recent-photos .module-list { display: inline-block; }
/* no ie mac \*/
* html .module-recent-photos .module-list { height: 1%; }
.module-recent-photos .module-list { display: block; }
/* */

.module-recent-photos .module-list-item {
    display: block;
    float: left;
    /* ie win fix \*/ height: 1%; /**/
    margin: 0;
    border: 0;
    padding: 0;
}

.module-recent-photos .module-list-item a {
    display: block;
    margin: 0;
    border: 0;
    padding: 0;
}

.module-recent-photos .module-list-item img {
    width: 60px;
    height: 60px;
    margin: 0;
    padding: 0;
}


/* mmt calendar */

.module-mmt-calendar { margin-bottom: 15px; }
.module-mmt-calendar .module-content { margin: 0; }
.module-mmt-calendar .module-header { margin: 0; }
.module-mmt-calendar .module-header a { text-decoration: none; }
.module-mmt-calendar table { width: 100%; }

.module-mmt-calendar th { text-align: left; }

.module-mmt-calendar td {
    width: 14%;
    height: 75px;
    text-align: left;
    vertical-align: top;
}

.day-photo {
    width: 54px;
    height: 54px;
}

.day-photo a {
    display: block;
}

.day-photo a img {
    width: 50px;
    height: 50px;
}
/*
=========================================
	01: global settings (base.css for corporate )
=========================================*/
html {
	overflow-y: scroll;
	}
body {
	color: #555555;
	background: url("../images/corporate/bg_body.gif") repeat-x;
	font-family: Verdana, Arial, Helvetica, "Hiragino Kaku Gothic Pro",  "ヒラギノ角ゴ Pro W3", Osaka, "Meiryo", "メイリオ", "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;
/*	*font-size: 81.25%;*/
	}
	
/* base.css, part of YUI's CSS Foundation */
h1 {
	/*17px via YUI Fonts CSS foundation*/
	font-size: 131%;  
	}
h2 {
	/*16px via YUI Fonts CSS foundation*/
	font-size: 123.1%; 
	}
h3 {
	/*14px via YUI Fonts CSS foundation*/
	font-size: 108%;  
	}
h4 {
	/*13px via YUI Fonts CSS foundation*/
	font-size: 100%;  
	}
h1,h2,h3 {
	/* top & bottom margin based on font size */
	margin: 1em 0;
	}
h4 {
	/* top & bottom margin based on font size */
	margin: 1.5em 0 0;
	}
h1,h2,h3,h4,h5,h6,strong {
	/*bringing boldness back to headers and the strong element*/
	font-weight: bold; 
	}
abbr,acronym {
	/*indicating to users that more info is available */
	border-bottom: 1px dotted #000000;
	cursor: help;
	} 
blockquote,ul,ol,dl {
	/*giving blockquotes and lists room to breath*/
	margin: 1em 0;
	}
ol li {
	/*giving OL's LIs generated numbers*/
	list-style: decimal outside;	
	}
ul li {
	list-style-position: outside;
	}
dl dd {
	/*giving UL's LIs generated numbers*/
	margin-left: 1em;
	}
th,td {
	/*borders and padding to make the table readable*/
	padding: .5em;
	}
th {
	/*distinguishing table headers from data cells*/
	font-weight: bold;
	}
caption {
	/*coordinated marking to match cell's padding*/
	margin-bottom: .5em;
	}
p,fieldset,table,pre {
	/*so things don't run into each other*/
	margin-bottom:1em;
	}
/* setting a consistent width, 160px; 
   control of type=file still not possible */
input[type=text],input[type=password],textarea {
	width:12.25em;
	*width:11.9em;
	}

a:link, a:visited, a:active {
	/*border-bottom: #446699 1px dotted ;*/
	color: #335588;
	text-decoration: none;
	}
a:hover {
	/*border-bottom: #df6404 1px solid ;*/
	color: #df6404;
	}
a:link, a:hover, a:focus, a:active {
	outline: none;
	} 

*:first-child+html .pkg { /* for IE7*/
	height: auto;
	zoom: 1;
	}


/*
=========================================
	01: global settings
=========================================*/
.caution {
	color: #cc0000;
	}
.note-caution {
	margin-top: 0.5em;
	padding-left: 12px;
	clear: both;
	color: #cc0000;
	background: url("../images/bullet_caution.gif") no-repeat left 0.5em; 
	font-size: 93%; 
	}
.note {
	margin-top: 0.5em;
	padding-left: 12px;
	clear: both;
	color: #666666;
	background: url("../images/bullet_note.gif") no-repeat left 0.5em; 
	font-size: 93%; 
	}


/*===== PageBack =====*/
.pageback a {
	border: 0 !important;
	}
.pageback {
	margin-top: 1.5em;
	}

/*===== Page Forward =====*/
.forward h3 {
	margin-bottom: 0.25em !important;
	}
.forward h3 span {
	margin-left: 0.5em;
	font-weight: normal;
	font-size: 85%;
	}
.forward-text {
	font-size: 93%;
	}

/*===== Page Previous | Next =====*/
#page-move {
	font-size: 93%;
	text-align: center; 
	margin-top:1em;
	}
#page-move .next,
#page-move .last {
	padding-right: 12px;
	}
#page-move .previous,
#page-move .first {
	padding-left: 12px;
	}
#page-move .first {
	color: #666666;
	background: #ffffff url("../images/page_first.gif") no-repeat left center;
	}
#page-move .previous {
	background: #ffffff url("../images/page_forward.gif") no-repeat left center;
	}
#page-move .next {
	background:#ffffff url("../images/page_next.gif") no-repeat right center;
	}
#page-move .last {
	color: #666666;
	background:#ffffff url("../images/page_last.gif") no-repeat right center;
	}


/*
=========================================
	02: global page layout
=========================================*/
#container {
	width: 930px;
	min-height: 600px;
	background: url("../images/corporate/bg_pagebody.gif") no-repeat 0 0;	
	}
#container-inner {
	margin: 0 auto;
	padding-bottom: 20px;
	}
#pagebody-inner {
	padding: 0 54px;
	}


/*
=========================================
	03: banner
=========================================*/
#banner {
	position: relative;
	width: 930px;
	height: 74px;
	background: url("../images/corporate/bg_banner.gif") no-repeat 0 0;
	}
#banner-inner {
	margin: 0 auto;
	padding: 0 54px;
	}
#banner-header {
	margin: 0;
	padding-top: 4px;
	color: #333333;
	}
#banner-header a:link, #banner-header a:visited {
	border: 0 !important;
	color: #333333;
	text-decoration: none;
	}
#banner-header a:hover {
	border: 0 !important;
	color: #999999;
	}
#banner-header img {
	margin-left: 5px;
	}
#banner-description {
	display: none;
	}


/*
=========================================
	04: footer
=========================================*/
#footer {
	width: 930px;
	line-height: 1.25;
	font-size: 77%;
	}
#footer-inner {
	padding: 40px 54px 0;
	}
.footer-logo {
	float: left;
	width: 70px;
	}
.footer-logo a {
	border: 0 !important;
	}
.footer-menu {
	float: left;
	width: 642px;
	}	
.footer-menu .menu span {
	display: inline-block;
	padding-right: 4px;
	}
.footer-menu .corporate,
.footer-menu .recruit,
.footer-menu .sitemap,
.footer-menu .contact {
	border-right: #cccccc 1px solid;
	}
.footer-menu .menu span a {
	padding: 0 4px;
	display: inline-block;
	}

.pagetop {
	float: left;
	width: 110px;
	}
.copyright {
	padding: 0.25em 4px 1em;
	}
	
#footer .note {
	display: none;
	}


/*
=========================================
	05: sidebar
=========================================*/
/*
-----------------------------------------------
	: module
-----------------------------------------------*/
.module {
	padding-bottom: 10px;
	}
* html .module { /* for IE6 */
	width: 200px; 
	}

.module-content {
	margin: 0 0 0 2px;
	}
*:first-child+html .module-content { /* for IE7 */
	width: 198px;
	}

.module-list {
	border-width: 0 1px;
	border-color: #cccccc;
	border-style: solid;
	background-color: #ffffff;
	}
.module-list li {
	border-bottom: 1px #cccccc solid;
	}
.module-list-item {
	margin: 0;
	padding: 0;
	}

.module-list a {
	border: 0 !important;
	display: block;
	width: 200px;
	height: 2.2em;
	line-height: 2em;
	color: #222222 !important;
	background: url("../images/corporate/sidebar_bread.gif") no-repeat 9px center;
	text-indent: 24px;
	text-decoration: none;
	}
* html .module-list a { /* for IE6 */
	width: 196px; 
	}

.module-list a:hover {
	color: #ffffff !important;
	background: #ff8800 url("../images/corporate/sidebar_bread_hover.gif") no-repeat 9px center;
	}

.module-list-item .module-list-item a {
	text-indent: 36px;
	background: url("../images/bullet04.gif") no-repeat 20px center !important;
	}
.module-list-item .module-list-item a:hover {
	background-color: #ff8800 !important;
	}
.module-list-item ul {
	margin: 0;
	}
.module-list-item ul li {
	border: 0;
	}

/*
-----------------------------------------------
	: sidebar
-----------------------------------------------*/
#sidebar-banner {
	width: 200px;
	}
#sidebar-banner ul {
	margin: 0;
	}


/*
=========================================
	10: all static
=========================================*/
#banner, #pagebody, #alpha, #beta, #gamma, #delta, .module, .module-content, #pagebody-inner, .pkg, #container-inner {
	position: static;
	width: auto;
	}


/*
=========================================
	15: columns
=========================================*/
/*
-----------------------------------------------
	: two columns RIGHT
-----------------------------------------------*/
.layout-two-column-right #alpha {
	float: left;
	width: 620px;
	}
.layout-two-column-right #alpha-inner {
	margin: 0;
	}
.layout-two-column-right #beta {
	float: right;
	width: 200px;
	}
.layout-two-column-right #container-inner {
	background: url("../images/corporate/bg_sidebar_gray.gif") repeat-y right top;
	}
.layout-two-column-right #footer {
	background: url("../images/corporate/bg_footer_right_gray.gif") no-repeat;
	}

/*
-----------------------------------------------
	: ***two columns LEFT
-----------------------------------------------
.layout-two-column-left #alpha {
	float: left;
	width: 200px;
	}
.layout-two-column-left #beta {
	float: right;
	width: 620px;
	}
.layout-two-column-left #beta-inner {
	margin: 0;
	}
.layout-two-column-left #container-inner {
	background-position: left top;
	}
.layout-two-column-left #footer {
	background: url("../images/corporate/bg_footer_left.gif") no-repeat;
	}
*/

/*
-----------------------------------------------
	: one column
-----------------------------------------------*/
.layout-one-column #alpha {
	width: 820px;
	}
.layout-one-column #container-inner {
	background-image: none !important;
	}
.layout-one-column #footer {
	background: url("../images/corporate/bg_footer.gif") no-repeat;
	}


/*
=========================================
	19: content header
=========================================*/
#content-header h1 {
	margin: 0;
	color: #333333;
	}
.topicpath {
	display: none;
	}


/*
=========================================
	20: content
=========================================*/
#content {
	padding: 0 20px;
	}
#content h2 {
	margin-bottom: 1.5em;
	padding: 5px 10px;
	border-left: 5px solid #666666;
	color: #444444;
	}
#content h3 {
	padding-left: 18px;
	background: url("../images/bullet01_off.gif") no-repeat left center;
	color: #222222;
	}
#content h4 {
	color: #444444;
	}
#content .section {
	padding-bottom: 1.5em;
	}
#content .section-inner {
	line-height: 1.6;
	font-size:93%;
	}
#content dl {
	margin-top: 1em;
	}
#content dd {
	margin: 0.25em 0 1em;
	}

/*===== ask =====*/
.thanks h2 {
	margin: 1.5em 0 0;
	font-size: 108%;
	}
.thanks .section {
	min-height: 300px;
	font-size: 100%;
	}

/*
-----------------------------------------------
	: inquiry
-----------------------------------------------*/
#content .inquiry {
	margin-top: 40px;
	padding: 10px 10px 0;
	border-top: #eeeeee 2px solid;
	}
#content .inquiry-title {
	margin-top: 5px;
	color: #3366cc;
	font-weight: bold;
	text-align: left;
	}
#content .inquiry-msg {
	margin: 0.5em 0 0.75em;
	font-size: 85%;
	text-align: left;
	}
#content .inquiry a {
	border:  none;
	display: inline-block;
	line-height: 1;
	text-decoration: none;
	}
#content .inquiry a img {
	padding: 0;
	}
#content .inquiry .mailnews {
	padding: 0 0 5px 20px;
	border-left: #eeeeee 1px solid;
	float: right;
	width: 180px;
	}


/*
=========================================
	99: hack
=========================================*/	
/* Backslash hack for Mac IE5 only¥*//*/

/* end hack */




/*
=========================================
	01: common
=========================================*/
/*
.item-info,
.item-event {
	padding-left: 40px;
	background-repeat: no-repeat;
	background-position: 0 0.25em;
	}
.item-info {
	background-image: url("../images/corporate/ico_topics.gif");
	}
.item-event {
	background-image: url("../images/corporate/ico_event.gif");
	}
*/


/*
=========================================
	05: sidebar
=========================================*/
.module-categories-header h2 {
	margin: 0 !important;
	}
.module-categories-header a {
	border: none !important;
	display: block;
	height: 80px;
	background: url("images/sidebar_top.png") no-repeat 2px top;
	text-indent: -9999px;
	}

body.top .module-list-item a.top,
body.profile .module-list-item a.profile,
body.recruit .module-list-item a.recruit {
	color: #ffffff !important;
	background: #393b3a url("../images/corporate/sidebar_bread_active.gif") no-repeat 9px center;
	}
.module-list-item ul.profile,
.module-list-item ul.recruit {
	display: none;
	}
body.profile .module-list-item ul.profile,
body.recruit .module-list-item ul.recruit {
	display: inline; /* for IE */
	line-height: 0;
	}

.sidebar-banner a {
	border: 0;
	display: block;
	width: 200px;
	height: 80px;
	background-repeat: no-repeat;
	text-indent: -9999px;
	}
.sidebar-banner .mailnews a {
	height: 58px;
	background-image: url("../images/corporate/banner_mailnews.gif");
	border: 0; /* for IE6 */
	}


/*
-----------------------------------------------
	: ***adslink
-----------------------------------------------
.adslink {
	margin: 20px 9px;
	padding: 9px;
	border: #aaaaaa 1px solid;
	background: url("../images/corporate/bg_sidebar_ads.gif") ;
	}
.adslink dt {
	padding: 0 0 2px 20px;
	border-bottom: #ffffff 1px dotted;
	line-height: 1.5;
	color: #ffffff;
	background: url("../images/corporate/sidebar_adsheader.gif") no-repeat left center;
	font-weight: bold;
	font-size: 93%;
	text-shadow: #000000 3px 3px 3px;
	letter-spacing: -1px;
	}
.adslink dd {
	margin: 0;
	}
.adslink dd ul {
	margin-top: 8px;
	}
.adslink dd li {
	margin-top: 6px;
	padding-left: 16px;
	line-height: 1.2;
	color: #ffffff;
	background: url("../images/corporate/arrow_right.gif") no-repeat left top;
	font-size: 85%;
	}
.adslink dd li strong {
	letter-spacing: -1px;
	}
.adslink dd li a {
	display: block;
	width: auto !important;
	height: auto !important;
	overflow: visible !important;
	color: #ffffff !important;
	text-indent: 0 !important;
	text-decoration: none;
	}
.adslink dd li a:hover {
	color: #d6bb67 !important;
	text-decoration: underline !important;
	}
*/

/*--- box style ---
.box {
	padding: 0 12px 0 0;
	background: #ffffff url("../images/corporate/bg_box_borders.gif") 100% 0 repeat-y;
	}
.box-left {
	padding: 0 0 0 12px;
	background: #ffffff url("../images/corporate/bg_box_borders.gif") 0 0 repeat-y;
	}
.box-top {
	margin: 0 -12px;
	height: 17px;
	background: url("../imagescorporate/bg_box.gif") 100% 0 no-repeat;
	}
.box-top div {
	width: 18px;
	height: 17px;
	background: url("../images/corporate/bg_box.gif") 0 0 no-repeat;
	}
.box-bottom {
	margin: 0 -12px;
	height: 17px;
	background: url("../images/corporate/bg_box.gif") 100% 100% no-repeat;
	}
.box-bottom  div {
	width: 18px;
	height: 17px;
	background: url("../images/corporate/bg_box.gif") 0 100% no-repeat;
	}
.box ul {
	margin: 0 !important;
	padding: 6px 16px;
	background-color: #ffffff;
	}
.box li {
	padding-left: 25px;
	line-height: 20px;
	background: url("../images/corporate/bullet_check.gif")  0 50% no-repeat;
	font-weight: bold;
	}
*/



/*
=========================================
	31: profile
=========================================*/
.profile table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 1px;
	}
.profile .outline th {
	padding: 10px;
	color: #333333;
	background-color: #dddddd;
	white-space: nowrap;
	}
.profile .outline td {
	padding: 10px;
	}
.profile .outline td p {
	margin-bottom: 0.5em;
	text-indent: 1em;
	}
.profile .management dt {
	font-weight: bold;
	}
.profile .management dd {
	margin: 0.5em 0 1.5em !important;
	}
.profile .legal td {
	padding: 3px 3px 0;
	white-space: nowrap;
	}
.profile .legal th {
	padding: 3px;
	color: #333333;
	background-color: #dddddd;
	white-space: nowrap;
	}
.profile .legal td.regist-number {
	width: 30%;
	}


/*
-----------------------------------------------
	: accessmap
-----------------------------------------------*/
.accessmap #map {
	width: 560px;
	height: 400px;
	}
.accessmap .company-name {
	margin: 1.5em 0 0.5em;
	}
.access {
	margin-top: 0.5em;
	}
.access .line {
	clear:left;
	}
.access .line span {
	float:left
	}
.access .line .railway {
	width:6em;
	}
.access .line .exit {
	width:11em
	}
.access .line .walk {
	}
/*--- clearfix ---*/
.access .line:after {  /*-- for Modern browser --*/
	display: block;
	clear: both;
	height: 0.1px;
	line-height: 0;
	visibility: hidden;
	content: " ";
	font-size: 0.1em;
	}
.access .line { display: inline-block; }  /*-- for IE7, Mac IE5  --*/
/* Hides from IE-mac ¥*/
* html .access .line { zoom: 1; }  /*-- trigger hasLayout for IE6, 5 --*/
.access .line { display: block; }
/* End hide from IE-mac */
/*--- /clearfix ---*/



/*
=========================================
	34: recruit
=========================================*/
.recruit .lead {
	margin: 1.5em 0;
	text-align: center;
	}
.recruit .lead .copy {
	margin: 1em 0;
	color: #3366cc;
	font-weight: bold;
	font-size: 116%;
	}
.recruit .linkbtn {
	padding-left: 100px;
	padding-top:20px;
	}
.recruit .linkbtn a {
	border: 0;
	display: block;
	float: left;
	width: 180px;
	height: 40px;
	background-repeat: no-repeat;
	background-position: center top;
	text-indent: -9999px;
	padding-left:10px;
	}
.recruit .linkbtn a.recruit_career {
	background-image: url("img/btn_recruit_career.jpg");
	}
.recruit .linkbtn a.recruit_part {
	background-image: url("img/btn_recruit_part.jpg");
	}
.recruit .linkbtn a.recruit_career:hover, 
.recruit .linkbtn a.recruit_part:hover {
	background-position: center -40px;
	}

/*--- clearfix ---*/
.recruit .linkbtn:after,
.recruit .content-title1:after,
.recruit .content-title2:after {  /*-- for Modern browser --*/
	display: block;
	clear: both;
	height: 0.1px;
	line-height: 0;
	visibility: hidden;
	content: " ";
	font-size: 0.1em;
	}
.recruit .linkbtn,
.recruit .content-title1,
.recruit .content-title2 { display: inline-block; }  /*-- for IE7, Mac IE5  --*/
/* Hides from IE-mac ¥*/
* html .recruit .linkbtn,
* html .recruit .content-title1,
* html .recruit .content-title2 { zoom: 1; }  /*-- trigger hasLayout for IE6, 5 --*/
.recruit .linkbtn,
.recruit .content-title1,
.recruit .content-title2 { display: block; }
/* End hide from IE-mac */
/*--- /clearfix ---*/

.recruit .caption h3 {
	margin: 0 0 1em;
	color: #b27431 !important;
	font-size: 123.1%;
	}

.recruit .content-header {
	width: 580px;
	color: #b8aa8d;
	font-weight: bold;
	font-size: 93%;
	}
.recruit .content-header td {
	padding: 0;
	}

.recruit .content-header td img {
	height: 10px;
	background-color: #d6c6a5;
	}

.recruit .content-title1 .photo,
.recruit .content-title1 .title,
.recruit .content-title2 .photo,
.recruit .content-title2 .title {
	float: left;
	}
.recruit .content-title1 .photo {
	width: 240px;
	height: 180px;
	background: url("../images/corporate/hiro_komatsu.jpg") no-repeat center center;
	}
.recruit .content-title2 .photo {
	width: 240px;
	height: 180px;
	background: url("../images/corporate/ohtani.jpg") no-repeat center center;
	}
.recruit .content-title1 .title,
.recruit .content-title2 .title {
	padding: 20px 0 0 20px;
	width: 300px;
	}
.recruit .content-title2 .title {
	padding-top: 30px;
	}

.recruit blockquote {
	margin-bottom: 1.5em;
	padding-left: 24px;
	background: url("../images/quotes01_l.png") no-repeat 0 2px;
	}
.recruit blockquote p {
	margin: 0;
	padding-right: 24px;
	display: inline;
	line-height: 1.5em;
	color: #000000;
	background: url("../images/quotes01_r.png") no-repeat right bottom;
	font-weight: bold;
	font-size: 116%;
	}
.recruit .speaker {
	margin: 1.5em 0 0 24px;
	font-weight: bold;
	}

.recruit .section-inner p {
	text-indent: 1em;
	}

/*===== Office Image =====*/
.recruit .office-image {
	width: 580px;
	margin: 1em 0 2em;
	}
.recruit .office-image td {
	padding: 0 5px 0 0;
	vertical-align: top;
	}
.recruit .office-image td .image-photo {
	width: 190px;
	height: 150px;
	background-repeat: no-repeat;
	background-position: center center;
	}
.recruit .office-image td .photo1 {
	background-image: url("../images/corporate/recruit05.jpg");
	}
.recruit .office-image td .photo2 {
	background-image: url("../images/corporate/nyu.jpg");
	}
.recruit .office-image td .photo3 {
	background-image: url("../images/corporate/UNIX.jpg");
	}
.recruit .office-image td .photo4 {
	background-image: url("../images/corporate/recruit02.jpg");
	}
.recruit .office-image td .photo5 {
	background-image: url("../images/corporate/ohtani_desk.jpg");
	}
.recruit .office-image td .photo6 {
	background-image: url("../images/corporate/daatsu.gif");
	}

.recruit .image-caption {
	margin-top: 3px;
	padding-left: 13px;
	line-height: 1.2em;
	color: #333333;
	background: url("../images/corporate/recruit_caption_bullet.gif") no-repeat left 2px;
	font-size: 85%;
	}

.recruit .opinion {
	margin-bottom: 1.5em;
	padding: 1em 1.5em;
	border: 1px #cddfef solid;
	background-color: #f3f7fb;
	background-image: none;
	}

/*===== Interview =====*/
.recruit .interview1,
.recruit .interview2 {
	margin-bottom: 1.5em;
	width: 580px;
	}
.recruit .interview1 h3,
.recruit .interview2 h3 {
	margin: 0;
	color: #b27431 !important;
	}
.recruit .interview1 tr th,
.recruit .interview1 tr td,
.recruit .interview2 tr td {
	border: #ffdf80 1px solid;
	vertical-align: top;
	}
.recruit .interview1 tr th {
	width: 110px;
	background-color: #e6e6dc;
	color: #222222;
	}
.recruit .interview1 tr td {
	width: 510px;
	}
.recruit .interview1 thead tr td,
.recruit .interview2 thead tr td {
	padding: 2px 6px;
	background-color: #ffdf80;
	}
.recruit .interview2 h4 {
	margin: 0 0 0.5em;
	color: #222222 !important;
	}

/*===== message =====*/
.recruit .box {
	margin-bottom: 1.5em;
	padding: 0 12px 0 0;
	background: #ffffff url("../images/corporate/bg_box_borders.gif") 100% 0 repeat-y;
	}
.recruit .box-left {
	padding: 0 0 0 12px;
	background: #ffffff url("../images/corporate/bg_box_borders.gif") 0 0 repeat-y;
	}
.recruit .box-top {
	margin: 0 -12px;
	height: 17px;
	background: url("../images/corporate/bg_box.gif") 100% 0 no-repeat;
	}
.recruit .box-top div {
	width: 18px;
	height: 17px;
	background: url("../images/corporate/bg_box.gif") 0 0 no-repeat;
	}
.recruit .box-bottom {
	margin: 0 -12px;
	height: 17px;
	background: url("../images/corporate/bg_box.gif") 100% 100% no-repeat;
	}
.recruit .box-bottom  div {
	width: 18px;
	height: 17px;
	background: url("../images/corporate/bg_box.gif") 0 100% no-repeat;
	}
.recruit .box .message {
	padding: 6px 16px;
	background-color: #ffffff;
	font-weight: bold;
	}

.recruit .note {
	margin-top: 3em;
	border-top: 1px #222222 dotted;
	line-height: 3em;
	background-position: left center;
	font-size: 85%;
	}

/*
-----------------------------------------------
	: career, part
-----------------------------------------------*/
/*===== overwrite =====*/
.career .lead {
	margin-bottom: 2em;
	text-align: left;
	}
.career .section-inner p,
.part .section-inner p {
	text-indent: 0;
	}

/*===== position =====*/
.recruit .position {
	margin: 0 0 1em;
	width: 580px;
	}
.recruit .position caption {
	margin-bottom: 0;
	padding: 0.2em 0.5em;
	color: #ffffff;
	background: #b27431 url("../images/point_brown.gif") no-repeat 0.5em center;
	font-weight: bold;
	text-indent: 14px;
	}
.recruit .position tr th,
.recruit .position tr td {
	border-top: 1px #d6c6a5 solid;
	vertical-align: top;
	}
.recruit .position tr th {
	width: 180px;
	}
.recruit .position tr td {
	padding-left: 1em;
	padding-bottom: 1em;
	width: 400px;
	}
.recruit .position tr td p {
	margin: 0 0 0.5em;
	}
.recruit .position .type {
	text-indent: -0.5em;
	}
.recruit .position ul li,
.recruit .apply ul li {
	list-style: disc inside;
	}

.recruit .benefits {
	margin: 0 0 3em;
	width: 580px;
	}
.recruit .benefits tr th,
.recruit .benefits tr td {
	border: 1px #d6c6a5 solid;
	vertical-align: top;
	}
.recruit .benefits tr th {
	width: 80px;
	background-color: #e6e6dc;
	}
.recruit .benefits tr td {
	width: 500px;
	}
.recruit .apply dt {
	font-weight: bold;
	}
.recruit .apply .note {
	border: 0;
	margin-top: 0;
	line-height: 1.6em;
	background-position: left 0.4em;
	}
.recruit .apply,
.recruit .dev {
	padding-top: 0 !important;
	}

/*===== position（2010_02_17_added） =====*/
.recruit .position .recruit_info {
	margin-bottom: 20px;
	}
.recruit .position .recruit_info ul {
	margin-top: 5px;
	}
.recruit .position .recruit_info ul li {
	margin-left: 20px;
	}
.recruit .position .recruit_info ul li ul li {
	margin-left: 0;
	}
.recruit .position .recruit_info .explain {
	margin-left: 20px;
	}

/*===== position（2010_06_18_added） =====*/

.recruit .position .recruit_info ol li {
	margin-left: 55px;
	}
.recruit .position .recruit_info ul.space li {
	margin-bottom: 5px;
	}

/*

=========================================
	37: contact
=========================================*/	


/*
=========================================
	特集記事
=========================================*/
.recruit .question {
	font-size:14px;
	font-weight:bold;
	color:#00509a;
	margin-top:30px;
	}



