@charset "UTF-8";

/* =========================================================================
　base.css （全ページ共通の設定）

　目　次

　1.リセット
　2.body
　3.各要素
　4.ヘッダー
　5.コンテナ（コンテンツ＋サイド）
　6.コンテンツ
　7.サイド
　8.フッター
========================================================================= */

/* -------------------------------------------------------------------------
 1.リセット
------------------------------------------------------------------------- */
html,body,div,
blockquote,pre,
dl,dt,dd,
form,input,textarea,select,option,optgroup,button,label,fieldset,legend {
	font-size: 100%;
	margin: 0;
	padding: 0;
}
img {
	border: 0;
	vertical-align: bottom;
}

/* -------------------------------------------------------------------------
 2.body
------------------------------------------------------------------------- */
body {
	min-width: 980px;
	color: #333;
	font-size: 80%;
	font-family: Verdana, Arial, sans-serif;
	background: #FFF;
	line-height: 1.2;
}

/* テキストリンクの設定
---------------------------------------------------------------------- */
a:link {
	color: #06C;
}
a:visited {
	color: #7D7D7D;
}
a:hover,
a:active,
a:focus {
	color: #F00;
}

/* 非表示の設定
---------------------------------------------------------------------- */
hr.hide {
	display: none;
}

/* -------------------------------------------------------------------------
 3.各要素
------------------------------------------------------------------------- */

/* h1
---------------------------------------------------------------------- */
h1 {
	font-size: 140%;
	font-weight: bold;
	margin: 0 0 25px;
	padding: 14px 5px 16px 65px;
	background: #A0CB5F url(../images/base/h1_bg.gif) no-repeat 15px 12px;
	border-right: 1px solid #AAA;
	border-bottom: 1px solid #999;
	line-height: 1.1;
}
#wcv_sys_titlearea h1#wcv_sys_h1_edit{
	border-right: 0px;
	border-bottom: 0px;
}


/* h2
---------------------------------------------------------------------- */
h2 {
	clear: both;
	font-size: 130%;
	font-weight: bold;
	margin: 20px 5px 10px;
	padding: 8px 5px 8px 34px;
	background: #B1D47C url(../images/base/h2_bg.gif) no-repeat 12px 13px;
	border-right: 1px solid #AAA;
	border-bottom: 1px solid #999;
	line-height: 1.1;
}
#wcv_sys_edit_topbelt h2#wcv_sys_edit_topbelt_title {
	border-right: 0px;
	border-bottom: 0px;
}

/* h3
---------------------------------------------------------------------- */
#sitemap h2,
h3 {
	clear: both;
	font-size: 110%;
	font-weight: bold;
	margin: 15px 8px 10px;
	padding: 7px 5px 7px 10px;
	background: #ECECEC;
	border-bottom: 1px solid #AAA;
	border-left: 7px solid #00904B;
	line-height: 1.1;
}
#sitemap h2 {
	border-right: none;
}

/* h4
---------------------------------------------------------------------- */
#sitemap h3,
h4 {
	clear: both;
	font-size: 100%;
	font-weight: bold;
	margin: 15px 10px 10px;
	padding: 5px 0 5px 7px;
	border-left: 5px solid #00904B;
	line-height: 1.1;
}
#sitemap h3 {
	background: none;
	border-bottom: none;
}

/* p
---------------------------------------------------------------------- */
p {
	font-size: 100%;
	margin: 0 15px 15px;
	padding: 0;
	line-height: 1.5;
}

/* ul,ol
---------------------------------------------------------------------- */
ul {
	font-size: 100%;
	margin: 10px 10px 20px 25px;
	padding: 0;
	line-height: 1.3;
	list-style: none;
}
ul li {
	margin: 0;
	padding: 0 0 10px 13px;
	background: url(../images/base/li_bg.png) no-repeat 0 5px;
}
#content ul li {
	margin-bottom: 10px;
	padding-bottom: 0;
}
ol {
	font-size: 100%;
	margin: 10px 10px 20px 50px;
	padding: 0;
	line-height: 1.3;
}
ol li {
	margin: 0 0 10px;
	padding: 0;
}

