/* Copyright (c) 2007 OPEN INTERFACE All rights reserved. */

/* ======　共通項目 ====== */
/* 全設定をクリア */

body {
	margin: 0;
	padding: 0;
	font-style: normal;
	font-weight: normal;
	background-color: #fff;
	background-image: url(../images/header/bg_header.jpg);
	background-position: top;
	background-repeat: repeat-x;
	font-size: 13px;
	*font-size: small; /* IE 7向け */
	*font: x-small; /* IE 6以下 */
	color: #666666;
	line-height: 1.6;
	*line-height: 1.0;
	text-align: center;
}

p,h1,h2,h3,h4,h5,h6,ul,li,dl,dd,address,noscript {
	margin: 0;
	padding: 0;
	font-style: normal;
	font-weight: normal;
	font-size:100%;
	line-height: 1.6;
	*line-height: 1.3;
	list-style-type: none;

}

li.list_decimal{
	margin: 10px 0;
	list-style-type:decimal;
	list-style-position:outside;
	font-style: normal;
	font-weight: normal;
	font-size:100%;
	line-height: 1.6;
}



h4.maintitle { /*main h4 テキストエリア用*/
	font: 100%/125% normal 800 #666666 "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	padding: 10px 0 3px 0;
}

h4.recruit_title { /*main h4 recruitエリア用*/
	font: 100%/125% normal 800 #003366 "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color:#003366;
	font-weight:bold;
	padding: 10px 0 3px 0;
}

p.textarea {
	padding: 5px 0 5px 0;	
}



.txt_small {
	font-size: 85%;
	line-height: 150%;
	color: #666666;
}




a:link {
	color: #006699;
	text-decoration: none;
}
a:visited {
	color: #993366;
	text-decoration: none;
}
a:hover {
	color: #0066ff;
	text-decoration: underline;
}
a:active {
	color: #009933;
	text-decoration: underline;
}


