
/*___________ 基本設定 ___________ */
body {
	margin:0;
	padding:0;
	text-align:center;
	font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'ＭＳ Ｐゴシック', sans-serif;
	background-image: url(../img/bg.gif);
	background-repeat: repeat-y;
	background-position: center;
	color: #333333;
	background-color: #F3F3F3;
}
#WRAP {
	width:810px;
	margin:0 auto;
	color:  #333333;
	background-color: #FFFFFF;
}
div,td {
	text-align:left;
}
p,pre {
	font:14px/18px 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'ＭＳ Ｐゴシック', sans-serif;
}
li {
	margin: 0;
	list-style-type: none;
}
ol, ul {
	margin: 0;
	padding:0;
}
/* ____ リンクテキスト用 ____ */
a {
	color: #0000FF;
	text-decoration: underline;
}
a:hover,
a:active, 		/* for IE (Keyboard) */
a:focus {		/* for Netscape (Keyboard) */
	color: #FF0000;
	text-decoration: none;
}
/* ____ フロートボックス解除用。htmlでは<br class="clear" />で使用 ____ */
.clear {
	clear:both;
}
/* ____ テキスト用 ____ */
em {
	font-style: normal;
	font-weight: bold;
}
.b {
	font-weight: bold;
}
.s {
	text-decoration: line-through;
}
.u {
	text-decoration: underline;
}
.f10 {
	font-size: 10px;
	line-height:12px;
}
.f12 {
	font-size: 12px;
	line-height:14px;
}
.f16 {
	font-size: 16px;
	line-height:18px;
}
.f18 {
	font-size: 18px;
	line-height:22px;
}
.text-right {
	text-align: right;
}
.center {
	text-align: center;
}
/* ____ テキスト・色 ____ */
.red {
	color: #FF0000;
	font-weight: bold;
}
.blue {
	color: #0000FF;
	font-weight: bold;
}
.error {
	color: #CC0000;
	font-weight: bold;
}
/* ____ マージン用 ____ */
.mt4 {
	margin-top: 4px;
}
/* ____ 画像用 ____ */
img {
	border:0;
}
.float-left {
	float: left;
	margin-right: 6px;
}
.float-right {
	float: right;
}
.img-middle {
	vertical-align: middle;
}
/*___________ レイアウト設計【HEADER】 ___________ */
#HEAD {
	width: 770px;
	padding: 4px 20px 0 20px;
}
h1 {
	font-size:12px;
	line-height:14px;
	margin: 0;
	color:  #333333;
	background-color: #FFFFFF;
	float: left;
	font-weight: normal;
}
#HEAD p {
	font-size:12px;
	line-height:14px;
	float: right;
}
#HEAD a {
	color: #333333;
	text-decoration: underline;
}
#HEAD a:hover,
#HEAD a:active, 		/* for IE (Keyboard) */
#HEAD a:focus {		/* for Netscape (Keyboard) */
	color: #FF0000;
	text-decoration: none;
}
#TOP {
	width: 810px;
	background-image: url(../images/logo.jpg);
}
#TOP h2 {
	font-size:12px;
	margin: 0;
	padding: 110px 10px 0 0;
	color:  #333333;
	font-weight: normal;
	float: right;
}
#MENU {
	width: 810px;
	text-align: center;
}
#MENU p {
	font-size:14px;
	line-height:32px;
	margin: 0;
	padding: 4px 0 2px 0;
	font-weight: bold;
}
#MENU a {
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(/img/bt_menu.gif);
	background-repeat: no-repeat;
	display: block;
	width: 201px;
	float: left;
}
#MENU a:hover,
#MENU a:active, 		/* for IE (Keyboard) */
#MENU a:focus {		/* for Netscape (Keyboard) */
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(/img/bt_menu_o.gif);
	background-repeat: no-repeat;
}
/*___________ レイアウト設計【MAIN】 ___________ */
#MAINWRAP {
	width:810px;
	float:left;
	background-image: url(/img/bg_mainwrap.gif);
}
/*___________ レイアウト設計【CONTENTS】 ___________ */
#CONTENTS {
	width:570px;
	float:right;
}
.m-con {
	padding: 12px 30px 20px 0;
}
#CONTENTS h2 {
	font-size:14px;
	line-height:34px;
	margin: 0px 0 8px 0;
	background-image: url(/img/bg_h2.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: 30px;
}
#CONTENTS h3 {
	font-size:14px;
	line-height:34px;
	margin: 20px 0 8px 0;
	background-image: url(/img/bg_h3.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: 30px;
	color: #FFFFFF;
}
.map {
	border: 1px solid #999999;
}
#CONTENTS p {
	margin: 8px 16px 8px 16px;
}
.pagetop {
	text-align: right;
	font-size:11px;
	padding: 10px 0 20px 0;
}
#CONTENTS dl {
	clear:both;
	margin-left:15px;
	font-size: 12px;
}
#CONTENTS dt {
	/*float:left;*/
	font-weight:bold;
	font-size:14px;
	margin-bottom:10px;
	background-color: #EEE;
	padding:7px;
}
#CONTENTS dd {
	margin-left:15px;
}

