@charset "UTF-8";


/*---------- ページ全体の指定 ----------*/

html, body, header, section, article, nav, footer,
div, span, p, h1, h2, h3, h4,
ul, ol, li, dl, dt, dd,
table, tr, th, td, tbody, thead, tfoot {
  margin: 0;
  padding: 0;
}

img {border: 0;}

body {
  width: 100%;
  background-color: #ffffff;
  font: 14px/1.231 'ヒラギノ角ゴ pro W3', "Hiragino KaKu Gothic Pro", Osaka, sans-serif;
  line-height: 1.7;
}

a:link {
  color: #192f60;
}

a:hover {
  color: #1e50a2;
}

a:visited {
  color: #192f60;
}


/*---------- ヘッダー ----------*/

header {
  width: 100%;
  background-color: #ffffff;
}

header h1 {
  padding: 5px 0 5px 0;
  text-align: center;
  color: #000000;
  font-size: 15px;
}

h1 a {
  color: #00bfff !important;
  text-decoration: none;
  font-size: 15px;
}

h1 a:hover {
  color:#c0c0c0 !important;
  text-decoration: underline;
  font-size: 15px;
}

#page_top {
  margin: 0;
  padding: 0;
}





/*---------- コンテンツ ----------*/

article {
  width: 100%;
  margin: 0 0 8px 0;
}

section {
  width: 100%;
  margin: 0 0 8px 0;
}

section h2 {
  margin: 0 0 8px 0;
  padding: 5px 0 3px 14px;
  font-size: 14px;
  color: #000000;
  border-bottom: solid 1px;
  border-bottom-color: #cccccc;
  background: url(img/h_bg.gif) center repeat-x;
}









section p {
  margin: 0 0 12px 0;
  padding: 3px 30px 3px 30px;
  line-height: 1.8;
}

section .gray_bg {
  margin: 8px 0 8px 0;
  padding: 2px 8px 2px 8px;
  line-height: 1.7;
  letter-spacing: 1px;
  border-top: solid 1px #dddddd;
  border-right: solid 1px #dddddd;
  border-bottom: solid 1px #dddddd;
  border-left: solid 1px #dddddd;
  background-color: #eeeeee;
}

section .gray_bg p {
  padding: 3px;
  line-height: 1.7;
  letter-spacing: 1px;
}

section img.picture {
  margin: 0 10px 10px 0;
  float: left;
}

section img.picture_r {
  margin: 0 0 10px 10px;
  float: right;
}

section span.red {
  color: #e60033;
}

section span.red_b {
  color: #e60033;
  font-weight: bold;
}

section span.blue {
  color: #007bbb;
}

section span.pink {
  color: #c53d43;
}

section span.brown {
  color: #993300;
}

section span.brown_b {
  color: #993300;
  font-weight: bold;
}

section span.green {
  color: #00ae4f;
}

section table.table_line {
  width: 100%;
  border-collapse: collapse;
  border: solid 1px #bbbbbb;
  margin : 8px  0 8px 0;
}

section td.table_line {
  border-collapse: collapse;
  border: solid 1px #bbbbbb;
  padding : 8px 10px 8px 10px;
}

section #gazou img{

   display:block;
   margin:auto;
}















/*---------- ナビ ----------*/

nav {
  width: 100%;
  text-decoration: none;
  margin: 0 0 10px 0;
  background: url(img/nav_bg.gif) repeat-x;
}

nav h2 {
  padding: 5px 0 3px 14px;
  font-size: 14px;
  color: #ffffff;
  border-bottom: solid 1px;
  border-bottom-color: #cccccc;
  background: url(img/h_bg_gray.gif) center repeat-x;
}

nav ul {
  width: 100%;
  border-top: solid 1px;
  border-top-color: #cccccc;
}

nav li {
  width: 100%;
  list-style: none;
  text-align: center;
}

nav li a {
  padding: 10px;
  display: block;
  color: #696969 !important;
  font-weight: bold;
  text-decoration: none;
  border-bottom: solid 2px;
  border-bottom-color: #cccccc;
  background: url(img/nav_bg.gif) repeat-x;
}

nav li a:hover {
  color: #000000 !important;
  display: block;
  font-weight: bold;
  text-decoration: none;
  border-bottom: solid 2px;
  border-bottom-color: #cccccc;
  background: url(img/nav_bg_hover.gif) repeat-x;
}










/*---------- トップに戻る ----------*/

#page_back {
  margin: 0 0 8px 0;
  padding: 0 6px 0 0;
  text-align: right;
}


/*---------- フッター ----------*/

