@charset "shift_jis";

.clear {
  clear: both;
}

/*---------- ページ全体の指定 ----------*/

body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "MS P ゴシック", "MS P Gothic", sans-Serif;
  margin: 0;
  padding: 0;
  font-size: 13px;
  color: #333333;
  -webkit-text-size-adjust: none;
}


/* IE7 用 */

*:first-child+html * {
  font-family: "メイリオ", Meiryo, "MS P ゴシック", "MS P Gothic", sans-Serif;
}


/* IE6 用 */
* html * {
  font-family: "メイリオ", Meiryo, "MS P ゴシック", "MS P Gothic", sans-Serif;
}


a:link {
  color: #583822;
  font-size: 13px;
}

a:hover {
  color: #765c47;
  font-size: 13px;
}

a:visited {
  color: #583822;
  font-size: 13px;
}

#contents .red_b a:link {
  color: #e60033;
}

#contents .red_b a:hover {
  color: #e60033;
}

#contents .red_b a:visited {
  color: #e60033;
}

p {
  margin: 18px 0 18px 0;
  line-height: 180%;
  letter-spacing: 1px;
}

img {
  border: 0;
}


/*---------- メイン ----------*/

#main {
  width: 100%;
  margin: auto;
  padding: 0;
  text-align: center;
  background-color: #fef4f4;
  border-top: solid 3px #765c47;
}



/*---------- ヘッダー ----------*/

#header {
  margin: 0 auto 0 auto;
  width: 900px;
  height: 125px;
  text-align: center;
	background-color:#ffffff;
  background-repeat: repeat-x;
}

#header h1 {
  margin: 0;
  padding: 0px 0 0px 5px;
  font-weight: normal;
  text-align: left;
  font-size: 10px;
  color: #888888;
}

#header h2 {
  margin: 0;
  padding: 4px 0 0 10px;
  text-align: left;
  font-size: 20px;
  color: #444444;
  letter-spacing: 1px;
}

#header p {
  margin: 0;
  padding:  4px 0 0 10px;
  text-align: left;
  font-size: 13px;
  color: #444444;
  letter-spacing: 1px;
}

#header #table-left {
	width:300px;
	float:left;
  text-align: left;
  font-size: 13px;
  color: #444444;
  line-height: 150%;
  text-decoration: none;
}

#header #table-left a {
  font-size: 20px;
  color: #666666;
  text-decoration: none;
}

#header #table-left a:hover {
  font-size: 20px;
  color: #888888;
  text-decoration: none;
}

#table-right {
	width:400px;
	float:right;
}
#header #table-right div.h_txt {
  padding: 0px 14px 0 0;
  text-align: right;
  font-size: 11px;
  color: #999999;
  line-height: 160%;
  text-decoration: none;
}

#header #table-right div.h_tel {
  margin: 0;
  padding: 0 14px 0 0;
  text-align: right;
  font-size: 20px;
  color: #c9171e;
  line-height: 160%;
  font-weight: bold;
  text-decoration: none;
}
#header #table-right div.h_tel2 {
  margin: 0;
  padding: 0 14px 0 0;
  text-align: right;
  font-size: 13px;
  color: #c9171e;
  line-height: 120%;
  text-decoration: none;
}

#header #table-right p.h_nav {
  padding: 0 14px 0 0;
  text-align: right;
}

#header #table-right p.h_nav a {
  font-size: 12px;
  color: #333333;
  text-decoration: none;
}

#header #table-right p.h_nav a:hover {
  font-size: 12px;
  color: #666666;
  text-decoration: none;
}

#header #table-right p.h_nav img {
  vertical-align: middle;
}


#header-menu {
  margin: 3px auto 10px auto;
  width: 900px;
  padding: 0;
  height: 45px;
  text-align: left;
  background-image: url(img/head_menu_back_base.gif);
  background-repeat: repeat-x;
}

#header-menu ul {
  width: 900px;
  text-align: left;
  margin: 0 auto 0 auto;
  padding: 0;
  background-image: url(img/head_menu_back_base.gif);
  background-repeat: repeat-x;
}

#header-menu li {
	box-sizing:border-box;
  display: inline;
  list-style-type: none;
  float: left;
  color: #ffffff;
  background-image: url(img/head_menu_back_abase.gif);
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #aaaaaa;
}

#header-menu li a {
  font-size: 12px;
  line-height: 20px;
  color: #fffffc;
  text-align: center;
  display: block;
  line-height: 150%;
  letter-spacing: 1px;
  text-decoration: none;
  padding: 6px 28px 2px 28px;
}

#header-menu li a:hover {
  color: #fffffc;
  background-image: url(img/head_menu_back_hover.gif);
}

