/**************************************************
**
**	CLEAR FIX
**
***************************************************/

.clearfix:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix{
	display: inline-block
}

/* Hides from IE-mac */
* html .clearfix{
	height: 1%;
}

.clearfix{
	display:block;
}
/* End hide from IE-mac */



/***********************************
**
**	BODY
**
***********************************/

body{
	background-color: #FFFFFF;
	margin:0px;
	padding:0px;
	font-size: 9pt;
	color: #222222;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",Osaka,sans-serif;
	line-height: 170%;
}



/***********************************
**
**	HTML TAG
**
***********************************/

/* DIV */
div{
	white-space: -moz-pre-wrap; /* Mozilla */
	word-wrap: break-word;      /* IE 5.5+ */
	word-break: break-all;
	margin: 0;
	padding: 0;
}


/* p */
p{
	white-space: -moz-pre-wrap; /* Mozilla */
	word-wrap: break-word;      /* IE 5.5+ */
	word-break: break-all;
	margin: 0;
	padding: 0;
}

/* form */
form{
    display: inline;
}



/***********************************
**
**	IMAGE TAG
**
***********************************/

img{
	border: none;
}



/***********************************
**
**	UL LI CLASS SETTING
**	--------------------------------
**	list style -> none
**
***********************************/

ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

li{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}



/***********************************
**
**	TAG CLASS
**
***********************************/

/* DEFAULT TAGS */
input[type="text"]{
	font-size: 12px;
	font-family : sans-serif;
	margin-top: 2px;
	padding: 2px;
	border: 1px solid #CCCCCC;
}

input[type="text"]:focus{
	background-color: #EEEEEE;
	font-size: 12px;
	font-family : sans-serif;
	margin-top: 2px;
	padding: 2px;
	border: 1px solid #777777;
}

input[type="password"]{
	font-size: 12px;
	font-family : sans-serif;
	margin-top: 2px;
	padding: 2px;
	border: 1px solid #CCCCCC;
}

input[type="password"]:focus{
	background-color: #EEEEEE;
	font-size: 12px;
	font-family : sans-serif;
	margin-top: 2px;
	padding: 2px;
	border: 1px solid #777777;
}

input[type="submit"]{
	background-image: url(/images/button.jpg);
	background-repeat: no-repeat;
	width: 200px;
	height: 40px;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	margin: 0 auto;
	padding: 0px;
	border: none;
    display: inline;
}

input[type="button"]{
	background-color: #FFFFFF;
	color: #444444;
	font-size: 12px;
	padding-top: 1px;
	border: 3px double;
	border-color: #BBBBBB;
}


input[type="image"]{
	margin: 0px;
	padding: 0px;
	border: none;
    display: inline;
}


input[type="file"]{
	font-size: 12px;
	font-family : sans-serif;
	margin-top: 2px;
	padding: 2px;
	border: 1px solid #CCCCCC;
}

input[type="file"]:focus{
	background-color: #EEEEEE;
	font-size: 12px;
	font-family : sans-serif;
	margin-top: 2px;
	padding: 2px;
	border: 1px solid #777777;
}

textarea{
	width: 98%;
	height: 250px;
	font-size: 12px;
	font-family : sans-serif;
	margin-top: 2px;
	padding: 3px;
	border: 1px solid #CCCCCC;
}

textarea:focus{
	background-color: #EEEEEE;
	width: 98%;
	font-size: 12px;
	font-family : sans-serif;
	margin-top: 2px;
	padding: 3px;
	border: 1px solid #777777;
}

select{
	color: #555555;
	font-size: 12px;
	font-family : sans-serif;
	border: 1px solid #CCCCCC;
}

/* CLASS TAGS */
.text_num{
	ime-mode: disabled;
}

.text_number{
	width: 150px;
	ime-mode: disabled;
}

.text_4length{
	width: 35px;
	ime-mode: disabled;
}

.text_2length{
	width: 20px;
	ime-mode: disabled;
}