/* for txt_link */
a.txtlink:link {
	color: #FF6666;
	text-decoration: none;
	background-image: url(../images/icon/ic_bullet_off.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	font-weight: bold;
	font-size: 100%;
	line-height: 130%;
}
a.txtlink:visited {
	color: #FF6666;
	text-decoration: none;
	background-image: url(../images/icon/ic_bullet_off.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	font-weight: bold;
	font-size: 100%;
	line-height: 130%;
}
a.txtlink:hover {
	/*	color: #FF9900;*/
	text-decoration: underline;
	background-image: url(../images/icon/ic_bullet_active.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	font-weight: bold;
	font-size: 100%;
	line-height: 130%;
}
a.txtlink:active {
	color: #FF6666;
	text-decoration: none;
	background-image: url(../images/icon/ic_bullet_off.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	font-weight: bold;
	font-size: 100%;
	line-height: 130%;
}

.dot_border {
	padding-top: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CC9900;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

img,
img a {
border:none;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}



h2 {
	margin-bottom:10px;
}

h3 {
	margin-bottom:10px;
}

h4{
	margin:0 5px;

}

/* --------------------------------------------clear */
.clear {
	clear: both;
}

/* --------------------------------------------中央エリア中央寄せ */
.container-middle {
	width: 760px;
	position: relative;
	padding: 0;
	margin: 0 auto 0 auto;
	
}
/* --------------------------------------------menu area (middle left) */
.left {
	width: 205px;
	padding: 0px;
	float: left;
	margin: 0px;
}

/* --------------------------------------------main area (middle right) */
.main {
	width: 545px;
	position: relative;
	float: right;
	padding: 0px;
	top: 0px;
	text-align: left;
	display:inline;
	margin-bottom: 20px;
}



/* --------------------------------------------title middle w545 x h30*/
.titleM {
	background-position: top;
	text-align: left;
	color: #666666;
	vertical-align: bottom;
	padding: 8px 15px 5px;
	margin: 5px 0;
	height: 20px;
	width: auto;
	background-color: #fff;
	background-image: url(../images/background/img_title_w.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CC9900;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 123.5%;
	font-style: normal;
	line-height: 110%;
	font-weight: bold;
}

/* --------------------------------------------title small w545 x h27*/
*html .titleS {
	background-position: top;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 100%;
	font-style: normal;
	line-height: 110%;
	font-weight: bold;
	color: #666666; /*padding値を引いた値*/
	vertical-align: bottom;
	border-bottom: 1px dashed #FF9900;
	*height: 17px;
	min-height:17px;
	width: auto;
	background-color: #ffece1;
	background-image: url(../images/background/lb_titleS.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 35px;
	text-align: left;
	margin-bottom: 5px;
	margin-top: 5px;
}

.titleS {
	background-position: top;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 100%;
	font-style: normal;
	line-height: 110%;
	font-weight: bold;
	color: #666666; /*padding値を引いた値*/
	vertical-align: bottom;
	border-bottom: 1px dashed #FF9900;
	min-height:17px;
	width: auto;
	background-color: #ffece1;
	background-image: url(../images/background/lb_titleS.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 35px;
	text-align: left;
	margin-bottom: 5px;
	margin-top: 5px;
}

.solid_line_bottom {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}



/* --------------------------------------------footer */
.footer {
	width: 100%;
	margin: 0;
	position: relative;
	margin: 0;
	background-image: url(../images/footer/bg_footer.jpg);
	background-position: top;
	background-repeat: repeat-x;
	text-align: center;
}

.txt_link_footer {
	font-size: 12px;
	line-height: 150%;
	text-align:left;
	color: #666666;
}


/* --------------------------------------------left menu */
/*　採用情報　*/
#recruit {
	width: 200px;
	margin: 10px 0px;
}

/*#recruit .rec-sheet {*/
.rec-sheet {
	width: 200px;
	text-align: left;
	vertical-align: top;
	border: 1px dashed #CC0000;
	background-color: #FFE8E8;
	padding: 10px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.txt_normal {
	color: #666666;
	font: 100%/150% "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	padding: 0px 15px 15px 15px;;
}

.txt_normal_read{
	color: #666666;
	font: 100%/150% "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	padding: 0px 15px;
}

/*　注目のサービス　*/
#pickupservice {
	width: 200px;
	margin: 10px 0px;
}

#pickup .recommend {
	width: 200px;
	text-align: left;
	vertical-align: top;
	padding: 5px 5px 10px 5px;
	margin: 2px 0 5px 0;
	background-color: #FFF;
}


/*　関連リンク　*/
#kanren-link {
	width: 200px;
	margin: 10px 5px;
}

#kanren-link .bn-sp {
	width: 100%;
	text-align: left;
	vertical-align: top;
	margin: 2px 0;
	background-color: #FFF;
}



/*　サービスメニュー ロールオーバー　*/
.clearfix{
display:inline-block;
}

/*--------------------------------------サービスメニュー*/
/*　SUB1　表示サイズw200(198) x h35 */
div#menu div#cornerMenu h2{
	padding-top:0;
	margin-bottom:0;
	border-bottom:none;
	background:none;
}

div#menu div#cornerMenu ul{
	width:198px;
	margin-left:0px;
	padding-top:0px;
	padding-bottom:0px;
	border-right:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
}

/*アクティブ時（ロールオーバー無し）*/
li.sub1act{
	width:198px;
	min-height: 35px;
	background-position: top left;
	border-bottom:1px solid #CCCCCC;
	background:url(../images/leftmenu/bg_leftmenu_sub1sd_f2.jpg) no-repeat;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 100%;
	color: #666666;
	font-weight: bold;
	line-height: 110%;
}

li.sub1act a{
	width:175px;
	min-height:18px;
	*height:18px;
	display:block;
	padding:10px 5px 7px 18px;
}


/*非アクティブ（ロールオーバー有り）*/
li.sub1{
	width:198px;
	min-height:35px;
	background-position: top left;
	border-bottom:1px solid #CCCCCC;
	background:url(../images/leftmenu/bg_leftmenu_sub1.jpg) no-repeat;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 100%;
	color: #666666;
	font-weight: bold;
	line-height: 110%;

}

li.sub1 a{
	width:175px;
	min-height:18px;
	*height:18px;
	display:block;
	text-decoration:none;
	padding:10px 5px 7px 18px;
}

li.sub1 a:visited{
	background:url(../images/leftmenu/bg_leftmenu_sub1.jpg) no-repeat;
	background-position: top left;
}

li.sub1 a:hover{
	text-decoration:underline;
	background:url(../images/leftmenu/bg_leftmenu_sub1_f2.jpg) no-repeat ;
	background-position: top left;
}




/*　SUB2　表示サイズw200(198) x h30　*/

/*アクティブ時（ロールオーバー無し）*/
li.sub2act{ 
	width:198px;
	min-height:30px;
	list-style:none;
	background-position: top left;
	border-bottom:1px dotted #CCCCCC;
	background:#eeeeee url(../images/leftmenu/bg_leftmenu_sub2_f2.jpg) top left repeat-y;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 85%;
	color: #666666;
	font-weight: bold;
	line-height: 110%;
}

li.sub2act a{
	width:155px;
	min-height:17px;
	*height:17px;
	display:block;
	text-decoration:none;
	padding:10px 5px 3px 38px;
}


/*非アクティブ（ロールオーバー有り）*/
li.sub2{
	width:198px;
	min-height: 30px;
	border-bottom:1px dotted #CCCCCC;
	background:#eeeeee url(../images/leftmenu/bg_leftmenu_sub2.jpg) bottom left repeat-y;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 85%;
	color: #666666;
	font-weight: normal;
	line-height: 110%;
}

li.sub2 a{
	width:155px;
	min-height:17px;
	*height:17px;
	display:block;
	text-decoration:none;
	padding:10px 5px 3px 38px;
}

li.sub2 a:visited{
	background:url(../images/leftmenu/bg_leftmenu_sub2.jpg) no-repeat;
	background-position: top left;
}

li.sub2 a:hover{
	text-decoration:underline;
	background:url(../images/leftmenu/bg_leftmenu_sub2_f2.jpg) no-repeat ;
	background-position: top left;
}


/*===================================メニュー */

div#menu{
	float:left;
	width:205px;
	background: url(../images/leftmenu/bg_leftmenu_shadow.png) top left repeat-y;
}

div#menu div.wrap{
margin-bottom:0px;
}