#header-menu #home a {
  border-left: none;
  padding: 6px 28px 2px 28px;
}

#header-menu span.sub {
  color: #bbbbbb;
}


#header-img {
  width: 100%;
  margin: 0;
  text-align: center;
/*  background: url(img/head_img_bg.gif);	*/
/*  background-repeat: repeat-x;	*/
	background-color:#f3dcd7;
}

#header-img img {
	vertical-align:top;
}
#header-img-slim {
  width: 100%;
  margin: 0;
  text-align: center;
  background: url(img/head_img_bg.gif);
  background-repeat: repeat-x;
}


/*---------- コンテンツ ----------*/

#container {
  width: 885px;
  margin: 0 auto 0 auto;
  overflow: hidden;
  padding: 7px 10px 6px 5px;
  background-color: #ffffff;
}


/*---------- メインコンテンツ ----------*/

#contents {
  float: right;
  margin: 0;
  padding: 5px 0 5px 0;
  font-size: 13px;
  width: 640px;
  letter-spacing: 1px;
  text-align: left;
  line-height: 180%;
}

#contents #pannavi {
  margin: 0 0 5px 0;
  padding: 0 0 8px 0;
  font-size: 12px;
}

#contents h2 {
  height: 31px;
  margin: 0 0 7px 0;
  padding: 9px 0 0 34px;
  font-size: 14px;
  color: #583822;
  background-image: url(img/titlebar.gif);
  background-repeat: no-repeat;
}

#contents h2.page_title {
  height: 32px;
  margin: 0 0 18px 0;
  padding: 18px 0 0 22px;
  font-size: 16px;
  color: #4c1800;
  background-image: url(img/page_title.gif);
  background-repeat: no-repeat;
}

#contents h3 {
  margin: 4px 0px 10px 0px;
  padding: 8px 10px 5px 13px;
  line-height: 180%;
  font-size: 13px;
  color: #662200;
  border-left: solid 5px #662200;
  border-bottom: solid 1px #aaaaaa;
  background-color: #eeeeee;
}

#contents p {
  margin: 18px 0 18px 0;
  padding: 0 3px 0 3px;
  line-height: 190%;
  font-size: 13px;
}

#contents a {
  color: #583822;
  font-size: 13px;
}

#contents a:hover {
  color: #765c47;
  font-size: 13px;
}

#contents .gray_bg_contact {
  margin: 18px 2px 18px 2px;
  padding: 8px;
  line-height: 180%;
  letter-spacing: 1px;
  font-size: 13px;
  border-top: solid 1px #dddddd;
  border-right: solid 1px #dddddd;
  border-bottom: solid 1px #dddddd;
  border-left: solid 1px #dddddd;
  background-color:#eae6e9;
  
}

#contents .gray_bg {
  margin: 18px 2px 18px 2px;
  padding: 2px 8px 2px 18px;
  line-height: 180%;
  letter-spacing: 1px;
  font-size: 13px;
  border-top: solid 1px #dddddd;
  border-right: solid 1px #dddddd;
  border-bottom: solid 1px #dddddd;
  border-left: solid 1px #dddddd;
  background-color: #eeeeee;
}

#contents .brown_bg {
  margin: 18px 2px 18px 2px;
  padding: 2px 8px 2px 18px;
  line-height: 180%;
  letter-spacing: 1px;
  font-size: 13px;
  border-top: solid 1px #dddddd;
  border-right: solid 1px #dddddd;
  border-bottom: solid 1px #dddddd;
  border-left: solid 1px #dddddd;
  background-color: #f8f4e6;
}

#contents .pink_bg {
  margin: 18px 2px 18px 2px;
  padding: 2px 8px 2px 18px;
  line-height: 180%;
  letter-spacing: 1px;
  font-size: 13px;
  border-top: solid 1px #dddddd;
  border-right: solid 1px #dddddd;
  border-bottom: solid 1px #dddddd;
  border-left: solid 1px #dddddd;
  background-color: #fef4f4;
}

#contents .orange_bg {
  margin: 18px 2px 18px 2px;
  padding: 2px 8px 2px 18px;
  line-height: 180%;
  letter-spacing: 1px;
  font-size: 13px;
  border-top: solid 1px #dddddd;
  border-right: solid 1px #dddddd;
  border-bottom: solid 1px #dddddd;
  border-left: solid 1px #dddddd;
  background-color: #fbfaf5;
}

#contents .green_bg {
  margin: 18px 2px 18px 2px;
  padding: 2px 8px 2px 18px;
  line-height: 180%;
  letter-spacing: 1px;
  font-size: 13px;
  border-top: solid 1px #dddddd;
  border-right: solid 1px #dddddd;
  border-bottom: solid 1px #dddddd;
  border-left: solid 1px #dddddd;
  background-color: #f0f6da;
}

