@charset "shift_jis";
/* CSS Document */
body {
	font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","MS Pゴシック", "MS P Gothic",sans-serif;
	background: #E0F0E9;
	margin: 0;  /* 複数の異なるブラウザの初期設定値に対応するため、body エレメントのマージンと余白を 0 にすることをお勧めします */
	padding: 0;
	text-align: center; /* これにより、IE 5* ブラウザではコンテナが中央揃えになります。そして、テキストは、#container セレクタの初期設定である左揃えに設定されます */
}
/* グローバル・ナビゲーション
---------------------------------------------------- */
#header {
	margin: 22px 0px 0px 0px;
  width: 950px;
  height: 100px;
  color: #333333;
  background: url(img/hed6.jpg) no-repeat;
}
h2 {
	margin: 0;
	position: absolute;
	left: 0px;
	top: 2px;
}
#header ul {
  margin: 0;
  list-style: none;
}
#header li {
	margin: 0;
	padding: 0;
	position: absolute;
	text-indent: -9999px;
	top: 33px;
	height: 38px;
}
#header li#about    {
	left: 588px;
	width: 90px;
}
#header li#business  {
	left: 680px;
	width: 90px;
}
#header li#recruitment {
	left: 772px;
	width: 90px;
}
#header li a {
  text-decoration: none;		/* ■Firefox等で線が表示されないようにする */
  display: block;
  height: 34px;
}
#header li#about a:hover {
  background: url(img/hed4.jpg) 0px 0;
}
#header li#business a:hover {
  background: url(img/hed4.jpg) 772px 0;
}
#header li#recruitment a:hover {
  background: url(img/hed4.jpg) 680px 0;
}

