/* ---------＠＠以下よりBASE部分＠＠--------- */
html {
	overflow: auto;
}
 
* {
  margin: 0px;
  padding: 0px;
}

body {  
  background-color: #fff;
  text-align:center; 
  overflow: hidden;
}
  
.page p {
  line-height: 150%
}
  
.page {
  margin: 0px auto;
  text-align:left;
  width:1000px;
}

.page img {
  border-style:none;
}


/* ---------ナビゲーション固定--------- */
.header { 
  height: 43px; 
  position: fixed; 
  z-index: 999; 
} 

/* スクロールする場所：固定ナビゲーションの高さ＋余白をpadding-topに指定したりします。 */ 
.content { 
  padding: 43px 0 0 0; 
}


/* ---------リンク色設定--------- */
.subheader a:hover,.pankuzu a:hover,.sidenavi a:hover,.main a:hover,.businesslist a:hover,.footer a:hover {
  color: #f26522;
  text-decoration: underline; 
}

.navi li a:hover {
  color:#2b61a1;
}


/* ---------ヘッダー設定--------- */
.header {
  margin-left: -500%;
  margin-right: -500%;
  padding-left: 500%;
  padding-right: 500%;
  background-color: #f17891;
}

.header img {
  float: left;
  background-color: #f17891;
}

.header01,.header02,.header03,.header04 {
  height:43px
  float : left;
  background-color: #f17891;
}

.header01 span a{
  width: 56px;
  height: 43px;
  display: block;
  overflow:hidden;
  text-indent:-9999px;
  background: url(images/header03.gif) no-repeat;
}

.header01 span a:hover{
  background-position: 0px -43px;
}


/* ---------トップ写真設定--------- */
.photo {
  margin-left: -500%;
  margin-right: -500%;
  padding-left: 500%;
  padding-right: 500%;
  background: url(images/back01.gif);
  background-color: #ffd5e1;
}


/* ---------コンタクトバナー設定--------- */
.contactbanner {
  margin-left: -500%;
  margin-right: -500%;
  padding-left: 500%;
  padding-right: 500%;
  background-color: #f17891;
}

.contactbanner01 {
  width: 726px;
  height: 270px;
  display: block;
  background: url(images/contactbanner01.jpg) no-repeat;
  float: left;
}

.contactbanner span a{
  width: 274px;
  height: 270px;
  display: block;
  overflow:hidden;
  text-indent:-9999px;
  background: url(images/contactbanner02.gif) no-repeat;
}

.contactbanner span a:hover{
  background-position: 0px -270px;
}


/* ---------タイトル設定--------- */
.QandAtitle {
  width: 600px;
  margin-top: 100px;
  margin-bottom: 50px;
  margin-left: 200px;
}

.QandAtitle h1 {
  font-size: 30px;
  text-align: center;
  color: white;
  padding: 2px 5px 2px 5px;
  background-color: #f17891;
  box-shadow:0px 0px 6px 3px #f7a8b8;
  text-shadow: #000 1px 1px 1px;
}

/* ---------Q&Aコンテンツ設定--------- */
.QandAcontents {
  width: 800px;
  margin-top: 50px;
  margin-bottom: 100px;
  margin-left: 65px;
  border: 1px solid #000;
  border-radius: 10px;
  padding: 50px 50px 50px 30px;
  background-color: #fbf6ee;
}

.QandAcontents a {
  color: blue;
}

.QandAcontents a:hover{
  color: red;
}

.QandAcontents p {
  text-align: center;
  font-size: 20px;
  padding-bottom: 10px;
  line-height: 160%
  margin-left: 15px;
}

.QandAspantitle {
  font-weight: bold;
  color: red;
}

.QandAspan01 {
  font-size: 16px;
  font-weight: normal;
  color: #003366;
}

.QandAcontents a {
  color: blue;
}

ol {
  list-style: none;
  counter-reset: yourDefinition;
 }
 
ol li {
  padding-top: 40px;
  padding-bottom: 0px;
  padding-left: 60px;
  text-indent: -40px;
  font-size: 20px;
  line-height: 180%
 }
 