#CONTENTS .mldt {
	margin-left: 135px;
}
/*___________【002link】 ___________ */
.link-t {
	text-align: center;
}
.link-t table {
	font-size:12px;
	background-color: #999999;
}
.link-t table th {
	background-color: #FFFFFF;
	font-weight: normal;
	width: 100px;
}
.link-t table td {
	background-color: #FFFFFF;
}
/*___________【003sitemap】 ___________ */
#CONTENTS ul {
	margin: 2px 16px 20px 16px;
}
#CONTENTS li {
	margin: 8px 16px 8px 16px;
	font-size: 12px;
	list-style-type: circle;
}
/*___________【一覧画面】 ___________ */
.detail-t {
	text-align: center;
}
.detail-t table {
	font-size:12px;
	background-color: #999999;
}
.detail-t table th {
	background-color: #FFFFCC;
	width: 100px;
}
.detail-t table td {
	background-color: #FFFFFF;
}
/*___________ レイアウト設計【LEFT】 ___________ */
#LEFT {
	width:210px;
	float:left;
}
.m-left {
	padding: 12px 0 20px 10px;
}
.left-t {
	font-size: 14px;
	line-height: 28px;
	padding: 0;
	margin: 0;
	color: #003366;
	background-color: #00CCFF;
	background-image: url(/img/left-t.gif);
	background-repeat: no-repeat;
	background-position: center top;
	font-weight: bold;
	text-align: center;
}
.left-m {
	background-image: url(/img/left-d.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding: 9px;
	margin: 0 0 20px 0;
}
.left-m ul {
	margin: 0;
}
.left-m li {
	margin: 2px 0 2px 0;
	font-size: 14px;
	line-height: 30px;
	text-indent: 30px;
	font-weight: bold;
}
.left-m li a {
	color: #000000;
	text-decoration: none;
	background-image: url(/img/bt_menu2.gif);
	background-repeat: no-repeat;
	display: block;
	width: 180px;
}
.left-m li a:hover,
.left-m li a:active, 		/* for IE (Keyboard) */
.left-m li a:focus {		/* for Netscape (Keyboard) */
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(/img/bt_menu2_o.gif);
	background-repeat: no-repeat;
}
.left-m p {
	font-size: 12px;
	line-height: 16px;
	margin: 4px 10px 4px 10px;
}
.left-d {
	background-image: url(/img/left-d.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding: 9px;
	margin: 0 0 20px 0;
}
.left-d p {
	font-size: 12px;
	line-height: 16px;
	margin: 4px 10px 4px 10px;
}
.ul-map {
	font-size: 12px;
	line-height: 16px;
	margin: 4px 6px 12px 8px;
	font-weight: bold;
}
.li-map {
	margin:0px;
	padding:0px;
	float: left;
	width:84px;
}
/*___________ レイアウト設計【FOOTER】 ___________ */
#FOOTER {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	text-align: center;
}
#FOOTER p {
	color: #666666;
	font-size:12px;
	line-height:24px;
	padding-bottom: 30px;
}
#FOOTER a {
	color: #666666;
	text-decoration: none;
}
#FOOTER a:hover,
#FOOTER a:active, 		/* for IE (Keyboard) */
#FOOTER a:focus {		/* for Netscape (Keyboard) */
	color: #666666;
	text-decoration: underline;
}
/*___________【BBS】 ___________ */
#BBS {
	margin: 20px 100px 60px 100px;
	text-align: center;
}
#BBS h2 {
	font-size:14px;
}
#BBS table {
	font-size:12px;
	background-color: #999999;
}
#BBS table th {
	background-color: #D3D9D5;
}
#BBS table td {
	background-color: #FFFFFF;
}
#BBS .w-t {
	width: 396px;
}