#top {
	background:#badbc0;
	height:22px;
	margin:0;
	/*font-size:12px;
	color:#FFFFFF;*/
}
h1 {
	font-size:80%;
	color:#ffffff;
	padding:2px 0 3px 15px;
	margin:0;
}
h3 {
	color:#395bee;
	font-size:110%;
	margin:0px 0px 0px 40px;
	line-height:1.5;
}
.practice{
	border:solid 1px #afafaf;
	background:#FFFFFF;
	padding:10px;
	margin:20px 55 10px 45;
	width:410px;
}
.top {
	font-size: 20px;
	font-weight: bolder;
	margin: 5px;
	line-height: 26px;
	padding-top: 0px;
	padding-right: 20px;
	padding-left: 20px;


}
.topright {
	font-size: 20px;
	font-weight: bolder;
	margin: 0px;
	line-height: 28px;
	padding-top: 0px;
	padding-right: 20px;
	padding-left: 20px;
	float:right;


}
p{
	line-height: 22px;
	font-size:85%;
	margin: 5px 0px 0px 5px;
}
.entry {
	margin: 15px 0px 5px 0px;
	font-size: 14px;
}
.entry2 {
	margin: 5px 0px 5px 0px;
	font-size: 14px;
}
.entryb {
	margin: 10px 0px 5px 0px;
	font-size: 16px;
	font-weight:bold;
}
.entryred {
	margin: 5px 0px 5px 0px;
	font-size: 14px;
	color:#f60a52;
}
.link {
	margin: 2px 0px 5px 0px;
	font-size: 15px;
}
.clear {
	clear:both;
}
.oneColFixCtr #container  {
	height: auto;
	width: 950px;
	margin: 0 auto;
	text-align: left;  /* この設定は body エレメントの text-align: center より優先されます。 */
	padding: 0 0px 0 0px;
}
.oneColFixCtr #mainContent  {
	padding: 0; /* 余白は div ボックスの内側のスペース、マージンは div ボックスの外側のスペースです */
	float: left;
	width: 950px;
	position: relative;
	background-color: #FFFFFF;
	border-left: solid #289a48 1px;
	border-right: solid #289a48 1px;
}
#header {
	position: absolute;
	top: 0;
	left: 0;
	height: 83px;
	padding: 0px;
	width: 950px;
	background-color:#ffffff;
}
#mainContentsInner {
	padding: 0px 0 0 0;
	background-color:#ffe7ae;
}
#menu {
	height: 20px;
	width: 950px;
}
#mainimage {
	width: 950px;
	padding: 0px 0 0 0;
	margin: 80px 0 0px 0;
}
#mainimage2 {
	width: 950px;
	height: 47px;
	padding: 0px 0px 0px 0px;
}
#contents2 {
	width: 950px;
	height: 100%;
	padding: 0px;
}
#contents2left {
	float: left;
	background:url(img/bg.gif) no-repeat;
	background-color:#ffffff;
	width: 220px;
}
#contents2right {
	float: right;
	width: 720px;
	padding: 0px 0px 0px 10px;
}
#footer {
	padding:10px 10px 0 10px;
}
#footer p{
	color:#333333;
	text-align:center;
	margin:0;
}
#footer a:link {
	color:#333333;
	text-decoration: none;
}
#footer a:visited {
	text-decoration: none;
	color:#333333;
}
#footer a:hover {
	text-decoration: underline;
	color:#000000;
}
#footer a:active {
	text-decoration: underline;
	color:#000000;
}
#outbox {
	border-top:#999999 dotted 1px;
	background:#FFFFFF;
  letter-spacing: 0.1em;
	text-align:center;
	font-size:12px;
	padding-top: 10px;
	padding-bottom: 5px;
}
#outbox a:link {
	color:#333333;
	text-decoration: none;
}
#outbox a:visited {
	text-decoration: none;
	color:#333333;
}
#outbox a:hover {
	text-decoration: underline;
	color:#000000;
}
#outbox a:active {
	text-decoration: underline;
	color:#000000;
}
.back {
	text-align: right;
	margin-right: 15px;
	font-size:13px;
	font-weight:bold;
}
#contents {
	width: 700px;
	padding: 0px 5px 5px 5px;
}
#contentsleft {
	float: left;
	width: 300px;
	padding: 0px 0px 10px 35px;
}
#contentsright {
	float: right;
	width: 300px;
	padding: 0px 20px 20px 0px;
}
.ore16 {
	font-size:16px;
	color:#f56709;
	font-weight:bold;
	padding: 0px 0px 0px 35px;
}
.br16 {
	font-size:15px;
	color:#000000;
	padding: 0px 55px 0px 35px;
  line-height:1.6;
}
/* menu1
---------------------------------------------------- */
table#reki {
  margin: 5px 0 5px 50px;
  width: 570px;
  border-top:    1px solid #aaaaaa;
  border-bottom: 1px solid #aaaaaa;
  border-collapse: collapse;
  font-size:100%;
  line-height:1.2;
}
table#reki th {
  padding: 0.6em 1em 0.6em 1em;
  width: 160px;
  font-weight: normal;
  color: #ffffff;
  background: #6087f9;
	font-weight:bold;
}
table#reki td {
  padding: 0.6em 0.5em 0.6em 1em;
  background: #e1e1fa;
}
table#reki th, table#reki td {
  border-bottom: 1px dotted #EBEDF2;
}
table#reki caption {
  padding-bottom: 0.6em;
  text-align: left;
  font-weight: bold;
  color: #D06DA3;
  background: transparent;
}
/* menu2
---------------------------------------------------- */
table.naiyo {
  margin: 5px 0 5px 50px;
  padding: 5px;
  width: 580px;
  border: 1px solid #f582d6;
  font-size:100%;
  line-height:1.2;
  border-radius:10px;
  background: #f7cbeb;
}
table.naiyo td {
  padding: 10px;
  color: #222222;
  background: #ffffff;
  border-radius:5px;
  line-height:20px;
}
/* menu2
---------------------------------------------------- */
.jigyo {
	margin: 10px 0px 10px 50px;
	font-size: 16px;
  line-height:25px;
  letter-spacing: 1px;
}
table.kaigo {
  margin: 10px 0 10px 50px;
  padding: 5px;
  width: 545px;
  border: 1px solid #aaaaaa;
  font-size:100%;
  line-height:1.2;
  border-radius:10px;
  background: #a9f66e;
}
table.kaigo td {
  padding: 8px;
  color: #222222;
  background: #ffffff;
  border-radius:4px;
  line-height:20px;
  letter-spacing: 0.2px;
}
/* menu6
---------------------------------------------------- */
#contentp {
	width:700px;
	background:#ffffff;
	float:right;
	padding:10px 5px 20px 10px;
}
.naiyou{
	background-color:#ffffff;
	padding:10px 10p 5px 10px;
	width:600px;
	margin:10px;	
}
.naiyou p{
	list-style-type:none;
	font-size:85%;
	color:#666666;
	margin:5px 0;
	line-height:1.6;
}
.comered{
	color:#FF0E0E;
}
.clear {
	clear:both;
}
nostyle { display: none; }

#tbl{
	font-size:90%;
	line-height:1.2;
}
	
#tbl td{
		height:100%;
		background-color:#deeffc;
		padding:5px; 
}

/* foot
---------------------------------------------------- */
#topmenu3 {
    margin:15px 0px 0px 0px;
    width: 930px;
    float:left;
    background: #c8c6c3;
    padding: 0px 0px 0px 20px;
    height: 80px;
}
#topmenu3 img {
  padding: 0px;
  vertical-align: bottom;
}
.topi32 {
	float:left;
    width: 480px;
    padding: 5px 5px 0px 20px;
}
.topi33 {
	float:left;
    width: 380px;
    padding: 0px 5px 10px 0px;
}
.topcome {
	margin:0px 0px 15px 10px;
  	font-size: 94%;
    color: #0c0c0c;
	line-height:1.5;
}
.toptoi {
  	font-size: 93%;
    color: #0c0c0c;
	font-weight: bold;
	margin:10px 0px 0px 10px;
}
.toptel {
	margin:0px 0px 0px 10px;
  	font-size: 200%;
    color: #0c0c0c;
	font-weight: bold;
}