@charset "euc-jp";

/* フォームメール2 CSS */

div#sfm-container h1 { font-size: 16px; color: #fff; background: #99c; padding: 2px 2px 1px 5px; border-left: 6px solid #55a; margin: 0px; }
div#sfm-container h2 { font-size: 16px; font-weight: bold; margin: 0px; padding: 10px 0px; }

div#sfm-layout { text-align: center; margin: 10px 0px 15px; }
div#sfm-layout p { font-weight: normal; margin: 0px; padding-bottom: 5px; }
div#sfm-layout h3 { font-size: 14px; text-align: center; margin: 5px 0px; }
div#sfm-layout table { width: 90%; margin: auto; border: 1px solid #ccc; }
div#sfm-layout a:link, div#sfm-layout a:visited { color: #00d; text-decoration: none; }
div#sfm-layout a:hover { color: #f22; text-decoration: underline; }
div#sfm-layout form { margin: 0px; }
div#sfm-layout input, div#sfm-layout select, div#sfm-layout textarea { font-size: 14px; }
div#sfm-layout td, div#sfm-layout th { font-size: 14px; line-height: 140%; text-align: left; }
div#sfm-layout td {
	background-color: #FCFCFC;
	width: 354px;
	padding: 5px;
}
div#sfm-layout th {
	font-weight: normal;
	background-color: #F3F3F3;
	padding: 5px;
	border-left: 1px solid #bbb;
}
div#sfm-layout .submit { text-align: center; background: #fff; width: auto; border-left: none; }
div#sfm-layout .submit input { width: 70px; }
div#sfm-layout .type-red { color: red; }
div#sfm-layout .border-red { border-left-color: red; }
div#sfm-layout .ERR { color: red; }

/* フォーム整形 */
#orgname, #name, #kana, #address2, #email, #email2, #website, #emailcheck, #method, #manager1, #manager2 { width: 380px; }
#address0 { margin-bottom: 3px; }
#zip0 { width: 30px; }
#zip1 { width: 40px; }
#tel0, #tel1, #tel2, #fax0, #fax1, #fax2, #tel2n0, #tel2n1, #tel2n2, #fax2n0, #fax2n1, #fax2n2 { width: 40px; }
#message { width: 380px; height: 100px; }

/* 著作権表記 */
div#copyright { font-size: 10px; text-align: right; margin-top: 2px; }
div#copyright a:link, div#copyright a:visited { color: #999; text-decoration: none; }
div#copyright a:hover { text-decoration: underline; }