/*___________【recruit】 ___________ */
div.RECRUIT {
height:60px;
background:url(http://kurosu-nabi.com/images/recruitHeader.jpg)  no-repeat;
}
#CONTENTS h2.recruitHeader {
background: none;
font-size:14px;
color:#333333;
text-indent:10px;
margin:0 0 0px 0;
float:left;
}
#CONTENTS h3.recruitSubHeader {
background:url(http://kurosu-nabi.com/images/recruitSubHeader.gif)  no-repeat;
font-size:12px;
text-indent:60px;
line-height:30px;
color: #333;
}
#CONTENTS p.jobInfoCopy {
font-size:12px;
clear:both;
margin: 0 0 0 20px;
}
#CONTENTS p.headCopy {
color:#FF0000;
font-weight:bold;
font-size:16px;
margin:0 0 0 10px;
clear:both;
}
table.recruitInfo1 th {
vertical-align:top;
}
table.recruitInfo1 td {
vertical-align:top;
font-size:12px;
line-height:1.4em;
}
table.recruitInfo1 th img {
margin:0 20px;
}
table.recruitInfo2 {
width:540px;
font-size:12px;
}
table.recruitInfo2 th {
border-top: 1px solid #DEDBBD;
text-align:left;
width:100px;
padding:5px;
border-left:4px solid #DEDBBD;
vertical-align:top;
}
table.recruitInfo2 td {
border-top: 1px solid #DEDBBD;
padding:5px;
}
table.recruitInfo3 {
font-size:12px;
border: 1px solid #DEDBBD;
border-collapse: collapse;
}
table.recruitInfo3 th {
background-color:#DEDBBD;
border:1px solid #DEDBBD;
text-align:left;
height:30px;
text-indent:20px;
}
table.recruitInfo3 td {
background-color:#F7F7EF;
padding:5px;
border:1px solid #DEDBBD;
text-align:left;
}
p.backgroundOfRecruit {
font-size:12px;
line-height:1.4em;
color:#660000;
}
.recruitBt {
float:right;
margin:10px 10px 0 0;
}
.applicationTel {
font-weight:bold;
font-size:1.2em;
}
/*___________【Question】 ___________ */
#Question table.question{

	border-collapse:separate;
	border-spacing:0px;
	margin:0px 0px;
	width:540px;
	border:solid 1px #CCC;
}

#Question table.question th{
	background:#ffffcc;
	padding:5px 10px;
	width:100%;
	border:solid 1px #CCC;
}

#Question table.question td.questionBody{

	padding:10px 10px;
	width:100%;
}

#Question table.question td{
	background:#ffffff;
	font-size:12px;
	padding:3px 10px;
	width:33%;
	
	border:solid 1px #CCC;
}

#Question td.usefulButton{
	text-align:right;
}

#Question table.answer{
	/*background:#6db1f4;*/
	border-collapse:separate;
	border-spacing:0px;
	clear:both;
	margin:10px 0px;
	width:540px;
	
	border-top:solid 8px #CCC;
	border-bottom:solid 1px #CCC;

}

#Question table.answer th{
	background:#ffffcc;
	padding:5px 10px;
	width:100%;
}

#Question table.answer td.answerBody{
	background:#ffffff;
	padding:10px 10px;
	width:100%;
}
#Question table.answer td.answerHead{
	background:#FFFFCC;
	padding:10px 10px;
	width:100%;
	
	line-height:150%;
}
#Question table.answer td{
	background:#FFF;
	font-size:12px;
	padding:3px 10px;
	width:33%;
}

#Question div.violation{
	text-align:right;
}

#Question div.noAnswer{
	padding:30px 10px;
	text-align:center;
}

#Question div.closed{
	text-align:center;
margin:0px auto;
width:550px;
	padding:30px 0px;
	font-weight:bold;
	color:red;
	font-size:1.6em;
}

#Question table.fromAsker{
	/*background:#6db1f4;*/
	border-collapse:separate;
	border-spacing:1px;
	margin:0px;
	position:relative;
	top:-11px;
	width:540px;
	border:solid 1px #CCC;
}

#Question table.fromAsker th{
	background:#FFCCCC;
	font-size:12px;
	padding:3px 10px;
	width:145px;
}

#Question table.fromAsker td.answerBody{
	background:#ffffff;
	padding:5px 10px;
	width:321px;
}

#Question table.fromAsker td p{
	padding:0px 10px;
	margin:0px;
}

#Question table.fromAsker td{
	background:#ffffff;
	font-size:12px;
	padding:3px;
}

#Question dl.sortLink{
	float:right;
	margin:0px 20px;
}

#Question dl.sortLink dt{
	float:left;
	margin:3px 5px;
	text-align:right;
}

#Question table.fromAnswerer{
	background:#6db1f4;
	border-collapse:separate;
	border-spacing:1px;
	margin:0px 20px -1px 20px;
	position:relative;
	top:-11px;
	width:500px;
}