/* table
---------------------------------------------------------------------- */
#container table,
#container-noside table {
	clear: both;
	margin: 0 10px 20px;
	padding: 0;
	border-collapse: collapse;
	border: 1px solid #CCC;
	border-spacing: 0;
	empty-cells: show;
}
#container caption,
#container-noside caption {
	font-size: 120%;
	text-align: center;
	padding: 10px;
	font-weight: bold;
}
#container th,
#container-noside th {
	font-size: 100%;
	font-weight: bold;
	padding: 10px 5px;
	background: #F4F4F4;
	border: 1px solid #CCC;
	text-align: center;
	vertical-align: middle;
	line-height: 1.1;
}
#container td,
#container-noside td {
	font-size: 100%;
	padding: 10px;
	border: 1px solid #CCC;
	text-align: left;
	vertical-align: middle;
	line-height: 1.3;
}

/* hr
---------------------------------------------------------------------- */
hr {
	height: 0;
	margin: 15px 5px;
	padding: 0 0 5px;
	border: none;
	border-bottom: 1px dotted #AAA;
}

/* blockquote
---------------------------------------------------------------------- */
blockquote {
	margin: 0 15px 15px 30px;
	padding: 15px;
	border:1px solid #999;
}
blockquote p {
	margin: 0;
}

/* -------------------------------------------------------------------------
 4.ヘッダー
------------------------------------------------------------------------- */
#header-belt {
	width: 940px;
	margin: 0 auto;
	padding: 10px 0;
	overflow: hidden;
}

/* ナビゲーションを飛ばす
---------------------------------------------------------------------- */
p#header-skipnavi {
	/* CSS適用環境では非表示 */
	width: 0;
	height: 0;
	position: absolute;
	overflow: hidden;
}
p#header-noscript {
	margin: 0 0 10px;
	text-align: center;
}

/* ロゴ
---------------------------------------------------------------------- */
h1#header-logo {
	float: left;
	margin: 0;
	padding: 0;
	background: none;
	border: none;
}

/* 検索フォーム
---------------------------------------------------------------------- */
#header-search {
	float: right;
	padding: 10px 0 15px;
}
#header-search table {
	width: 246px;
	margin: 0;
	border-width: 0;
}
#header-search td {
	padding: 0;
	border: none;
}
#header-search td.gsc-input input {
	width: 183px;
	margin: 0 2px 0 0;
	padding: 2px;
}
#header-search td.gsc-search-button input {
	font-size: 90%;
	margin: 0;
	background: #EEE;
	background: -moz-linear-gradient(top, #FFF, #F3F3F3);
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#F3F3F3));
	border: 1px solid #B0B0B0;
	border-radius: 4px;
	cursor: pointer;
}
#header-search td.gsc-clear-button,
#header-search table.gsc-branding {
	display: none;
}

/* 文字サイズ変更・背景色変更
---------------------------------------------------------------------- */
dl#header-fontsize,
dl#header-bgcolor {
	float: right;
	font-size: 12px;
	margin: 0 0 0 15px;
	padding: 0 7px 0 0;
	background: #F3F3F3 url(../images/base/header-bgcolor_bg.gif) no-repeat top right;
}
dl#header-bgcolor {
	clear: right;
	margin: 0 0 0 20px;
}
dl#header-fontsize dt,
dl#header-bgcolor dt {
	float: left;
	padding: 7px 5px 7px 10px;
	background: url(../images/base/header-bgcolor_bg.gif) no-repeat top left;
}
dl#header-fontsize dd,
dl#header-bgcolor dd {
	float: left;
	padding: 5px 1px 5px 0;
}
dl#header-fontsize dd a,
dl#header-bgcolor dd a {
	display: block;
	padding: 2px;
}