.text_width_large{
	width: 90%;
}

.text_width_middle{
	width: 60%;
}

.text_width_normal{
	width: 40%;
}

.text_width_short{
	width: 80px;
}

.text_rows_large{
	height: 550px;
}

.text_rows_middle{
	height: 300px;
}

.text_rows_normal{
	height: 300px;
}

.text_rows_short{
	height: 35px;
}

.text_url{
	width: 98%;
	ime-mode: disabled;
}

input[type="text"].mail_address{
	width: 90%;
	ime-mode: disabled;
}

input[type="text"].mail_address2{
	width: 55%;
	ime-mode: disabled;
}

#submit_area{
	width: 200px;
	margin: 15px auto;
}

#contact_check{
	background-image: url(/images/button_contact_check.jpg);
	background-repeat: no-repeat;
	width: 200px;
	height: 40px;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	margin: 0 auto;
	padding: 0px;
	border: none;
    display: inline;
}

#contact_send{
	background-image: url(/images/button_contact_send.jpg);
	background-repeat: no-repeat;
	width: 200px;
	height: 40px;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	margin: 0 auto;
	padding: 0px;
	border: none;
    display: inline;
}

h2{
	clear:both;
	font-size: 18pt;
	font-weight: bold;
	line-height: 18pt;
}



/***********************************
**
**	HR TAG CLASS
**
***********************************/

hr{
	height: 0px;
	border: none;
	border-top: 1px solid #CCCCCC;
}

.hr_solid{
	height: 0px;
	border: none;
	border-top: 1px solid #CCCCCC;
}

.hr_dashed{
	height: 0px;
	margin-bottom: 10px;
	border: none;
	border-top: 1px dashed #CCCCCC;
	border-left: none;
	border-right: none;
	border-bottom: none;
}

.hr_dotted{
	height: 0px;
	margin: 0px;
	border: none;
	border-top: 1px dotted #CCCCCC;
	border-left: none;
	border-right: none;
	border-bottom: none;
}



/***********************************
**
**	LINK CLASS
**
***********************************/

a:link{
	color: #222222;
	text-decoration: none;
}

a:visited{
	color: #222222;
	text-decoration: none;
}

a:hover{
	color: #999999;
	text-decoration: none;
}

a:active{
	color: #999999;
	text-decoration: none;
}

a:hover img{
	filter: alpha(opacity=60);
	-moz-opacity:0.60;
	opacity:0.60;
}



/***********************************
**
**	DEFAULT CLASS
**
***********************************/

.clear{
	clear:both;
}



/**************************************
**
**	HEADER
**
**************************************/

#header{
	background-image: url(/images/header.jpg);
	background-repeat: no-repeat;
	width: 940px;
	height: 80px;
	margin:0 auto;
	padding-top: 0px;
}

#header a div{
	width: 230px;
	height: 55px;
}


/**************************************
**
**	WRAPPER
**
**************************************/

/* WRAPPER */
#wrapper{
	background-image: url(/images/wrapper.jpg);
	background-color: #FFFFFF;
	background-position: center top;
	background-repeat: repeat-x;
	width: 100%;
	margin: 0 auto;
	/* padding-top: 3px; */
	padding-top: 20px;
}


/**************************************
**
**	MENU
**
**************************************/

/* MENU */
#global-navigation{
	width: 880px;
	height: 70px;
	margin: 0 auto;
	margin-bottom: 20px;
}

#global-navigation ul{
	list-style-type:none;
	margin: 0px;
	padding: 0px;
	border: 1px solid #;00000
}

#global-navigation li{
	width:110px;
	height:70px;
	list-style-type:none;
	float: left;
}

#global-navigation li a{
	background-image: url("/images/navigation.png");
	background-repeat:repeat-x;
	height:100%;
	text-decoration:none;
	text-indent:-1500px;
	display:block;
}