* { margin:0; padding:0;}
body {
	color:#333333;
	background: #ededed;
	font: 100% "MSゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
/*レイアウト崩れ対策、見出しQ数を固定*/
h2,h3,h4 { font: 90% bold #111111; }
h3 {margin:0; padding:0;}

p,li { line-height:160%;}
p { margin:0 0 1em 0;}
li { list-style-type:none;}
/*img { border:0;}*/
hr {
	height: 1px;
    border: #DDDDDD 1px solid;
}

a, a:link { color: #00C; text-decoration: none;}
a:visited { color: #660066; text-decoration: none;}
a:hover { color: #666666; text-decoration: underline;}

/*==================================================汎用クラス*/
.clear {clear: both; margin: 0; padding: 0;}
.clearL {clear: left; margin: 0; padding: 0;}
.clearR {clear: right; margin: 0; padding: 0;}

.small { font-size: 11px;}
.ind { text-indent: 1em;}

.red { color: #ff0000;}
.pink { color: #ff6699;}
.blue { color: #3399ff;}

.mL10{ margin-left: 10px}
.mL20{ margin-left: 20px}
.mL30{ margin-left: 30px}
.mR10{ margin-right: 10px}
.mR20{ margin-right: 20px}
.mR30{ margin-right: 30px}
.mT5{ margin-top: 5px}
.mT10{ margin-top: 10px}
.mT20{ margin-top: 20px}
.mT30{ margin-top: 30px}
.mT50{ margin-top: 50px}
.mB5{ margin-bottom: 5px}
.mB10{ margin-bottom: 10px}
.mB20{ margin-bottom: 20px}
.mB30{ margin-bottom: 30px}

.pL5{ padding-left: 5px}
.pL10{ padding-left: 10px}
.pL20{ padding-left: 20px}
.pL30{ padding-left: 30px}
.pR5{ padding-right: 5px}
.pR10{ padding-right: 10px}
.pR20{ padding-right: 20px}
.pR30{ padding-right: 30px}
.pT5{ padding-top: 5px}
.pT10{ padding-top: 10px}
.pT20{ padding-top: 20px}
.pT30{ padding-top: 30px}
.pB5{ padding-bottom: 5px}
.pB10{ padding-bottom: 10px}
.pB20{ padding-bottom: 20px}
.pB30{ padding-bottom: 30px}

.fL{float: left}
.fR{float: right}
.noHeigh{height:0%;}
/*=====================================================個人情報*/
#privacy {
	overflow:scroll;
	height: 300px;
	width: 90%;
	border:#CCC solid 1px;
	text-align: left;
	margin: 20px auto;
	padding: 10px;
}
/*----------------------------------------------細かな表示の指定*/
.up,.kyu,.num,.career { margin-left:1em;}
.up {
	font-family:"Times New Roman", Times, serif;
	color:#FF0066;
}
.kyu { color:#FF0000;}
.career {color:#009933;}
.lic {
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	color:#0033FF;
	margin-right: 1em;
}
.name {
	font-weight: bold;
	font-size: 95%
}

/*===============================================1-2-3カラム共通*/
/*---------------------------------------------------------大枠?*/
#wrap {
	width: 1000px;
	margin: 0 auto;
	text-align:left;
	background: url(img/wrap.jpg) repeat center top;
	margin-top: 0px;
}
#container {
	width: 900px;
	margin:0 50px;
	background: #FFFFFF;
}
/*-------------------------------------------------------ヘッダー*/
/*タブあり*/
#header {
	width:900px;
	height:92px;
	background:url(img/header_picture.jpg);	
	overflow: hidden;
}
/*タブなし*/
#headerNoTab {
	width:900px;
	height:92px;
	background:url(img/headerNoTab.jpg);	
	overflow: hidden;
}

/*SEO対策、ページ上部にテキストを表示*/
#seo {
	height:15px;
	padding-top:3px;
	text-align:right;
}

#seo h1,#seo p {
	font: 10px normal;
	margin: 0 5px;
	display:inline;
}
/*ヘッダー内のパーツの指定*/
.headerCnt {
	width:840px;
	margin:0 30px;
	padding:0;
}
/*ロゴ*/
#logo h1 {
	margin:0;
	padding:0;
}
/*ロゴ部分は背景に透過gifを試用しているので注意*/
#logo a {
	width: 380px;
	height: 40px;
	background:url(img/logo_sk.gif);
	text-indent:-9999px;
	float:left;
	clear:left;
}

/*広告主ページへのリンクボタン、IE6・IE7ハックあり*/
#tabAdvertisers a, #tabAdvertisers a:hover {
	width:150px;
	height:60px;
	*height:70px;
	_height:60px;
	float:right;
	clear:right;
	display:block;
	text-indent:-9999px;
	_margin-top:10px;
}
#tabAdvertisers a {
	background:url(img/tadAdvertisers.gif) no-repeat bottom;
}
#tabAdvertisers a:hover {
	background:url(img/tadAdvertisers_h.gif) no-repeat bottom;
}
/*グローバルメニュー*/
#gMenu {
	width: 100%;
	height: 30px;
	background:url(img/gMenu.jpg) no-repeat;
	margin:0;
	overflow:hidden;
}
#gmenu ul,#gmenu ul li {
	margin:0;
	padding:0;
	list-style:none;
}
#gMenu ul li {
	float: left;
	font-size:0px;
} 
#gMenu ul li a,#gMenu ul li a:hover {
	color: #00A99D;
}
#gMenu ul li, #gMenu a, #gMenu a:hover {
	display: block;
	height: 30px;
	text-indent: -9999px;
	margin: 0;
	padding: 0;
}
#gMenuTop a { 
	background: url(img/gMenuTop.jpg);
	width:156px;
}
#gMenuPamphlet, #gMenuPamphlet a {
	background: url(img/gMenuPamphlet.jpg);
	width:135px;
}
#gMenuHowto,#gMenuHowto a {
	background: url(img/gMenuHowto.jpg);
	width:135px;
}
#gMenuFAQ, #gMenuFAQ a {
	background: url(img/gMenuFAQ.jpg);
	width:135px;
}
#gMenuManager, #gMenuManager a {
	background:  url(img/gMenuManager.jpg);
	width:135px;
	}