/* ヘッダーナビ
---------------------------------------------------------------------- */
ul#header-navi {
	float: right;
	margin: 0;
	padding: 6px 0 0;
}
ul#header-navi li {
	float: left;
	font-size: 12px;
	margin: 0 5px 0 0;
	padding: 0;
	background: none;
}

/* グローバルナビ
---------------------------------------------------------------------- */
ul#globalnavi {
	clear: both;
	width: 974px;
	margin: 0 auto 15px;
	padding: 3px;
	background: #C6DE99 url(../images/gmenu/globalnavi_bg.gif) no-repeat 3px 3px;
	overflow: hidden;
}
ul#globalnavi li {
	float: left;
	padding: 0;
	background: none;
}

/* スマートフォン用 グローバルナビ
---------------------------------------------------------------------- */
p#sp_menu_btn,
#sp_navi_wrap {
	display: none;
}

/* -------------------------------------------------------------------------
 5.コンテナ（コンテンツ＋サイド）
------------------------------------------------------------------------- */
/* トップページ・サイドありの下層ページは　#container、
   サイドなしの下層ページは　#container-noside */

#container,
#container-noside {
	clear: both;
	width: 980px;
	margin: 0 auto 20px;
	overflow: hidden;
}

/* -------------------------------------------------------------------------
 6.コンテンツ
------------------------------------------------------------------------- */
/* コンテンツ内の項目は、
   トップページは別ファイル top.css で設定
   下層ページは別ファイル content.css で設定 */

/* 下層ページ
---------------------------------------------------------------------- */

/* サイドあり */
#content {
	width: 740px;
	float: left;
}

/* サイドなし */
#container-noside #content {
	width: 950px;
	float: none;
	margin: 0 15px;
}

/* トップページ
---------------------------------------------------------------------- */
#top-content {
	width: 760px;
	float: left;
}
#top-content #content {
	width: 540px;
	float: right;
}
#top-leftcolumn {
	width: 200px;
	float: left;
}
#top-rightcolumn {
	width: 200px;
	float: right;
}
#wcv_sys_edit_pageeditarea #top-rightcolumn{
	width: 210px;
}

/* -------------------------------------------------------------------------
 7.サイド
------------------------------------------------------------------------- */
#side {
	width: 200px;
	float: right;
}

/* サイドナビ
---------------------------------------------------------------------- */
#sidenavi-wrap {
	margin: 0 0 15px;
	background: url(../images/base/sidenavi_bg.png) repeat-y;
}

/* 第１階層 */
ul#sidenavi {
	font-size: 110%;
	margin: 0;
	padding: 0 0 8px;
	background: url(../images/base/sidenavi_bg.png) no-repeat right bottom;
	line-height: 1.2;
	overflow: hidden;
}
ul#sidenavi li {
	float: left;
	padding: 0;
	background: none;
}
ul#sidenavi li a {
	width: 190px;
	display: block;
	color: #333;
	padding: 15px 5px;
	background: #C6DE99 url(../images/base/sidenavi_bg.png) no-repeat -200px 0;
	border-bottom: 1px solid #CCC;
	text-decoration: none;
	text-align: center;
}
ul#sidenavi li a:visited {
	color: #666;
	text-decoration: none;
}
ul#sidenavi li a:hover,
ul#sidenavi li a:active,
ul#sidenavi li a:focus,
ul#sidenavi li a.stay,
ul#sidenavi li a.stay:visited {
	color: #000;
	background-color: #8FC243;
	text-decoration: none;
}

/* 第２階層 */
ul#sidenavi ul {
	font-size: 90%;
	margin: 0 1px;
	overflow: hidden;
}
ul#sidenavi ul li a {
	width: 170px;
	margin: 0 0 -1px;
	padding: 12px 5px 11px 23px;
	background: url(../images/base/sidenavi_li_li_bg.png) no-repeat 0 16px;
	border-bottom: 1px dotted #999;
	text-align: left;
}