#global-navigation li#menu1 a{background-position:0px 0px 0px 0px;}
#global-navigation li#menu1 a:hover{background-position:-0px -70px;}
#global-navigation li#menu2 a{background-position:-110px 0px;}
#global-navigation li#menu2 a:hover{background-position:-110px -70px;}
#global-navigation li#menu3 a{background-position:-220px -0px;}
#global-navigation li#menu3 a:hover{background-position:-220px -70px;}
#global-navigation li#menu4 a{background-position:-330px -0px;}
#global-navigation li#menu4 a:hover{background-position:-330px -70px;}
#global-navigation li#menu5 a{background-position:-440px -0px;}
#global-navigation li#menu5 a:hover{background-position:-440px -70px;}
#global-navigation li#menu6 a{background-position:-550px -0px;}
#global-navigation li#menu6 a:hover{background-position:-550px -70px;}
#global-navigation li#menu7 a{background-position:-660px -0px;}
#global-navigation li#menu7 a:hover{background-position:-660px -70px;}
#global-navigation li#menu8 a{background-position:-770px -0px;}
#global-navigation li#menu8 a:hover{background-position:-770px -70px;}



/**************************************
**
**	MAIN
**
**************************************/

#main{
	width: 940px;
	height: 250px;
	margin: 0 auto;
	margin-bottom: 20px;
	border: 3px solid #594941;
	overflow: hidden;
}



/**************************************
**
**	CONTENTS
**
**************************************/


/* CONTAINER */
#container{
	width: 940px;
	margin: 0 auto;
	padding-top: 10px;
	position: relative;
}

/* FLOAR */
#floar{
	width: 650px;
	padding-left: 30px;
	float: left;
}

/* SPACE COLUMN */
#space-column{
	width: 255px;
	height: 300px;
	float: left;
}

/* CENTER COLUMN */
#center-column{
	width: 640px;
	padding-left: 15px;
	padding-bottom: 35px;
}

/* TOPIC COLUMN */
#topic-column{
	width: 640px;
	padding-left: 15px;
	padding-bottom: 40px;
}

/* LEFT COLUMN */
#left-column{
	width: 310px;
	float:left;
	padding-right: 20px;
}

/* RIGHT COLUMN */
#right-column{
	width: 310px;
	float: left;
}



/**************************************
**
**	SIDE MENU
**
**************************************/

#side-navigation{
	width: 255px;
	margin: 0px;
	padding-top: 10px;
	position: absolute;
	top: 0px;
	left: 0px;
}

#side-navigation ul{
	width:190px;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#side-navigation ul li{
	background-image: url(/images/side_navigation.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	width:175px;
	height: 22px;
	margin-bottom: 5px;
	padding-top: 10px;
	padding-left: 15px;
	padding-bottom: 8px;
	list-style: none;
}

#side-navigation ul li a:link{
	color: #222222;
	text-decoration: none;
}

#side-navigation ul li a:visited{
	color: #222222;
	text-decoration: none;
}

#side-navigation ul li a:hover{
	color: #3E64A4;
	text-decoration: none;
}

#side-navigation ul li a:active{
	color: #4a88b0;
	text-decoration: none;
}




/**************************************
**
**	LEFT COLUMN
**
**************************************/

#left-column ul{
	width: 300px;
	margin-bottom: 5px;
	padding-left: 5px;
	padding-bottom: 3px;
	border-bottom: 1px dotted #999999;
	list-style: none;
}

#left-column ul li{
	width: 300px;
	color: #4a88b0;
	list-style: none;
	line-height: 135%;
}



/**************************************
**
**	BOTTOM COLUMN
**
**************************************/

#bottom-column{
	width: 940px;
	color: #000000;
	font-size: 11px;
	margin: 0 auto;
	padding-top: 20px;
	padding-bottom: 5px;
}

/* BOTTOM-NAVIGATION */
#bottom-navigation{
	width: 460px;
	color: #000000;
	font-size: 11px;
	text-align: left;
	padding-left: 10px;
	float: left;
}

