@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: #f6f1e8;
  font: 11px/1.231 'ヒラギノ角ゴ pro W3', "Hiragino KaKu Gothic Pro", Osaka, sans-serif;
  line-height: 1.7;
}

a:link {
  color: #583822;
}

a:hover {
  color: #765c47;
}

a:visited {
  color: #583822;
}

.clearfix {
	overflow: hidden;
	clear:both;
}

.fl{
	float: left;
}
.fr{
	float: right;
}

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

header {
  width: 100%;
}

#top_header p.top_content_header{
	padding: 12px 11px 13px 13px;
	background: #524640;
}

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

header h2 {
  padding: 0px 8px 30px 0;
  font-size: 18px;
  text-align: center;
  color: #333333;
}

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;
}

#page_top {
  margin: 0;
  padding: 0;
}

#slide_view {
	background:#021663;
}
#slide_view p{
	display:none;
}

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

#content {
  padding: 6px;
}

section {
  margin: 0px 0 8px 0;
}

section h2 {
  margin: 0 0 8px 0;
  padding: 5px 0 3px 22px;
  font-size: 14px;
  border-bottom: solid 1px;
  border-bottom-color: #cccccc;
  background: url(img/h_icon.gif) left top no-repeat;
  background-color: #eeeeee;
}

section p {
  margin: 0 0 12px 0;
  padding: 3px 0;
  line-height: 1.8;
}

section h3 {
  padding: 0;
  font-size: 14px;
  color: #9aa340;
}

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 img.picture_c {
  width: 90%;
  height: auto;
  margin: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

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;
}


/* navi button */
.navi_button{
	float: left;
	width: 100%;
}
.navi_button ul{
	padding: 0;
}
.navi_button ul li{
	width: 50%;
	float: left;
	text-align: center;
	list-style: none;
}
/*---------- ナビ ----------*/

nav {
  width: 100%;
  text-decoration: none;
  margin: 0 0 10px 0;
  background-color: #f6f1e8;
}

nav h2 {
  padding: 5px 0 3px 5px;
  font-size: 14px;
  color: #6a3906;
  border-bottom: solid 1px;
  border-bottom-color: #d2c789;
  background-color: #e9e3c5;
}

nav h3 {
  padding: 0;
  font-size: 14px;
  color: #9aa340;
}

nav img.picture {
  margin: 10px 10px 0px 10px;
  float: left;
}

nav ul {
  width: 100%;
  border-top: solid 1px;
  border-top-color: #cccccc;
}

nav li {
  width: 100%;
  list-style: none;
  text-align: left;
}

nav li a {
  padding: 10px;
  display: block;
  color: #583822 !important;
  font-weight: bold;
  text-decoration: none;
  border-bottom: solid 2px;
  border-bottom-color: #d2c789;
  background: url(img/arrow_icon.png) no-repeat scroll right center transparent;
}

nav li a:hover {
  color: #765c47 !important;
  display: block;
  font-weight: bold;
  text-decoration: none;
  border-bottom: solid 2px;
  border-bottom-color: #d2c789;
  background-color: #ffefe0;
}


/*---------- トップに戻る ----------*/

#page_back {
  margin: 0 0 8px 0;
  padding: 0 6px 0 0;
  text-align: right;
}


/*---------- フッター ----------*/

footer {
  width: 100%;
  padding: 10px 0 10px 0;
  color: #333333;
  text-align: center;
  border-top: solid 1px;
  border-top-color: #fff;
  background-color: #524640;
}

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

footer a {
  color: #fff !important;
}

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

footer a:visited {
  color: #fff;
}

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

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

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

footer p.copy a:visited {
  color: #fff;
  text-decoration: none;
}
/*============================================================
	Page Navigation
============================================================*/
#page_navi {
	overflow:hidden;
	padding:0 2% 10px;		/* marginにするとbox-shadowがでません */
	list-style: none;
}
#page_navi li {
	width:48%;
	border: 1px solid #ffffff;
	-webkit-border-radius:5px;
	background-image: -webkit-gradient(linear, left top, left bottom,
		from(#FFFFFF),
		color-stop(0.49,#FEFEFE),
		color-stop(0.5,#EAEAEA),
		to(#F9F9F9)
	);
	-webkit-box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
}
#page_navi .goto_home { float:left; }
#page_navi .page_top { float:right; }
#page_navi li a {
	display:block;
	padding:10px;
	text-align:center;
	color:#505050;
}