#gMenuJPTA, #gMenuJPTA a {
	background:  url(img/gMenuJPTA.jpg);
	width:174px;
}

#gMenuTop a:hover { background:  url(img/gMenuTop_h.jpg);}
#gMenuPamphlet a:hover { background:  url(img/gMenuPamphlet_h.jpg);}
#gMenuHowto a:hover { background:  url(img/gMenuHowto_h.jpg);}
#gMenuFAQ a:hover { background:  url(img/gMenuFAQ_h.jpg);}
#gMenuManager a:hover { background:  url(img/gMenuManager_h.jpg);}																																																								
#gMenuJPTA a:hover {
	background: url(img/gMenuJPTA_h.jpg);
	width:174px;
}

/*----------------------------------------------中段のメインエリア*/
#main {
	width: 840px;
	margin: 0 30px;
	background-color: #FFFFFF;
}
/*-------------------------------------パン屑リスト（トップは無し）*/
#breadcrumb {
	width: 100%;
	height: 20px;
	font-size: 88%;
	text-align: right;
	clear: right;
	margin: 8px 0;
}
/*------------------------------------------------------左のカラム?*/
#leftCrnr,.leftSearch,.leftSearchBtm,h2#headKeyword,h2#headArea,h2#headPrefecture,.leftComp,.leftCompBtm {
	width: 200px;
	background-color:#FFFFFF;
}
#leftCrnr { float: left;}

.l_text {
	margin:0 10px;
	padding:0;
}
.l_text li {
	line-height: 120%;
}

/*キーワード検索、都道府県名検索、エリア検索、会社案内*/
.leftSearch {
	background: url(img/leftSearch.jpg);
}

.leftSearch ul li {
	line-height: 130%;
	font-size: 95%;
}

.leftSearchBtm {
	background:  url(img/leftSearchBtm.jpg);
	height: 20px;
	margin-bottom:20px;
}
.leftSearch h3 {
	margin-left:10px;
	background:url(img/h3leftsearch.gif) no-repeat left top;
	padding-left:16px;
	font-size: 100%;
	color: #666666;
}
.leftBnr {}

.leftComp {
	background:  url(img/leftComp.gif) repeat-x;
}
/*見出し*/
h2#headKeyword, h2#headArea, h2#headPrefecture {
	text-indent: -9999px;
	height: 58px;
}
h2#headKeyword { background: url(img/headKeyword.jpg) no-repeat;}
h2#headArea {background: url(img/headArea.jpg) no-repeat;}
h2#headPrefecture { background: url(img/headPrefecture.jpg) no-repeat;}

.leftComp {
	width:180px;
	background:url(img/leftComp.gif) repeat;
}
.leftComp p {
	margin: auto 10px;
}
.leftCompBtm {
	background:  url(img/leftCompBtm.gif) no-repeat;
	height: 20px;
	margin-bottom: 20px;
}
h2#headOrder,h2#headComp, h2#headSitemap {
	text-indent: -9999px;
	width: 180px;
	height: 38px;
	margin-bottom:0;
}
h2#headOrder { background:url(img/headOrder.jpg);}
h2#headComp { background:url(img/headComp.jpg) ;}
h2#headSitemap { background: url(img/headSitemap.jpg) ;}

/*------------------------------------------------------フッター*/
#footer {
	background-color: #EEEEEE;
	font-size: 88%;
}
#footerMenu {
	text-align: center;
}
#footerMenu a {
	text-decoration: none;
}

/*=====================================================トップページ*/
/*======================================3段組み（トップページ）のみ*/
#mainArea {
	width: 620px;
	float: left;
	background-color: #FFFFFF;
}