#bottom-navigation a{
	color: #000000;
	margin-left: 10px;
}

/* COPYRIGHTS */
#copyrights{
	width: 470px;
	color: #000000;
	font-size: 11px;
	text-align: right;
	float: left;
}



/**************************************
**
**	FOOTER
**
**************************************/

#footer{
	background-color: #594941;
	width: 100%;
	color: #FFFFFF;
	font-size: 11px;
	text-align: left;
	padding-top: 20px;
	padding-bottom: 50px;
}

#footer-container{
	width: 940px;
	margin: 0 auto;
}

#footer-logo{
	width: 268px;
	float: left;
}

#footer-logo img{
	margin-bottom: 15px;
}

.footer_navigation{
	width: 120px;
	font-size: 10px;
	padding-left: 14px;
	float: left;
}

.footer_navigation a{
	color: #FFFFFF;
}

.footer_title{
	background-image: url(/images/footer_title.gif);
	background-repeat: no-repeat;
	background-position: center left;
	margin-bottom: 3px;
	padding-top: 2px;
	padding-left: 15px;
}

.footer_navigation ul{
	width: 120px;
	list-style: none;
}

.footer_navigation ul li{
	background-image: url(/images/arrow.gif);
	background-repeat: no-repeat;
	background-position: center left;
	width: 100px;
	padding-left: 14px;
	list-style: none;
}



/**************************************
**
**	CONTENTS CLASS
**
**************************************/

/* 640px */
.contents{
	/*
	background-image: url(/images/line.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	*/
	margin-bottom: 15px;
	padding-bottom: 15px;
	clear: both;
}

.contents ul{
	padding: 5px 10px 0px 10px;
	list-style: none;
}

.contents ul li{
	list-style: none;
	margin-bottom: 8px;
	padding-bottom: 6px;
	border-bottom: 1px dotted #DDDDDD;
}

.contents_left{
	width: 315px;
	padding-right: 5px;
	float: left;
}

.contents_right{
	width: 315px;
	padding-left: 5px;
	float: left;
}

/*
.contents_left img{
	float: left;
}

.contents_right img{
	float: left;
}
*/

.contents_inner{
	width: 300px;
	text-align: left;
	margin: 0 auto;
}


/* 630px */
.sub_contents{
	padding-left: 10px;
	padding-bottom: 25px;
}

.sub_title{
	color: #000000;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 3px;
	padding-bottom: 3px;
}

.sub_title_blue{
	color: #0099CC;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 3px;
	padding-bottom: 3px;
	border-bottom: 1px solid #DDDDDD;
}

.sub_title_pink{
	color: #FF3366;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 3px;
	padding-bottom: 3px;
	border-bottom: 1px solid #DDDDDD;
}

.date{
	font-size: 11px;
	color: #333333;
}



/**************************************
**
**	BOX CLASS
**
**************************************/

.box_header{
	background-image: url(/images/box_header.jpg);
	background-repeat: no-repeat;
	width: 620px;
	height: 10px;
}

.box_contents{
	background-image: url(/images/box_contents.jpg);
	background-repeat: repeat-y;
	width: 595px;
	padding: 0px 15px 0px 10px;
}

.box_footer{
	background-image: url(/images/box_footer.jpg);
	background-repeat: no-repeat;
	width: 620px;
	height: 15px;
	margin-bottom: 20px;
}

.box_title{
	background-color: #FFFFFF;
	color: #000000;
	font-weight: bold;
	margin-bottom: 5px;
	padding: 0px 0px 3px 5px;
	border-bottom: 3px double #CCCCCC;
}

.box_left{
	width: 200px;
	text-align: center;
	margin-left: 10px;
	float: left;
}

.box_right{
	width: 385px;
	text-align: left;
	float: left;
}



/**************************************
**
**	TITLE CLASS
**
**************************************/

