/*
ページ共通
-------------------------------------------------------------------*/
BODY{
  color : maroon;
}
H1{
  font-size : x-small;
  color : silver;
  text-align : center;
}
H1 a{
  font-size : x-small;
  color : silver;
  text-align : center;
  text-decoration : none;
}
H1 a:hover{
  text-decoration : line;
}
H3 a{
  color : maroon;
  text-decoration : none;
}
H3 a:hover{
  text-decoration : line;
}
a{
  color : maroon;
}
a:hover{
  text-decoration : none;
}
.red{
  font-color : red;
  font-size : small;
  font-weight : bold;
  color : red;
}
.span1{
  display:none;
}
.small1{
  font-size : x-small;
}
.cards{
  background-image : url(img/cards.jpg);
  background-repeat : no-repeat;background-position : center center;
  width : 530px;
  height : 128px;
  margin-top : -10px;
  margin-bottom : 30px;
}
/*
コンテナレイアウト
-------------------------------------------------------------------*/
#main{
  width : 800px;
  margin:0 auto;
}
#said_l{
  width : 180px;
  float : left;
}
#said_r{
  float: left;
  padding: 5px;
  margin-top: 5px; 
  margin-left : 40px;
}
#said_l LI {
/*	display: inline;*/
}
#said_l UL {
  list-style-type:none;
  display: block;
  margin-left: 10px;
}
/*
ロゴ
-------------------------------------------------------------------*/
#rogo{
  background-image : url(img/rogo.jpg);
  background-repeat : no-repeat;background-position : center top;
  width : 1032px;
  height : 393px;
  margin-left : auto;
  margin-right : auto;
}
#rogo p{
  text-align : center;
  padding-top : 260px;
  background-image : url(img/tel.jpg);
  background-repeat : no-repeat;
  width : 428px;
  height : 64px;
  margin-right: auto;
  margin-left: auto;
  background-position : center bottom;}