#headline h2, #hdPickup h2, #hdKeys h2, .data h2, .data2 h2, .pageTitle{
	border-left: 5px solid #663399;
	background-color:#CCCCFF;
	padding: 3px;
	margin-bottom:10px;
	font-size: 110%;
	font-weight: bold;
	text-indent: 0.4em;
}

#headline {
	margin-top: 20px;
	margin-bottom:5px;
}

.map {
	width:100%;
	height:227px;
	background :url(img/map.gif) no-repeat left;
}

.map ul {
	margin-left: 157px;
	width: 440px;
}
.map ul li { margin-bottom: 5px;}

/*エリア検索のボタン*/
#btnCat1 a,#btnCat1 a:hover,#btnCat2 a,#btnCat2 a:hover, #btnCat3 a,#btnCat3 a:hover, #btnCat20 a,#btnCat20 a:hover,#btnCat30 a,#btnCat30 a:hover,#btnCat40 a,#btnCat40 a:hover,#btnCat50 a,#btnCat50 a:hover ,#btnCat60 a,#btnCat60 a:hover{
	width:400px;
	height:25px;
	display:block;
	margin:0 0 5px 15px;
	text-indent:-9999px;
}
#btnCat1 a { background: url(img/btnCat1.jpg);}
#btnCat2 a { background: url(img/btnCat2.jpg);}
#btnCat3 a { background: url(img/btnCat3.jpg);}
#btnCat20 a { background: url(img/btnCat20.jpg);}
#btnCat30 a { background: url(img/btnCat30.jpg);}
#btnCat40 a { background: url(img/btnCat40.jpg);}
#btnCat50 a { background: url(img/btnCat50.jpg);}
#btnCat60 a { background: url(img/btnCat60.jpg);}

#btnCat1 a:hover { background: url(img/btnCat1_h.jpg);}
#btnCat2 a:hover { background: url(img/btnCat2_h.jpg);}
#btnCat3 a:hover { background: url(img/btnCat3_h.jpg);}
#btnCat20 a:hover { background: url(img/btnCat20_h.jpg);}
#btnCat30 a:hover { background: url(img/btnCat30_h.jpg);}
#btnCat40 a:hover { background: url(img/btnCat40_h.jpg);}
#btnCat50 a:hover { background: url(img/btnCat50_h.jpg);}
#btnCat60 a:hover { background: url(img/btnCat60_h.jpg);}

.hdBoder {
	border-top: #999999 dotted 2px;
	padding-top: 10px;
}
#hdKeys {
	width: 100%;
}
#hdKeys ul li{
	float: left;
	margin-right: 12px;
	white-space:nowrap;
	display: block;
	background: url(img/icon_reha_small.jpg) no-repeat left;
	height: 20px;
	padding-left: 28px;
}
#hdPickup {
	width:100%;
}

/*採用強化の情報をひとつずつブロックで表示させる*/
li.showcase {
	width: 283px;
	float: left;
	display: block;
	border:#999999 solid 1px;
	padding: 5px;
	line-height: 140%;
	font-size: 90%;
	margin: 0 5px 10px;
	background: #FFFFFF;
	height: 50px;
}
li.showcase a, li.showcase a:link {
	text-decoration: none;
	color: #333333;
}
li.showcase a:hover {
	color: #999999;
}
li.showcase img {
	height: 50px;
	width: 67px;
	border-style: none;
	margin-right: 5px;
	float:left;
	clear:left;
}
.line {
	border-top: #999999 dotted 1px;
	font-size: 11px;
}
/*------------------------------------------------------中央のカラム?*/

#mainCrnr_3col,h2#headNew {
	width: 620px;
}
#mainCrnr_3col {
	float: right;
	/*margin-left: 20px;*/
}
#mainCrnr_3col ul li {
	border-bottom: dotted #CCCCCC 1px;
	padding-bottom: 2px;
	margin: 3px 15px;
}
/*----------------------------------------------------------新着情報?*/
h2#headNew {
	height: 35px;
	font-family:"Times New Roman", Times, serif;
	font-size: 15px;
	text-indent: 160px;
	color: #FF6;
	background: url(img/headNew_wide.jpg) no-repeat;
	padding-top: 9px;
}

