/*
===== 1: universal reset =================================
*/
* {
	padding: 0;
	margin: 0;
}

body {
	background-image: url(/images/common/common_bg2.gif);
	text-align:center;/* box centering */
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3"; 
	color:#666666;
	line-height: 1.6em; 
	margin: 0;
	font-size:11px;
}
/* general params
--------------------*/

h1, h2, h3, h4, h5, h6,
div, p, pre, ul, ol, dl, dt, dd,
address, form, blockquote{
padding: 0;/* margin&padding reset */
line-height: 19px;/* base line height */
text-align: left;
display: block;
margin: 0px;
font-size:12px;
color:#666666;
}/*
table {margin : 0;empty-cells: show;}
*/
hr,.areaAnchor, .td_style01 { display : none; }
img {
border: none;/* img do not want a border */

}
/*li { list-style: none; } link do not want a dot */


a:link {
	color:#6C6491;
}
a:visited {
	color:#6C6491;
}
a:hover {
	color:#7F5482;
}
a:active {
	color:#6C6491;
}


/*
===== 2: Common Styles  =================================
*/


#container {
	width: 912px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align:center;
	background-image: url(/images/common/common_bg.gif);
	background-repeat:repeat-y;
	background-position:center ;

}



/*----------
header styles
----------*/
#head {
	width:900px;
	margin:0 auto;
}

#head #top{
width:900px;
height:30px;
}

#head #top .line{
	float:left;
	width:260px;
	height:3px;
	background-color:#7F5482;
}

#head #top .lang{
	float:right;
	margin-right:18px;
}


#head #mid{
	width:900px;
	height:50px;
	margin-top:10px;
	margin-bottom:1px;
	border-bottom:1px solid #DDDDDD;
	clear:both
}

#head #mid .logo{
	float:left;
	margin-left:30px;
	display: inline;
}
/*header help navi */


#head #mid .help_navi{
	float:right;
}

#head #mid .help_navi table{
	margin-top:5px;
}

#head #mid .help_navi table td{
	padding-right:18px;
}

/* /header help navi */


/* main navi & pull down menu */
#main_navi .menu img{
	display:block;
}

#main_navi .submenu {
  margin-top:1px;
  background: #EEEEEE;
  border-top: 1px solid #D0B9D2;
  border-right: 1px solid #D0B9D2;
  visibility: hidden;
  position: absolute;
  width: 148px;
  z-index: 3;
}

#main_navi .submenu a {
  display: block;
  font-size: 11px;
  border-left: 1px solid #D0B9D2;
  border-bottom: 1px solid #D0B9D2;
  text-align:left;
  text-decoration: none;
  padding: 5px 0 5px 15px;
  color:#7F5482;
}

/*-----IE6 HACK-----*/
* html body #main_navi .submenu a {
  width:133px;
  overflow:hidden;
}
* html body #main_navi #menu3 a {
  width:133px;
  overflow:hidden;
}
/*-----IE6 HACK-----*/


#main_navi .submenu a:hover {
  background: #7F5482;
  color: #FFFFFF;
}

/* main navi & pull down menu */


div#main_img{
	margin-top:1px;
	clear:both;
}


/*----------
toppage conntent area styles
----------*/
#content{
	clear:both;
	width:900px;
	margin:0 auto;
	text-align:center;
}

/* top page left area */
#content .left{
	float:left;
	width:610px;

}

.left .topics{
	margin: 18px 0 18px 20px;
}

.left .topics table td,.main .topics table td{
	padding-right:5px;
}

.left .topics .line,.main .topics .line{
	width:570px;
	height:3px;
	background:url(/images/top_topics_l01.gif) repeat-x;
	margin:5px 0;
}


/*  top page right area */
#content .right{
	float:right;
	width:288px;
	background:	url(/images/top_left_bg.gif) repeat-x;
	border-right:1px solid #CCCCCC;
	height: 418px;
}
* html #content .right{
	height: 430px;
}
#content .right table td table td.td_dtyle01{
	font-size:10px;
}

#recommend{
margin: 18px 0 0 18px;
}
* html #recommend{
margin: 18px 0 22px 18px;
}

/* ===========================
lower page main area(right) 
==============================*/

div.main{
	width:614px;
	float:right
}

div.main .bread{
	text-align:right;
	font-size:10px;
	padding:10px 27px 0 0;
	margin-bottom:22px;
	color:#6C6491;
}
div.main .bread a{
color:#666666;
}
p.bread{
	text-align:right;
	font-size:10px;
	padding:0 27px 0 0;
	}
p.bread a{
color:#666666;
}
p.bread span{
	font-weight:bold;
	color:#666666;
}
p.bread span.color0{
	color:#6C6491;
}

div.main .topics{
margin:30px 0;
}

div.main .subtitle{
	margin-bottom:15px;
}