#rogo H3{
  text-align : center;
  font-size : medium;
}
/*
ボタン
-------------------------------------------------------------------*/
#men A{
  background-image : url(img/menu.jpg);
  background-repeat : no-repeat;
  width : 180px;
  height : 50px;
  display: block;
  margin-left : -30px;
}
#men A:HOVER{
  background-image : url(img/menu1.jpg);
  background-repeat : no-repeat;
  width : 180px;
  height : 50px;
  display: block;
}
#top A{
  background-image : url(img/top.jpg);
  background-repeat : no-repeat;
  width : 180px;
  height : 50px;
  display: block;
  margin-left : -30px;
}
#top A:HOVER{
  background-image : url(img/top1.jpg);
  background-repeat : no-repeat;
  width : 180px;
  height : 50px;
  display: block;
}
#info A{
  background-image : url(img/information.jpg);
  background-repeat : no-repeat;
  width : 180px;
  height : 50px;
  display: block;
  margin-left : -30px;
}
#info A:HOVER{
  background-image : url(img/information1.jpg);
  background-repeat : no-repeat;
  width : 180px;
  height : 50px;
  display: block;
}
#staff A{
  background-image : url(img/staff.jpg);
  background-repeat : no-repeat;
  width : 180px;
  height : 50px;
  display: block;
  margin-left : -30px;
}
#staff A:HOVER{
  background-image : url(img/staff1.jpg);
  background-repeat : no-repeat;
  width : 180px;
  height : 50px;
  display: block;
}
#gall A{
  background-image : url(img/gallery.jpg);
  background-repeat : no-repeat;
  width : 180px;
  height : 50px;
  display: block;
  margin-left : -30px;
}
#gall A:HOVER{
  background-image : url(img/gallery1.jpg);
  background-repeat : no-repeat;
  width : 180px;
  height : 50px;
  display: block;
}
#cont A{
  background-image : url(img/contact.jpg);
  background-repeat : no-repeat;
  width : 180px;
  height : 50px;
  display: block;
  margin-left : -30px;
}
#cont A:HOVER{
  background-image : url(img/contact1.jpg);
  background-repeat : no-repeat;
  width : 180px;
  height : 50px;
  display: block;
}
#blog A{
  background-image : url(img/blog.jpg);
  background-repeat : no-repeat;
  width : 180px;
  height : 50px;
  display: block;
  margin-left : -30px;
}
#blog A:HOVER{
  background-image : url(img/blog1.jpg);
  background-repeat : no-repeat;
  width : 180px;
  height : 50px;
  display: block;
}
.btn {
  text-align : center;
  background-color : white;
  background-image : url(img/line2.gif);
  background-repeat : no-repeat;background-position : center bottom;
  width : 570px;
  height : 70px;
  color : white;
　border-width : 0px 0px 0px 0px;border-color : white white white white;}
/*
フッタメニュー
-------------------------------------------------------------------*/
#f_menu {
  float : left;
}
#f_menu LI {
  list-style-type: none;
  display: inline;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #999999;
  padding-right: 5px;
  padding-left: 5px;
  font-size: 10px;
  line-height: 20px;
}
#f_menu UL {
  margin-top: 5px;
  margin-bottom: 5px;
}
#f_menu LI A {
  font-size: 12px;
}
#f_menu P {
  font-size: 10px;
  color: #333333;
}
#f_menu H3{
  font-size : 12px;
}
/*
PR
-------------------------------------------------------------------*/
#pr{
  font-size: 10px;
  color: #888888;
  padding-bottom: 5px;
  padding-left: 5px;
}
#pr A {
  font-size: 10px;
  color: #888888;
}
#pr H3{
  font-size : 12px;
  color : maroon;
  clear : both;
}
/*
コピーライト
-------------------------------------------------------------------*/
ADDRESS {
  font-style: normal;
  color : maroon;
  text-align : center;
  display: block;
  background-color: #FFCCCC;
  padding: 5px;
  float : none;
  clear : both;
}
/*
トップページ
-------------------------------------------------------------------*/
#toppage {
  float: left;
  width : 570px;
}
#toppage p{
  padding-top: 5px;
  padding-bottom: 5px;
  background-image: url(img/note_line.gif);
  margin-left: 20px;
  line-height: 20px;
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
}
#toppage H3{
  background-image : url(img/staffmark.jpg);
  background-repeat : no-repeat;background-position : left top;
  padding-left:40px;
  font-size : medium;
  border-bottom-width : 2px;
  border-bottom-style : solid;
  border-bottom-color : fuchsia;
  height : 24px;
  width : 530px;
}
#toppage strong{
  background-image : url(img/menumark.jpg);
  background-repeat : no-repeat;background-position : left top;
  margin-left: 0px;
  padding-left:26px;
  height : 24px;
}
.new{
  background-image : url(img/new.gif);
  background-repeat : no-repeat;
  width : 570px;
  height : 50px;
  margin-left: -10px;
  margin-top : 20px;
}
/*
スタッフページ
-------------------------------------------------------------------*/
#staffpage {
  float: left;
  width : 570px;
}
#staffpage p{
  padding-top: 5px;
  padding-bottom: 5px;
  background-image: url(img/note_line.gif);
  margin-left: 20px;
  line-height: 20px;
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
}
#staffpage #box H3{
  background-image : url(img/staffmark.jpg);
  background-repeat : no-repeat;background-position : left top;
  padding-left:40px;
  margin-left: 220px;
  font-size : medium;
  border-bottom-width : 2px;
  border-bottom-style : solid;
  border-bottom-color : fuchsia;
  height : 24px;
}
#box {
  width : 570px;
  height : 300px;
}
.staffbar{
  background-image : url(img/staffbar.jpg);
  background-repeat : no-repeat;background-position : center center;
  width : 570px;
  height : 50px;
  padding-top : 50px;
  text-align : center;
  font-size : large;
  font-weight : bold;
}
.img_left img {
  border: 1px solid #999999;
}
.c_img_left {
  float: left;
  background-color: #FFFFFF;
  padding: 10px;
}
.c_img_left img {
  border: 1px solid #999999;
}