footer {
  width: 100%;
  padding: 10px 0 10px 0;
  color: #333333;
  text-align: center;
  border-top: solid 1px;
  border-top-color: #cccccc;
  background-color: #dcdcdc;
}

footer p {
  padding: 10px;
  color: #000000;
  
  
  
}

footer a {
  color: #000000 !important;
  text-decoration:none;
  
}

footer a:hover {
  color: #696969 !important;
}

footer a:visited {
  color: #696969;
}

footer p.copy {
  padding: 10px;
  font-size: 12px;
  color: #000000;
}

footer p.copy a {
  color: #cccccc !important;
  text-decoration: none;
}

footer p.copy a:hover {
  color: #000000 !important;
  text-decoration: underline;
}

footer p.copy a:visited {
  color: #000000;
  text-decoration: none;
}







/*---------- プランテーブル ----------*/

.plankoumoku{
	text-align: center;	
	margin:auto;
	width="270"
	
	
	}





/*---------- QA ----------*/


#qa{
	
	color: #000;
	text-align: left;
	
}

#qa dl dt{
	background-image: url(img/qa-train-point.png);
	background-repeat: no-repeat;
	font-size: 14px;
	color: #F90;
	padding-left: 45px;
	padding-top: 10px;
	
	
}



#qa dd{
	background-image: url(img/qa-other-anchor.png);
	background-repeat: no-repeat;
	
	color: #000;
	padding-top: 20px;
	margin-left: 35px;
	
}




/*---------- メールフォーム contact.php----------*/




#contact-box td textarea{
width: 250px;
height: 100px;
}


#contact-box td input[type=text]{
width: 250px;
height: 20px;
}

#contact-box #buttons {
	text-align: center;
	width: 614px;
	height: 22px;
	padding: 0px;
}


/*---------- 会社概要　----------*/


#accesstable td{
	
	padding-left: 25px;
	background-color: #e0ffff;
}




#accesstable th{

        background-color: #afeeee;
	
	
}

/*---------- デイサービステーブル　----------*/


#caret table {
	
	padding-left: 25px;
	
}










/*---------- 店舗情報　----------*/


#contents .left .shisya01 {
	
	background: #e7f5ff;
	
}


#contents .left .shisya02 {
	
	background: #d8e5ee;
	
}



/*---------- アウトソーシング青バー　----------*/


#contents h3 {
  margin: 0 0 8px 0;
  padding: 5px 0 3px 14px;
  font-size: 14px;
  color: #ffffff;
  border-bottom: solid 1px;
  border-bottom-color: #cccccc;
  background: url(img/h_bg2.gif) center repeat-x;
}

/*---------- ノーマルh4　----------*/


h4 {
  margin: 0 0 8px 0;
  padding: 5px 15px 3px 15px;
  
}




/*---------- 青トップ背景画像　----------*/

 .txt-area {
	background: url(img/outsoucing01.jpg) no-repeat left top;
	height: 55px;
	width: 315px;
	margin: 0px 0px 5px 0px;
	
	
}


.txt-area p {
	color: #FFF;
	padding-top: 5px;
	padding-right: 100px;
	padding-left: 7px;
	font-size: 8px;
	line-height: 1.5em;
	text-align: left;
	
}




/*---------- メリット背景等　----------*/

.item03{
   background-color:#ccdae4;
   margin: 0px 30px 0px 30px;
   padding: 0px 0px 3px 0px;

}

.item03 p{
   font-size: 12px;

}




/*---------- 問い合わせ文字背景等　----------*/

h5{
   background-color:#dcdcdc;
   padding: 0px 20px 0px 20px;
  
}

#otoiawasemozi01{
   font-size: 20px;
   text-align:center;
   
}

#otoiawasemozi01 a{
    text-decoration:none;
}




#otoiawasemozi02{
   font-size: 10px;
   text-align:center;
  
}

/*---------- リンク下線取り　----------*/

a{
    text-decoration:none;
}


/*---------- スライドショー　----------*/


#slides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }



/*---------- スライドショー　----------*/

a.pdf_ico{
	background:url("img/icon_pdf.gif") no-repeat ;
    display: inline-block;
    font-size: 0;
    height: 14px;
    width: 50px;
}


#CSVTable{ margin: 15px 20px; 
 width: 300px;

}
#CSVTable .lecturer_hiden{
	display: none;
}

#CSVTable th.lecturer,
#CSVTable td.links{ 
	visibility: hidden; 
}

#CSVTable th.visible,
#CSVTable td.visible{ 
	visibility:visible 
}

#CSVTable .lecturer span{ display: block; }
#CSVTable .lecturer span.t1{ }
#CSVTable .lecturer span.t2{ margin-top: 3px; }



#CSVTable td.uketuke{

}