.title_topic{
	background-image: url(/images/title/title_topic.jpg);
	background-repeat: no-repeat;
	width: 310px;
	height: 30px;
	margin-bottom: 10px;
}

.title_company{
	background-image: url(/images/title/title_company.jpg);
	background-repeat: no-repeat;
	width: 310px;
	height: 30px;
	margin-bottom: 10px;
}

.title_recruitment{
	background-image: url(/images/title/title_recruitment.jpg);
	background-repeat: no-repeat;
	width: 640px;
	height: 30px;
	margin-bottom: 10px;
}

.title_contact{
	background-image: url(/images/title/title_contact.jpg);
	background-repeat: no-repeat;
	width: 640px;
	height: 30px;
	margin-bottom: 10px;
}

.title_service{
	background-image: url(/images/title/title_service.jpg);
	background-repeat: no-repeat;
	width: 640px;
	height: 30px;
	margin-bottom: 10px;
}

.title_works{
	background-image: url(/images/title/title_works.jpg);
	background-repeat: no-repeat;
	width: 640px;
	height: 30px;
	margin-bottom: 10px;
}


.title{
	background-color: #111111;
	color: #FFFFFF;
	margin-left: 10px;
	margin-bottom: 10px;
	padding-top: 2px;
	padding-left: 10px;
	padding-bottom: 2px;
}



/**************************************
**
**	TABLE
**
**************************************/

.table_frame{
	width: 95%;
	padding: 0px;
}

.table_title{
	background-color: #594941;
	width: 80px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: left;
	vertical-align: middle;
	padding: 3px;
}

.table_contents{
	background-color: #FFFFFF;
	text-align: left;
	vertical-align: middle;
	padding: 3px;
	border-bottom: 1px solid #EEEEEE;
}



/**************************************
**
**	FONT
**
**************************************/

.bold_black{
	color: #000000;
	font-weight: bold;
}

.style_red{
	color: #FF0000;
}


/**************************************
**
**	WARNING CONTENTS
**
**************************************/

#warning{
	width: 80%;
	color: #FF0000;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	padding: 15px;
	border: double #DDDDDD 3px;
	line-height: 22px;
	word-wrap: break-word;
}


#exection{
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	padding: 15px;
	line-height: 22px;
}



/***********************************
**
**	FADE IN
**
***********************************/

.fadein{
	position:relative;
	width: 940px;
	height: 250px;
	overflow: hidden;
}

.fadein img{
	position: absolute;
	left: 0;
	top: 0;
}


/**************************************
**
**	COLOR BOX
**
**************************************/
/*
    ColorBox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}

/* 
    User Style:
    Change the following styles to modify the appearance of ColorBox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:#000;}
#colorbox{}
    #cboxContent{margin-top:20px;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{border:5px solid #000; background:#fff;}
        #cboxTitle{position:absolute; top:-20px; left:0; color:#ccc;}
        #cboxCurrent{position:absolute; top:-20px; right:0px; color:#ccc;}
        #cboxSlideshow{position:absolute; top:-20px; right:90px; color:#fff;}
		/*
        #cboxPrevious{position:absolute; top:50%; left:5px; margin-top:-32px; background:url(/images/colorbox/controls.png) no-repeat top left; width:28px; height:65px; text-indent:-9999px;}
		#cboxPrevious:hover{background-position:bottom left;}
        #cboxNext{position:absolute; top:50%; right:5px; margin-top:-32px; background:url(/images/colorbox/controls.png) no-repeat top right; width:28px; height:65px; text-indent:-9999px;}
        #cboxNext:hover{background-position:bottom right;}
		*/
        #cboxLoadingOverlay{background:#000;}
        #cboxLoadingGraphic{background:url(/images/colorbox/loading.gif) no-repeat center center;}
        #cboxClose{position:absolute; top:-16px; right:2px; display:block; background:url(/images/colorbox/controls.png) no-repeat top center; width:38px; height:19px; text-indent:-9999px;}
        #cboxClose:hover{background-position:bottom center;}