div.main .line{
	background: url(/images/common/common_topics_l01.gif) repeat-x;
	width:611px;
	height:3px;
	margin-bottom:20px;
}
td.tdstyle02{
padding: 0 0 15px 10px;
}
/*form table style*/
.form_tb{
border-left:1px solid #CCCCCC;
border-top:1px solid #CCCCCC;
}
.form_tb td{
font-size:12px;
border-right:1px solid #CCCCCC;
border-bottom:1px solid #CCCCCC;
line-height:30px;
}
.form_tb_noborder td{
font-size:12px;
line-height:30px;
}
.form_tb .form_td_l{
font-weight:bold;
}
.form_tb input,.form_tb textarea, .form_tb_noborder textarea{
border:1px solid #B6B2C8;
}
.form_td_l div{
background-color:#EEEEEE;
height:30px;
margin:1px;
text-align:left;
line-height:30px;
padding-left:12px;
}


/* ===========================
 /lower page main area(right) 
 =============================*/


/* lower page side area(left) */

div.side{
	width:260px;
	float:left;
}


/*==================
Side Menu Styles
====================*/
div.side .sidemenu td,div.side .sidemenu td div{
	font-size:11px;
	line-height:13px;
}
div.side .sidemenu a{
	color:#666666;
}
div.side .sidemenu a:hover{
	color:#666666;
	font-weight:bold;
	text-decoration:none;
	}

div.child span {
    background-image: url("../images/268.gif");    /* ├字型の画像 */
    background-repeat: no-repeat;
    padding-left: 25px;
    background-position: 0 50%;
}
div.child span.last-child {
    background-image: none;
    background-image: url("/images/common/68.gif");     /* └字型の画像 */
}
div.child div.child {
    background-image: url("/images/common/28.gif");     /* │字型の画像 */
    background-repeat: repeat-y;
    padding-left: 25px;;
}
div.last-childs-child {
    background-image: none !important;
}
span.last-child + div.child {
    background-image: none !important;
}
span.item {
    display: block;
    line-height: 1.7em;
}
.item_top{
	background:url(/images/common/common_sidemenu_arrow2.gif) no-repeat left 7px ;
	padding-left:10px;
}
.item_top.current{
	background:url(/images/common/common_sidemenu_arrow3.gif) no-repeat left 7px ;
	padding-left:10px;
	color:#6C6491;
	font-weight:bold;
	}

/* lower page side area(left) */



/*----------
footer area styles
----------*/


/*top page foot area */
#foot .f_line{
	width:610px;
	background:url(/images/common/common_foot_line01.gif) repeat-x;
	height:2px;
	display: inline;
}

#foot .f_area{
	height:59px;
	background:url(/images/common/common_foot_bg.gif);
	padding-top:20px;
}

/*IE6 HACK*/
* html body #foot .f_area{
	height:62px;
}
/*IE6 HACK*/

#foot .f_area div{
	margin-left:22px;
}

#foot .f_area div.copy{
	font-size:11px;
	margin-top:11px;
}

#foot .f_area div a{
	font-size:10px;
	color:#333132;
}


#ftr {
	margin:0 auto;
	width:912px;
	background:url(/images/common/foot_bg_01.gif) repeat-y;
}

/* /top page foot area */


/* lower page foot area */
.footer{
	width:900px;
	margin:40px auto 0;
}

.footer .f_line{
	width:900px;
	background:url(/images/common/common_foot_line01.gif) repeat-x;
	height:2px;
}

.footer .f_area{
	height:100px;
	background:url(/images/common/common_foot_bg.gif);
	padding-top:25px;
}

.footer .f_area div{
	margin-left:22px;
}

.footer .f_area div.copy{
	font-size:11px;
	margin-top:11px;
}

.footer .f_area a{
	font-size:10px;
	color:#333132;
}

/* /lower page foot area */



/*======================
Text Styles
========================*/
.style1 {
color: #000000;
font-weight:bold;
font-size: 12px;
}
.font_s{
font-size: smaller;
}
.font0 {
	font-size:9px;
	line-height:12px;
}
.font1 {
	font-size:10px;
}
.font2 {
	font-size:12px;	
}
.font3 {
	font-size:13px;
}
.font4 {
	font-size:14px;
	}
.font4_b{
	font-size:14px;
	font-weight:bold;
	color:#6C6491;
}
.font_b{
	font-weight:bold;
}
.color0{
	color:#6C6491;
}
a.color1{
	color:#666666;
}
span.color2,a.color2{
	color:#333333;
}
span.color3{
	color:#666666;
}
.list1 li{
list-style:inherit;
font-weight:bold;
line-height:32px;
font-size:13px;
}
.list2 li{
list-style: decimal;
line-height:28px;
}
ul.list3{
margin-top:5px;
}
.list3 li{
list-style:none;
background-image:url(/images/common/common_arrow03.gif);
background-repeat: no-repeat;
background-position: left 4px;
padding-left: 10px;
font-size:12px;
color:#333333;
line-height: 160%;
text-align: left;
}
span.arrow01{
    background-image:	url(/images/common/common_square04.gif);
    background-repeat: no-repeat;
    padding-left: 16px;
    background-position: 0 50%;
	}