/*===================================コンテンツ */

div#contents{
float:right;
width:572px;
}

div#contents div.wrap{
margin-left:8px;
}

/* --------------------------------------------main area */
/*　ロールオーバー　*/
/*---------------------------------外部リンク・関連リンク*/
/*　moveto　*/

div#moveto ul{
	width:auto;
	margin-left:0px;
	padding-top:0px;
	padding-bottom:0px;
	border-right:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	background:#ffffff url(../images/bg_leftmenu_sub1bg.jpg) top left repeat-y;
}


/*非アクティブ　ロールオーバー有り　*/
li.jumptoapage{
	width:175px;
	height:18px;
	border-bottom:1px dotted #CCCCCC;

}

li.jumptoapage a{
	display:block;
	text-decoration:none;
	padding:12px 5px 5px 18px;
	background:url(../images/bg_leftmenu_sub1sd.jpg) no-repeat;
	background-position: top left;
	width:175px;
	height:18px;
}

li.jumptoapage a:visited{
	display:block;
	text-decoration:underline;
	background:url(../images/bg_leftmenu_sub1sd_f2.jpg) no-repeat;
	background-position: top left;
	width:175px;
	height:18px;
}

li.jumptoapage a:hover{
	text-decoration:underline;
	background:url(../images/bg_leftmenu_sub1sd_f2.jpg) no-repeat ;
	background-position: top left;
	width:175px;
	height:18px;
}

/*挿絵　回りこみ設定*/
.textarea {
	padding: 5px;
	text-align: left;
	vertical-align: top;
	width: 535px;	
}