/* 第３階層 */
ul#sidenavi ul ul {
	font-size: 90%;
	margin: 0;
	border-bottom: 1px dotted #999;
	overflow: hidden;
}
ul#sidenavi ul ul li a {
	width: 163px;
	margin: 0;
	padding: 6px 5px 5px 30px;
	background: url(../images/base/sidenavi_li_li_li_bg.gif) no-repeat 0 12px;
	border-bottom: none;
}

/* サイドバナー
---------------------------------------------------------------------- */
#side p {
	margin: 0 0 10px;
}

/* -------------------------------------------------------------------------
 8.フッター
------------------------------------------------------------------------- */
#footer {
	clear: both;
	padding: 15px 0 0;
}

/* 広告
---------------------------------------------------------------------- */
#footer-koukoku {
	width: 978px;
	margin: 0 auto 20px;
	padding: 15px 0;
	border: 1px solid #CCC;
	overflow: hidden;
}
#footer-koukoku ul {
	margin: 0;
}
#footer-koukoku li {
	width: 20%;
	float: left;
	padding: 0 0 13px;
	background: none;
	text-align: center;
}
#footer-koukoku p {
	clear: both;
	margin: 0;
	padding: 0 20px 0 0;
	text-align: right;
}

/* ページの先頭へ
---------------------------------------------------------------------- */
#footer-btt {
	padding: 80px 0 5px;
	background: url(../images/base/footer-btt_bg.gif) no-repeat center bottom;
}
#footer-btt p {
	width: 980px;
	margin: 0 auto;
	background: url(../images/base/footer-btt_p_bg.gif) no-repeat top right;
	text-align: right;
}
#footer-btt p img:hover {
	opacity: 0;
	filter: alpha(opacity=0);
}

/* アドレス
---------------------------------------------------------------------- */
#footer-belt {
	padding: 15px 0 20px;
	background: #C6DE99;
	overflow: hidden;
}
#footer-belt-inner {
	width: 980px;
	margin: 0 auto;
}
address {
	float: left;
	font-style: normal;
	padding: 0 0 10px 15px;
	line-height: 1.3;
}

/* フッターナビ
---------------------------------------------------------------------- */
ul#footer-navi {
	float: right;
	margin: 0;
	padding: 0 5px 10px 0;
	overflow: hidden;
}
ul#footer-navi li {
	float: left;
	margin: 0 0 5px -1px;
	padding: 0;
	background: none;
	border-left: 1px solid #94A673;
}
ul#footer-navi li img {
	margin-left: 5px;
	vertical-align: middle;
}
ul#footer-navi li a {
	display: block;
	color: #333;
	padding: 1px 10px;
	text-decoration: none;
}
ul#footer-navi li a:visited {
	color: #666;
	text-decoration: none;
}
ul#footer-navi li a:hover,
ul#footer-navi li a:active,
ul#footer-navi li a:focus {
	color: #C00;
	text-decoration: underline;
}

/* コピーライト
---------------------------------------------------------------------- */
p#footer-copyright {
	clear: both;
	margin: 0;
	padding: 25px 0 20px;
	background: #6FB53A	url(../images/base/footer-copyright_bg.gif) repeat-x;
	line-height: 1.1;
	text-align: center;
}

/* PC・スマートフォンの表示切り替え
---------------------------------------------------------------------- */
#modeswitch {
	clear: both;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	text-align: center;
	padding: 10px 0;
}
#modeswitch a:link,
#modeswitch a:visited,
#modeswitch a:focus {
	text-decoration: underline;
}
#modeswitch dt {
	display: inline;
}
#modeswitch dt a#modeswitch1 {
	border-right: 1px solid #666;
	padding-right: 7px;	
}
#modeswitch dt a#modeswitch2 {
	padding-left: 2px;	
}
#modeswitch dt .current {
	color: #333;
	text-decoration: none;
}