span.arrow02{
    background-image:	url(/images/common/common_square02.gif);
    background-repeat: no-repeat;
    padding-left: 16px;
	display:block;
	background-position: 0 3px;
}	
span.arrow03{
    background-image: url(/images/common/common_arrow02.gif);
    background-repeat: no-repeat;
    padding-right: 10px;
	background-position: right 1px;
	font-size:11px;
	font-weight:normal;
	}
span.arrow04{
    background-image: url(/images/common/common_arrow01.gif);
    background-repeat: no-repeat;
    padding-right: 15px;
	padding-left: 15px;
	background-position: left 1px;
	font-weight:normal;
	}
span.arrow05{
    background-image: url(/images/common/common_square01.gif);
    background-repeat: no-repeat;
    padding-right: 15px;
	padding-left: 15px;
	background-position: left 1px;
	font-weight:normal;
	}
span.square01{
    background-image:	url(/images/common/common_square01.gif);
    background-repeat: no-repeat;
    padding-left: 16px;
    background-position: 0 50%;
	}


a.pdfB{
	background: url(/images/common/pdf_icon.gif);
	background-position: left;
	background-repeat: no-repeat;
	padding:3px 0 3px 23px;
}
a.pdfA{
	background: url(/images/common/pdf_icon.gif);
	background-position: right;
	background-repeat: no-repeat;
	padding:3px 23px 3px 0;
}


/*-----------------------
reform page tab styles
-------------------------*/

.TabbedPanels {
	margin:20px 0 0 0;
	padding: 0px;
	/*float: left;*/
	clear: none;
	width: 100%; /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/
}
.TabbedPanelsTabGroup {
	margin: 0px;
	padding: 0px;
	width:590px;
	height:27px;
	background:url(/images/business/seko_shizai_tab_bg.gif) no-repeat;
	display:block;
	padding-top:7px;
}

.TabbedPanelsTab {
	position: relative;
	top: 1px;
	float: left;
	list-style: none;
	cursor: pointer;
	display:block;
	height:26px;
	margin-left:9px;
	}

/*-----IE6 HACK-----*/
* html body .TabbedPanelsTab {
	position: relative;
	top: 3px;
	}
* html body .TabbedPanelsTabGroup {
		padding-top:5px;
}
/*----- END IE6 HACK-----*/

.tab01{
	width:200px;
}
.tab02{
	width:230px;
}	
	
.tab03{
	margin-left:13px;
	height:26px;
	}
.TabbedPanelsContentGroup {
	clear: both;
	border-top: solid 4px #6C6491;
	width:590px;
	}
.EscoTb1{
border-top:1px solid #CCCCCC;
border-left:1px solid #CCCCCC;
}
.EscoTb1 td{
padding:5px 10px 5px 10px ;
border-right:1px solid #CCCCCC;
border-bottom:1px solid #CCCCCC;
}
.EscoTb1 .TdL{
border-right:1px solid #CCCCCC;
background-color:#EEEEEE;
}
div.kihan{
width:590px;
margin-top:30px;
}
div.kihan h3{
font-size:13px;
font-weight:bold;
margin-top:30px;
color:#666666;
}
div.kihan h4{
font-weight:normal;
font-size:12px;
line-height:22px;
}
div.kihan p{
padding-left:15px;
margin:0;
line-height:22px;
}
div.Msg{
width:570px;
border:1px solid #CCCCCC;
padding:50px 0 50px 20px;
margin:50px 0 200px 0;
}

/* START table styles for recruit/index04&05.html*/

#dataTB{
border:1px solid #999999;
}
#dataTB .cell_r{
border-bottom:1px solid #999999;
border-right:1px solid #999999;
background-color:#EEEEEE;
line-height:25px;
}
#dataTB .cell_c{
border-bottom:1px solid #999999;
border-right:1px solid #999999;
padding-left:10px;
line-height:25px;
}
#dataTB .cell_l{
border-bottom:1px solid #999999;
padding-left:10px;
line-height:25px;
}

/* END table styles for recruit/index04&05.html*/

.box_senpai01{
margin-top:10px;
}

/*==========================================================
TAKEMURA wrote
============================================================*/

#sitemap01 {
	float: left;
	width: 400px;
	padding: 0px;
	margin-left: 21px;
}
#sitemap02 {
	float: right;
	width: 400px;
	margin-right: 21px;
}
.font5 {
	font-size:13px;
	line-height:28px;
	font-weight:bold;
	color:#6C6491;
}
.font6 {
	font-size:13px;
	line-height:28px;
	color:#6C6491;
}
.font7 {
	font-size:12px;
	line-height:25px;
	color:#6C6491;
	text-decoration: underline;
}
.en_font {
font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
color:#666666;
line-height: 1.6em;
margin: 0;
font-size:13px;
}