/*　main エリア　カラム幅　*/
.column {
	width: 545px;
	vertical-align: top;
	position: relative;
	margin-bottom: 15px;
}

.text-column {
  font: 85%/150% normal #666666 "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3" ;
}

.border-column {
	border-bottom: #CC9900 1px dotted;
	margin:15px 0;
	width:100%;
	height:2px;
}
.textarea {
	font: normal 85%/150% "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	text-align: left;
	vertical-align: top;
	display: block;
	margin-bottom: 10px;
}


.bread_cram {
	font-size: 100%;
	/*	color: #CC6600;*/
	margin-top: 10px;
	margin-bottom: 10px;
	color: #333333;
}

/*IR,ニュースリリース*/
.line_dot_gray{
	padding-top: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	margin-bottom: 13px;
	padding-bottom: 5px;
}

.ir_title {
	background-position: top;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 100%;
	font-style: normal;
	line-height: 110%;
	font-weight: bold;
	color: #003366; /*padding値を引いた値*/
	padding-top: 10px;
	padding-bottom: 10px;
}

/* ---説明文付箇条書きリスト--- */
dl.list_detail {
	margin: 0 10px 0 0;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 100%;

}

dl.list_date {
	margin: 0 0 0 0;

}
dl.list_date dt {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	margin: 0 0 0 10px;
	font-size: 85%;
	font-weight: bold;
	line-height: 150%;
	float:left;
}
dl.list_date dd {
	margin: 0 0 0 110px;

}

dl.list_komoku dd {
	margin: 0 0 0 220px;
}
dl.list_komoku dt {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	margin: 0 0 0 10px;
	font-size: 100%;
	color:#003366;
	font-weight: bold;
	line-height: 150%;
	float:left;
}
div.recruit {
	width:525px;
	float:left;
	padding-left:20px;
	color:#666;
}

div.recruit dl {
	float:left;
	margin:0;
}

div.recruit dt {
	width:70px;
	float:left;
	clear:both;
	margin:0;
	padding:0;
	font-weight:bold;
}

div.recruit dd {
	margin:0 0 0 70px;
	padding-left:10px ;
	border-left:2px solid #555;
}

table .txt_normal,.txt_small{
	color:#333333;
}

.honbun_s {font-weight: normal; font-size: 10px; color:#333333; line-height: 140%; font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3"}
.honbun_sb {font-weight: normal; font-weight: bold; font-size: 10px; color:#666666; line-height: 140%; font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3"}

.honbun {font-weight: normal; font-size: 12px; color:#333333; line-height: 140%; font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3"}
.honbun_b {font-weight: bold; font-size: 12px; color:#333333; line-height: 140%; font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3"}

.title {font-weight: normal; color:#333333; font-size: 14px; line-height: 140%; font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3"}
.title_b {font-weight: bold; color:#333333; font-size: 14px; line-height: 140%; font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3"}

.copyright {font-weight: normal; font-size: 10px; color:#999999; line-height: 140%; font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3"}

.small_link {font-weight: normal; font-size: 10px; color:#333333; line-height: 140%; font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3"}

/*CSSハック*/
* html dd.bug {
	text-indent:-3px;
}
* html li.bug {
	text-indent:-3px;
}

.list_disc li{
	list-style:disc;
	margin-left:30px;
	padding-left:0;
	line-height:150%;
}

.list_disc_none li{
	list-style:none;
	margin-left:5px;
	padding-left:0;
	line-height:150%;
}


.list_no li{
	list-style: decimal;
	margin-left:30px;
	padding-left:0px;
	line-height:150%;
}

.list_no_privacy li{
	list-style: decimal;
	margin-left:30px;
	padding-left:0px;
	padding-bottom:10px;
	line-height:150%;
}

td .txt_normal{
	padding:0 5px;

}

td.txt_normal{
	padding:0 5px;

}

table.txt_normal{
	padding:0 5px;

}

div.txt_normal{
	padding:0 5px;

}

td .txt_normal_read{
	padding:0 0px 15px 0px;
}
