﻿@charset "utf-8";

/*--------------------------------------
	Style Name : Editorial Style Sheet

	Hypertext
	global-nav
	topic-path
	header
	content
		main-content
		sub-content
	footer
--------------------------------------*/


/*	Hypertext
--------------------------------------*/

a {
	color:#039;
}
a:link {}
a:visited {}
a:hover {}
a:focus {}
a:active {}
#sub-content ul li a {
	text-decoration:none;
}

/*	.clearfix
--------------------------------------*/
.clearfix {
  min-height: 1px;
}

.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

* html .clearfix {
  height: 1px;
}


/*	#global-nav
--------------------------------------*/

#global-nav {
	padding-bottom:25px;
	zoom:1;/* for IE 5.5-7 */
}

#global-nav:after {/* for modern browser */
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

#global-nav li {
	margin-right:1px;
	float:left;
  width: 119px;
}

#global-nav li a {
  color: #fff;
  display: table-cell;
  text-align: center;
  width: 119px;
  height: 40px;
  background-color: #553F23;
  font-size: 11px;
  text-decoration: none;
  line-height: 1.3em;
}

#global-nav li small {
  color: #D7C4AB;
}

#global-nav li a:hover {
  background-color: #B79027;
}

#global-nav li.pseudo-last-child {
	margin-right:0;
}

/*	#topic-path
--------------------------------------*/

#topic-path,
#topic-path dd,
#topic-path ul {
	margin:0;
}

#topic-path ul,
#topic-path li {
	display:inline;
}

#topic-path li a {
	margin-right:0.2em;
}

#topic-path li li {
	padding-left:1em;
}

/*--------------------------------------
	#header
--------------------------------------*/
#header{position:relative;}
#header h1,
#header p,
#header ul,
#header ol,
#header dl,
#header dd {
	margin:0;
}

#header dt,
#header strong {
	font-weight:normal;
}

#header .site-name {
	padding:13px 0 13px 16px;
}

#header p.description {
	position:absolute;
	top:40px;
	left:175px;
}

#header ul.guide-nav {
	position:absolute;
	top:17px;
	right:16px;
}

#header ul.local-nav {
	background:url(../images/texture_01.gif) repeat-x left bottom;
	text-align:center;
}

#header ul.local-nav li {
	margin:0 17px;
	display:inline;
}

#header ul.local-nav li a:hover {
	border-bottom:3px solid #79bd0d;
}

#header ul.local-nav li a img {
	padding-bottom:4px;
}

#header h1.site-name {
	
}

#header h3.page-name {
	font-size:160%;
	display:inline;
	position:absolute;
	left:180px;
	top:30px;
	font-weight:normal;
	*font-weight:bold;
}

/*--------------------------------------
	div#content
--------------------------------------*/

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
dl {
	margin-bottom:1em;
}

dl dt {
	font-weight:bold;
}

strong {
	font-weight:bold;
}

#content p.moveto {
	text-align:right;
}

 .red{
 color:#cc0000 !important;
 }

/*--------------------------------------
	div#main-content
--------------------------------------*/

#main-content {
}

#main-content .h-lv2 ul.list,
#main-content .h-lv3 ul.list{
	padding-left:2em;
}

#main-content .h-lv2 ul.list li,
#main-content .h-lv3 ul.list li{
	list-style-type:disc;
}

#main-content .h-lv2 ol.list li,
#main-content .h-lv3 ol.list li{
	list-style-type:decimal;
}

#main-content .article.article-entry ul{
	padding-left:2em;
}

#main-content .article.article-entry ul li{
	list-style-type:disc;
	line-height:1.8;
	padding:3px 0;
	margin:0 0 0 15px;
}

#main-content .article ul li{
	line-height:1.8;
	padding:3px 0;
}

#main-content .article.article-entry ol{
	padding-left:2em;
}

#main-content .article.article-entry ol li{
	list-style-type:decimal;
	line-height:1.8;
	padding:3px 0;
	margin:0 0 0 15px;
}


#main-content .inquiry{
	margin:20px 0;
	text-align:center;
}

/*--------------------------------------
	div#sub-content
--------------------------------------*/

#sub-content div.section {
	margin-bottom:30px;
}

#sub-content div.section h2 {
	margin-bottom:10px;
}

#sub-content div.section ul {
	margin:0 0 0 7px;
}

#sub-content div.section ul li {
	margin-bottom:5px;
	padding-bottom:5px;
	background:url(../images/texture_03.gif) repeat-x left bottom;
}

#sub-content div.section ul.line {
	margin:0 6px 0 5px;
	padding:5px 0 30px;
}

#sub-content div.section ul.line li {
	margin:0;
	padding:0;
	background:none;
}

#sub-content div.section ul.line li.pseudo-first-child {
/*	float:left; */
}

#sub-content div.section ul.line li.pseudo-last-child {
/*	float:right; */
}

#sub-content div.section p.attention {
  margin-top: -5px;
	margin-bottom:10px;
	clear:both;
	text-align:center;
}

#sub-content div.section.text h2 {
	margin:0;
}

#sub-content div.section.text p {
	padding:10px;
	background-color:#f7f0e6;
}

#sub-content div.section.text a {
	text-decoration:none;
}

#sub-content p.banner,
#sub-content p.note,
#sub-content div.section p.note {
	margin-left:10px;
	font-size:83%;
}

#sub-content p.note {
	color:#999;
}

#sub-content div.section p.note {
	color:#604b31;
}

#sub-content div.section div.garelly {
	margin:0 0 10px 15px;
	padding-bottom:1px;
	width:195px;
	background:url(../images/texture_03.gif) repeat-x left bottom;
	color:#604b31;
}

#sub-content div.section div.garelly p {
	margin-bottom:10px;
}

#sub-content div.section div.garelly p.pic {
	text-align:center;
}

#sub-content div.searchform {
	padding:10px 0 10px 10px;
	background-color:#79bd0d;
}

#sub-content div.searchform h3 {
	margin-bottom:5px;
}

#sub-content div.searchform legend {
	display:none;
}

#sub-content div.searchform input.text {
	width:150px;
}

#sub-content div.searchform input.image {
	vertical-align:middle;
	*vertical-align:top;
}

#sub-content p.searchform {
	margin:5px 0 0 10px;
	line-height:1.3;
}


/*--------------------------------------
	div#footer
--------------------------------------*/

#footer h2,
#footer p,
#footer ul,
#footer ol,
#footer dl,
#footer dd {
	margin:0;
}

#footer dt,
#footer strong {
	font-weight:normal;
}

#footer ul.guide-nav,
#footer address {
	text-align:center;
}

#footer p.backtotop,
#footer p.moveto {
	padding:30px 0 3px 0;
	border-bottom:1px solid #604b31;
	text-align:right;
}

#footer ul.guide-nav {
	margin:5px 0 20px;
}

#footer ul.guide-nav li {
	margin-left:0.2em;
	padding-left:0.5em;
	display:inline;
	background:url(../images/texture_02.gif) no-repeat left center;
}

#footer ul.guide-nav li.pseudo-first-child {
	margin-left:0;
	padding-left:0;
	background:none;
}
