@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;
  color:#5a5a5a; 
  line-height: 1.7;
}

p.sample {
color: #000000;
background-color: #99cc00
}

a:link {
  color: #583822;
}

a:hover {
  color: #765c47;
}

a:visited {
  color: #583822;
}

a:hover img{
opacity: 0.6;
filter: alpha(opacity=60);
-moz-opacity:0.6;
}

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

header {
  width: 100%;
}

.icon{
}




.page_top{
    position:relative;
}
.page_top span{
	position:absolute;
	top: 5px;
	right: 1px;
	width: 90px;
	height:80px;
}
.page_top span img{
margin-left:5px;
}





header h1 {
  padding: 2px 0 2px 8px;
  text-align: left;
  font-size: 12px;
  color: #9f6e34;
  font-weight: normal;
  background-color: #ffffff;
}

header h2 {
  padding: 10px 0 10px 0;
  font-size: 18px;page_top
  color:#0000FF
}

header h2 a {
  color: #333333 !important;
  font-size: 18px;
  text-decoration: none;
}

header h2 a:hover {
  color: #765c47 !important;
  font-size: 18px;
  text-decoration: underline;
}

header img.main_photo {
  width: 100%;
  height: auto;
}



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

#main {
  padding: 6px;
  margin-left:10px;
  margin-right:10px;
}

.whatsthis{
padding:0px;
height:auto;
}

.pickuppoint{
background-color:#fbfde7;
height:auto;
padding-bottom:10px;
padding-top:10px;
}

.h2red{
font-size:18px;
font-weight:bold;
color:#ff9999;
text-align: center;
}

.wbox{
background:#FFFFFF;
margin-left:10px;
margin-right:10px;
margin-top:10px;
margin-bottom:10px;
}

.contact{
background-color:#ffc5c5;
height:auto;
padding:10px;
color:#FFFFFF;
}

.kindsof{
height:auto;
padding:10px;
margin-bottom:15px;
margin-top:15px;
}


.thereason{
background:#feecfd;
height:auto;
padding-bottom:15px;
}

.thereason_box{
background:#FFFFFF;
height:auto;
margin:15px;
}

.box_p{
padding-left:10px;
padding-right:10px;
padding-bottom:10px;
}

section {
  margin: 0 0 8px 0;
}

section h2 {
  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_icon.gif) left top no-repeat;
  background: url(img/h_bg.gif) center repeat-x;
}

section p {
  margin: 0 0 12px 0;
  padding: 3px 0;
  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;
}


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

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: #583822 !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: #765c47 !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: #f4b2d3;
  text-align: center;
  border-top: solid 1px;
  border-top-color: #cccccc;
  background-color: #f4b2d3;
}

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

footer a {
  color: #555555 !important;
}

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

footer a:visited {
  color: #555555;
}

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

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

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

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