ol li:before {
  counter-increment: yourDefinition;
  content: counter(yourDefinition);
  display: inline-block;
  margin-right: 10px;
  width: 30px;
  height: 30px;
  text-align: center;
  color: white;
  font-weight: bold;
  font-family: helvetica;
  text-indent: 0;
  background: #e5647e;
  border-radius: 100%;
  line-height: 135%
 }
 
.QandAcontentsleft p {
  text-align: left;
  margin-left: 25px;
}

.QandAcontentsleft h4 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: normal;
  padding: 0 25px 0 40px;
  line-height: 175%
}

.QandAcontentsP2 {
  margin-top: 80px;
}

.QandAcontents h5 {
  text-align: left;
  padding-top: 30px;
  margin-left: 100px;
  font-size: 18px;
  font-weight: normal;
}

 
 /* ---------もどるボタン設定--------- */
.backbutton {
  margin-left: 350px;
  margin-bottom: 150px;
}

.button01 {
    width:300px;
    font-size:24px;
    font-weight:bold;
    text-decoration:none;
    display:block;
    text-align:center;
    padding:8px 0 10px;
    color:#f64747;
    background-color:#ffb7ca;
    border-radius:25px;
	box-shadow:0px 0px 6px 3px #fcc1cd;
}

.backbutton a {
  color: #ffffff;
  font-weight: bold;
  text-shadow: #e96083 1px 1px 1px;
}

.backbutton a:visited {
  color: #ffffff;
  font-weight: bold;
  text-shadow: #e96083 1px 1px 1px;
}

.backbutton a:hover{
  color: #fce2ea;
  background-color:#fda0bc;
}


/* --------テーブル設定--------- */
.QandAtable table {
	border-collapse: collapse;
	text-align: center;
	line-height: 1.5;
	margin-top: 50px;
	margin-bottom: 50px;
	margin-left: 40px;
}

.QandAtable table th {
	width: 280px;
	padding: 10px;
	vertical-align: top;
	border-bottom: 1px solid #626262;
	border-right : 1px solid #a0a0a0;
}

.QandAtable table td {
	width: 410px;
	padding: 10px;
	vertical-align: top;
	border-bottom: 1px solid #626262;
	background: #efeded;	
}

.QandAtabletitle {
  background: #c1e3f3;
}


/* ---------メールフォーム設定--------- */
 .mailformheader {
  width: 1000px;
  min-height:200px;
  margin-left: -500%;
  margin-right: -500%;
  padding-left: 500%;
  padding-right: 500%;
  background-color: #66b964;
}

.mailformheader h1 {
  width: 1000px;
  padding-top: 80px;
  text-align: center;
  color: white;
}

.mailform {
  margin-top: 30px;
  text-align: center;
}

.mailform p {
  font-size: 14px;
  margin-bottom: 20px;
}

#mailformanc {
  margin-top:-42px;
  padding-top:42px;
  display:inline-block;
}


/* ---------アクセスマップ設定--------- */
 .accessmaphead {
  margin-top: 20px;
  width: 1000px;
  min-height:200px;
  margin-left: -500%;
  margin-right: -500%;
  padding-left: 500%;
  padding-right: 500%;
  background-color: #7d7d7d;
}

.accessmaphead h1 {
  width: 1000px;
  padding-top: 80px;
  text-align: center;
  color: white;
}

.accessmap {
  margin: 50px 0 50px 150px;
  width: 700px;
  padding-top: 25px;
  padding-bottom: 25px;
  text-align: center;
  border: 1px #7d7d7d solid;
  border-radius: 20px; 
  background-color: #7d7d7d;
}

.accessmaptext {
  width: 700px;
  font-size: 14px;
  text-align: left;
  margin: 20px 0 50px 155px;
}

/* ---------フッター設定--------- */
 .footer {
  width: 1000px;
  min-height:50px;
  margin-left: -500%;
  margin-right: -500%;
  padding-left: 500%;
  padding-right: 500%;
  background-color: #ffd5e1;
}

.footer p {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size:14px;
  text-align: center;
  color: #000;
}

.footer a {
  font-weight: 100;
  color: #000;
  text-decoration: none;
}

.footer a:visited {
  font-weight: 100;
  color: #000;
  text-decoration: none;
}
.footer a:hover {
  color: #000;
  text-decoration: underline;
}