#contents .blue_bg {
  margin: 18px 2px 18px 2px;
  padding: 2px 8px 2px 18px;
  line-height: 180%;
  letter-spacing: 1px;
  font-size: 13px;
  border-top: solid 1px #dddddd;
  border-right: solid 1px #dddddd;
  border-bottom: solid 1px #dddddd;
  border-left: solid 1px #dddddd;
  background-color: #ebf6f7;
}

#contents span.red {
  color: #e60033;
}

#contents .red_b {
	font-size:20px;
	color:#e60033;
	font-weight:bold;
	text-decoration:none;
}

div#main #contents a.freedialred {
	font-size:20px;
	color:#e60033;
	font-weight:bold;
	text-decoration:none;
}
#table-right > div.h_tel > a {
	font-size:20px;
	color:#e60033;
	font-weight:bold;
	text-decoration:none;
}

.h_tel img {
	vertical-align: middle;
	padding-right:6px;
}


#contents span.red_big {
  color: #e60033;
  font-weight: bold;
  font-size: 15px;
}

#contents span.blue {
  color: #007bbb;
}

#contents span.blue_b {
  color: #007bbb;
  font-weight: bold;
}

#contents span.blue_big {
  color: #007bbb;
  font-weight: bold;
  font-size: 15px;
}

#contents span.pink {
  color: #c53d43;
}

#contents span.pink_b {
  color: #c53d43;
  font-weight: bold;
}

#contents span.pink_big {
  color: #c53d43;
  font-weight: bold;
  font-size: 15px;
}

#contents span.brown {
  color: #993300;
}

#contents span.brown_b {
  color: #993300;
  font-weight: bold;
}


#contents span.brown_big {
  color: #993300;
  font-weight: bold;
  font-size: 15px;
}

#contents span.green {
  color: #583822;
}

#contents span.green_b {
  color: #583822;
  font-weight: bold;
}

#contents span.green_big {
  color: #583822;
  font-weight: bold;
  font-size: 15px;
}

#contents img.head_photo {
  margin: 0 0 10px 0;
}

#contents img.photo {
  float: left;
  margin: 10px 20px 0 0;
}

#contents img.picture {
  margin: 0 10px 10px 0;
  float: left;
}

#contents img.picture_r {
  margin: 0 5px 10px 10px;
  float: right;
}

#contents p.photo {
  margin: 0 0 20px 0;
  padding: 0;
}

#contents p.back {
  margin: 0;
  padding: 0 5px 0 0;
  text-align: right;
}


table#t01 {
  border: solid 1px #cccccc;
  border-collapse: collapse;
}


td#t01 {
  border: solid 1px #cccccc;
  border-collapse: collapse;
}


td#head {
  padding: 9px 6px 6px 15px;
  border: solid 1px #cccccc;
  border-collapse: collapse;
  background-image: url(img/main_block_bg.gif);
}


table.table_line {
  border-collapse: collapse;
  border: solid 1px #999999;
}


td.table_line {
  border-collapse: collapse;
  border: solid 1px #999999;
  padding : 8px 14px 8px 14px;
}


/*---------- メニュー ----------*/

#menu {
  float: left;
  margin: 0 0 15px 0;
  padding: 5px 0 0 0;
  width: 220px;
  text-align: left;
  letter-spacing: 1px;
}

.menulist {
  margin: 0 0 24px 0;
  padding: 5px 2px 0px 5px;
  width: 210px;
  text-align: left;
}

.menulist h3 {
  height: 23px;
  margin: 0;
  padding: 9px 0 4px 14px;
  font-size: 13px;
  color: #fffffc;
  background-image: url(img/sidebar.gif);
}

.menulist a{
  color: #583822;
  display: block;
  border-right: solid 5px #ac9686;
  border-bottom: solid 5px #ac9686;
  border-left: solid 5px #ac9686;
  padding: 8px 4px 3px 30px;
  font-size: 13px;
  line-height: 190%;
  text-decoration: none;
  background-image: url(img/side_menu_bg.gif);
 }

.menulist a:hover{
  color: #765c47;
  background-image: url(img/side_menu_bg_hover.gif);
}

.menu_free {
  margin: 0 0 20px 5px;
  padding: 0;
  width: 210px;
  text-align: left;
  background-image: url(img/menu_back.gif);
}

.menu_free h3 {
  height: 23px;
  margin: 0;
  padding: 9px 0 4px 14px;
  font-size: 13px;
  color: #fffffc;
  background-image: url(img/sidebar.gif);
}

.menu_free a{
  color: #583822;
  width: 198px;
  padding: 6px 0 5px 0;
  font-size: 13px;
 }