/*
メニューページ
-------------------------------------------------------------------*/
#menupage {
  float: left;
  width : 570px;
}
#menupage H3{
  background-image : url(img/staffmark.jpg);
  background-repeat : no-repeat;background-position : left top;
  padding-left:40px;
  font-size : medium;
  border-bottom-width : 2px;
  border-bottom-style : solid;
  border-bottom-color : fuchsia;
  height : 24px;
  width : 530px;
}
#menupage strong{
  background-image : url(img/menumark.jpg);
  background-repeat : no-repeat;background-position : left top;
  margin-left: 0px;
  padding-left:26px;
  height : 24px;
}
#menupage span{
  float: right;
}
#menupage p{
  padding-top: 5px;
  padding-bottom: 5px;
  background-image: url(img/note_line.gif);
  margin-left: 0px;
  line-height: 20px;
  padding-left: 20px;
  padding-right: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.menubar{
  background-image : url(img/menubar.jpg);
  background-repeat : no-repeat;background-position : center center;
  width : 570px;
  height : 50px;
  padding-top : 50px;
  text-align : center;
  font-size : large;
  font-weight : bold;
}
/*
個人情報保護方針ページ
-------------------------------------------------------------------*/
#privacypolicypage {
  float: left;
  width : 570px;
}
#privacypolicypage p{
  padding-top: 5px;
  padding-bottom: 5px;
  background-image: url(img/note_line.gif);
  margin-left: 20px;
  line-height: 20px;
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
}
#privacypolicypage H3{
  background-image : url(img/staffmark.jpg);
  background-repeat : no-repeat;background-position : left top;
  padding-left:40px;
  font-size : medium;
  border-bottom-width : 2px;
  border-bottom-style : solid;
  border-bottom-color : fuchsia;
  height : 24px;
  width : 530px;
}
.privacypolicybar{
  background-image : url(img/privacypolicybar.jpg);
  background-repeat : no-repeat;background-position : center center;
  width : 570px;
  height : 50px;
  padding-top : 50px;
  text-align : center;
  font-size : large;
  font-weight : bold;
}
/*
インフォメーションページ
-------------------------------------------------------------------*/
#infopage {
  float: left;
  width : 570px;
}
#infopage H3{
  background-image : url(img/staffmark.jpg);
  background-repeat : no-repeat;background-position : left top;
  padding-left:40px;
  font-size : medium;
  border-bottom-width : 2px;
  border-bottom-style : solid;
  border-bottom-color : fuchsia;
  height : 24px;
  width : 530px;
}
#infopage strong{
  background-image : url(img/menumark.jpg);
  background-repeat : no-repeat;background-position : left top;
  margin-left: 0px;
  padding-left:26px;
  height : 24px;
}
#infopage p{
  padding-top: 5px;
  padding-bottom: 5px;
  background-image: url(img/note_line.gif);
  margin-left: 20px;
  line-height: 20px;
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.infobar{
  background-image : url(img/infobar.jpg);
  background-repeat : no-repeat;background-position : center center;
  width : 570px;
  height : 50px;
  padding-top : 50px;
  text-align : center;
  font-size : large;
  font-weight : bold;
}
/*
ギャラリーページ
-------------------------------------------------------------------*/
#gallerypage {
  float: left;
  width : 570px;
}
.gallerybar{
  background-image : url(img/gallerybar.jpg);
  background-repeat : no-repeat;background-position : center center;
  width : 570px;
  height : 50px;
  padding-top : 50px;
  text-align : center;
  font-size : large;
  font-weight : bold;
}
/*
サイトマップページ
-------------------------------------------------------------------*/
#sitemappage {
  float: left;
  width : 570px;
}
.sitemapbar{
  background-image : url(img/sitemapbar.jpg);
  background-repeat : no-repeat;background-position : center center;
  width : 570px;
  height : 50px;
  padding-top : 50px;
  text-align : center;
  font-size : large;
  font-weight : bold;
}
/*
コンタクトページ
-------------------------------------------------------------------*/
#contactpage {
  float: left;
  width : 570px;
}
#contactpage p{
  padding-top: 5px;
  padding-bottom: 5px;
  background-image: url(img/note_line.gif);
  margin-left: 20px;
  line-height: 20px;
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
}
#contactpage H3{
  background-image : url(img/staffmark.jpg);
  background-repeat : no-repeat;background-position : left top;
  padding-left:40px;
  font-size : medium;
  border-bottom-width : 2px;
  border-bottom-style : solid;
  border-bottom-color : fuchsia;
  height : 24px;
  width : 530px;
}
#contactpage strong{
  background-image : url(img/menumark.jpg);
  background-repeat : no-repeat;background-position : left top;
  margin-left: 0px;
  padding-left:26px;
  height : 24px;
}
.contactbar{
  background-image : url(img/contactbar.jpg);
  background-repeat : no-repeat;background-position : center center;
  width : 570px;
  height : 50px;
  padding-top : 50px;
  text-align : center;
  font-size : large;
  font-weight : bold;
}