#newList {
	height: 950px;
	overflow: scroll;
}
/*==========================================================2段組み*/
/*-------------------------------------------カテゴリーページの中段*/
#mainCrnr_2col {
	width: 640px;
	float: right;
}
#adBottom ul li {
	float: left;
	margin-right: 20px;
}
/*================================カテゴリー、シングルページの表示?*/

.data2 a:link { text-decoration:underline;}
.data2 a:visited { text-decoration:underline;}

/*.data h2は上部に記載*/
.data h3 {
	font-size: 105%;
}
.data2 img {
	float:left;
	margin: 0 10px 10px 0;
	/*border: solid 1px #999;*/
}/*.googlemapsにも同様の表示をすること*/

.data2 p {
	margin-top: 0;
	/*margin-left:10px;*/
	line-height: 160%;
}

.entry {
	margin: 20px auto auto auto;
}

.data table, .data2 table {
	width: 97%;
	margin: 0 auto;
	border-collapse:collapse;
}

.data th, .data2 th {
	background: #ecf5f3;
	font-weight: normal;
	text-align:center;
	line-height: 160%;
	white-space:nowrap;
	border-top: dotted #999999 1px;
	border-bottom: dotted #999999 1px;
	}
.data th {
	padding: 3px;
	font-size: 11px;
}
.data2 th {padding: 8px;}/*個別掲載ページはややセル幅を広くとる*/

.data th a:link {color:#333}
.data th a:visited {color:#333}
.data th a:hover {color:#333}

.data td, .data2 td {
	line-height: 160%;
	border-top: dotted #999999 1px;
	border-bottom: dotted #999999 1px;
}
.data td {padding: 3px;
	font-size: 90%;
}
.data2 td {padding: 8px 15px;}/*個別掲載ページはややセル幅を広くとる*/

.backGreen { 
	background-color: #f3fbdc;
	text-align:center;
}
.data2 ul { margin: 20px 0  0 20px;}
.data2 ul li {
	list-style-image:url(img/icon_reha_small.jpg);
}
/*----------------------------------------------グーグルマップ*/
.googlemaps {
	float:left;
	width:200px;
	margin:0 10px 30px 0;
	clear:left;
	}
.googlemaps img {border: solid 1px #999;} /*data imgにも同様の表示をすること*/

/*IE7で、グーグルマップの後の要素が回り込まない不都合を調整*/
.afterMap {
	float:right;
	width:400px;
	margin:0;
	padding:0;
	clear:right;
}
/*-----------------------Wordpressの「ページ」機能で作成する独立ページ*/
.pageEntry ul {
	list-style-type:disc;
}

.pageEntry h3 {
	background:url(img/icon_reha_small.jpg) no-repeat;
	text-indent: 35px;
}

/*---------------------------------------------------共通　右コラム?*/
#rightArea_3col,.r_InfoBox,h2#headPickup,h2#headUpdate,h2#headEndsoon {
	width: 200px;
}
#rightArea_3col {
	float: right;
	width:200px;
	background-color: #FFFFFF;
}
/*広告バナー*/
#AdBox {
	text-align:center;
	width: 198px;
	border: solid 1px #999999;
	padding-top:25px;
	padding-bottom:20px;
	margin-top: 5px;
	background: url(img/AdBox.jpg) no-repeat top;
}
#AdBox img {
	border-style: none;
	margin-top: 5px;
}

/*右コラム内のコンテンツの見栄えを統一する*/
.r_InfoBox {
	/*background-image: url(img/r_InfoBox.jpg);*/
	padding-bottom: 10px;
}
.r_InfoBox ul {
	margin: 5px 10px;
	list-style: none;
}
/*見出し*/
h2#headPickup,h2#headUpdate,h2#headEndsoon {
	width: 200px;
	height: 45px;
	text-indent: -9999px;
}
h2#headPickup {
	background: url(img/headPickup.jpg);
}
h2#headUpdate {
	background: url(img/headUpdate.jpg);
}
h2#headEndsoon {
	background: url(img/headEndsoon.jpg);
}
/*=====================================================1カラム*/
#mainCrnr_1col {
	width: 840px;
	float: right;
}