.menu_free a:hover{
  color: #765c47;
}

.menu_free p{
  margin: 0;
  padding: 8px 8px 14px 8px;
  font-size: 13px;
  line-height: 180%;
}

.menu_free span.red {
  color: #e60033;
}

.menu_free span.red_b {
  color: #e60033;
  font-weight: bold;
}

.menu_free span.blue {
  color: #007bbb;
}

.menu_free span.blue_b {
  color: #007bbb;
  font-weight: bold;
}

.menu_free span.brown {
  color: #993300;
}

.menu_free span.brown_b {
  color: #993300;
  font-weight: bold;
}
.menu_free span.brown_b img {
	vertical-align: middle;
	padding-right:6px;
}

.menu_btn {
  margin: 0 0 10px 0;
  padding: 0 2px 0px 5px;
  width: 210px;
  text-align: left;
}

.menu_btn a{
  margin: 0 0 8px 0;
  color: #583822;
  display: block;
  border: solid 1px #dddddd;
  padding: 8px 4px 4px 30px;
  font-size: 13px;
  line-height: 200%;
  text-decoration: none;
  background-image: url(img/side_menu_btn_bg.gif);
  background-repeat: no-repeat;
 }

.menu_btn a:hover{
  color: #583822;
  background-image: url(img/side_menu_btn_bg_hover.gif);
  background-repeat: no-repeat;
}


.menu_btn_under {
  margin: 0 0 10px 0;
  padding: 0 2px 0px 5px;
  width: 210px;
  text-align: left;
}

.menu_btn_under a{
  margin: 0 0 8px 0;
  color: #583822;
  display: block;
  border: solid 1px #dddddd;
  padding: 8px 4px 4px 12px;
  font-size: 13px;
  line-height: 200%;
  text-decoration: none;
  background-image: url(img/side_menu_btn_under_bg.gif);
  background-repeat: no-repeat;
 }

.menu_btn_under a:hover{
  color: #583822;
}


/*---------- フッター ----------*/

#footer {
  clear: both;
  width: 100%;
  margin: 0;
  padding: 26px 0 23px 0;
  text-align: center;
  font-size: 12px;
  color: #333333;
  line-height: 180%;
  background-image: url(img/footer_back.gif);
}

#footer a {
  color: #333333;
  font-size: 12px;
  text-decoration: none;
}

#footer a:hover {
  color: #583822;
  text-decoration: none;
}

.presentbox {
	margin-bottom:20px;	
}
.presentbox2 {
	margin-bottom:20px;	
	border:1px solid #666666;
	padding:6px;
}

.manner1 {
	width:130px;
	text-align:center;
	font-weight:bold;
	float:left;
	background-color: #FF9933;
}
.manner2 {
	width:500px;
	float:right;
}

.manner2box {
	margin-bottom:10px;
	border: 1px solid #FC0;
}
.manner2-1 {
	width:100px;
	text-align:center;
	font-weight:bold;
	float:left;
	background-color: #FC0;
}
.manner2-2 {
	width:390px;
	float:right;
}

.chojyutable {
	background-color:#990000;
	border-collapse:separate;
	border-spacing:1px;
}
.chojyutable th {
	background-color:#ffffff;
	padding:4px;
}
.chojyutable td {
	background-color:#ffffff;
	padding:4px;
}
.chojyutable tr:nth-child(even){
//	background: #ffffff;
}
.chojyutable tr:nth-child(odd){
//	background: #fcf3e8;
}

.oumi {
	font-size:18px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-weight: bold;
}
.oumikugiri {
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	margin-bottom:20px;
}
.presidentmessage {
	text-align: center;
}
.toiawaselinkbox {
	display:block;
	width:100px;
	float:right;
	text-align:center;
	border:solid 1px #CC0000;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	text-decoration: none;
	font-weight:bold;
	background-color:#FF3300;
}

body#service #contents a.toiawaselinkbox {
	color: #FFFFFF;
	
}
body#service #contents a.toiawaselinkbox:hover {
	background-color:#F66;
	color: #FF0;
	
}
.koudentitle {
	font-size:16px;	
	font-weight:bold;
}
#presidentmessage_pc {
	display:block;
	margin:0 auto;
}
#presidentmessage_sp {
	display:none;
	text-align:center;
	width:100%;
}
#topmenu {
	display:none;
}


.picture {
	width:250px;
	height:auto;
}
#map {
	width:100%;
	height:400px;
}
#toptelannnai0 {
	font-weight:bolf;font-size:160%;
}

.entrance {
	margin-bottom:10px;
}
.entrance img {
	width:100%;
}

.bousaibox img {
	width:100%;
}

.houjinbox img {
	width:100%;
}