#Question table.fromAnswerer th{
	background:#dbedff;
	font-size:12px;
	padding:3px 10px;
	width:145px;
}

#Question table.fromAnswerer td.answerBody{
	background:#ffffff;
	padding:5px 10px;
	width:321px;
}

#Question table.fromAnswerer td p{
	padding:0px 10px;
	margin:0px;
}

#Question table.fromAnswerer td{
	background:#ffffff;
	font-size:12px;
	padding:3px;
}

#Question dl.sortLink dd{
	float:left;
	margin:0px 5px;
}

#Question div.supplement{
	border:1px solid #6db1f4;
	margin:0px 20px -1px 20px;
	position:relative;
	padding:10px;
	top:-11px;
	width:478px;
}

#Question .commentForm{
	margin:20px 20px 20px 20px;
}

#Question div.commentForm textarea{
	height:100px;
	margin-bottom:10px;
	width:478px;
}

#Question div.commentForm dl{
	clear:both;
	margin:0px;
}

#Question div.commentForm dl dt{
	float:left;
	margin:5px 0px 10px 0px;
	width:60px;
}

#Question div.commentForm dl dd{
	float:none;
	margin:0px;
}

#Question div.commentForm dl dt.textareaTab{
	margin:5px 0px 10px 0px;
	width:100%;
}

#Question dl.commentForm dt{
	float:none;
	width:100%;
}

#Question dl.commentForm dd{
	float:none;
	margin-left:10px;
	width:100%;
}

#Question table.askList{
	background:#6db1f4;
	border-collapse:separate;
	border-spacing:1px;
	clear:both;
	margin:10px 20px;
	width:500px;
}

#Question table.askList th{
	background:#ffffcc;
	font-size:12px;
	padding:5px 10px;
	text-align:center;
}

#Question table.askList th.no{
	width:65px;
}

#Question table.askList th.level{
	width:50px;
}

#Question table.askList th.title{
	width:330px;
}

#Question table.askList th.date{
	width:155px;
}

#Question table.askList td{
	background:#ffffff;
	font-size:12px;
	padding:3px 10px;
}

#Question div.navi{
	font-size:12px;
	padding:3px 20px;
	text-align:right;
}

#Question div.askButton{
	font-size:12px;
	padding:3px 20px;
	text-align:right;
}

#Question div.askButton{
	font-size:12px;
	padding:3px 20px;
	text-align:right;
}

#Question form.search{
	float:left;
	padding:3px 20px;
}
.askList td{
background-color:red;
}

.linkTable tr th,
.linkTable tr td {
border: 1px solid #333333;
}
.linkTable {
	padding:5px;
	border: solid #333 0px;
	border-collapse:collapse;
}
.linkTable th {
	padding:0px ;
	margin:0;
	background-color:#EEEEEE;
	border: solid #333 0px;
}
.linkTable td {
	padding:5px;
	border: solid #333 0px;
}


/*更新情報*/
p.kousin_box {
margin:5px 0px 5px 7px;
_margin:2px 0px 2px 3px;
font-size:11px;
line-height:15px;
}
img.kousin_box {
float:left; 
margin:0px 7px 5px 0px;
_margin:0px 2px 2x 0px;
border:solid 1px #666;
clear:both;
}

/* topの最近の質問 */
#news-box {
margin-left:5px;
border:1px solid #FFF;
font-size:12px;
display:block;
height:250px;
overflow:auto;
width:540px;
}

#news-box a {
background-color:#EEE;
border-bottom:1px solid #FFF;
clear:both;
display:block;
height:25px;
text-decoration:none;
}

#news-box a:hover {
background-color:#FFC;
}

#news-box a p {
cursor:pointer;
display:block;
height:25px;
line-height:25px;
text-indent:10px;
margin:0;
font-size:12px;
}

#news-box a p.question-title {
float:left;
overflow:hidden;
width:280px;
}

#news-box a p.question-length {
color:#666666;
float:left;
width:50px;
}
#news-box a p.question-time {
color:#666666;
float:left;
width:120px;
}
#news-box a p.question-status {
color:#666666;
float:left;
width:70px;
}



#Question table.answer{

	/*background:#6db1f4;*/
	font-size:12px;
	border-collapse:separate;
	border-spacing:0px;
	clear:both;
	margin:10px 0px;
	width:540px;
	/*border-top:solid 3px #CCC;*/
	border-bottom:solid 1px #CCC;


}



#Question table.answer td{


	background:#ffffDF;

	padding:5px 10px;

	width:100%;

}
#Question table.answer td p{
font-size:12px;
}


