@charset "UTF-8";


/*--------------------------------------------------------
1、サイト全体の背景設定
------------------------------------------------------*/

#container{ background-color: #fff; }


/*--------------------------------------------------------
2、サイト全体の共通設定
-------------------------------------------------------*/

body{ color: #333; }

/*●リンク文字*/
a{ text-decoration: underline; }

a:link,
a:visited{ color: #918238; }
a:hover,
a:active{ color: #fcbd00; }


/*--------------------------------------------------------
3、エリアの設定
--------------------------------------------------------*/

#container{
	position: relative;
	padding-top: 23px;
	background: url(../images/bg-sub/taiken-gold.jpg) repeat ;
}



/*--------------------------------------------------------
トップ
--------------------------------------------------------*/

#top{ 
	position: absolute;
	top: 0;
	background-color: #ffcc33;
	border-bottom: 1px solid #ccc;
	font-size: 1.2em;
}

#top-in{
	position: relative;
	padding: 2px 0;
}

#top a:link,
#top a:visited{ color: #a6931a; }
#top a:hover,
#top a:active{ color: #a39119; }

#top-menu{ text-align: right; }

#top-menu li{
	display: inline;
	margin-left: 1em;
	list-style: none;
}

#top-menu li a{
	padding-left: 15px;
	background: url(../images/icon/icon-arrow_r.png) left center no-repeat;
}


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

#header{
	font-size: 1.2em;
}

#header-gold{
	background: url(../images/bg-sub/taiken-gold.jpg) repeat ;
	font-size: 1.2em;
}

#header-in{ padding: 0; }

#header h1{
	margin-bottom: 1em;
	padding-left: 0.5em;
	font-size: 1.167em;
}


/*--------------------------------------------------------
コンテンツ全体
--------------------------------------------------------*/

#main-in{
	background: #fff;
 }


/*画像を中央に寄せる*/
img.chu{
	display: block;
	margin-left: auto;
	margin-right: auto;
}


/*--------------------------------------------------------
メインコンテンツ（本文）
--------------------------------------------------------*/

#main-contents{ font-size: 1.8em; }

p{
	margin-bottom: 1.5em;
	line-height: 1.8;
	text-align: left;
}

#main-contents .contents{
	margin-top: 40px;
	padding: 0 100px;
}

/*●フラワー背景*/
.bg-flower{
	background: url(../images/bg-sub/taiken-flower.jpg) #fff left top no-repeat;
	height: auto;
	padding-top: 150px;
}

.bg-flower2{
	background: url(../images/bg-sub/taiken-flower2.jpg) #fff right top no-repeat;
	height: auto;
	padding-top: 150px;
}

/*●コンテンツ2*/
.contents2{
	background: #fffce4;
	margin: 0 50px 0;
	padding: 30px 30px 20px;
	border: 8px #f8df17 double;
	height: auto;
}

/*●コンテンツ3*/
#main-contents .contents3{
	margin: 50px 50px 50px 350px;
}

/*●コンテンツ4*/
#main-contents .contents4{
	margin: 0;
	padding: 30px 50px 0 80px;
}

/*●コンテンツ5*/
#main-contents .contents5{
	margin: 0;
	padding: 40px 0 10px 0;
	text-align: center;
}

/*●H2タグ*/
#main-contents h2{
	margin: 0 0 1.5em;
	padding: 0.4em 1em 0.4em 0;
	border-bottom: 2px solid #b3d465;
	background: url(../images/bg-sub/bg-conts-h.gif) left top repeat-x #fff;
}

.title-green{
	border-left:#b3d465 solid 15px;
	padding:0 0 0 .5em;
	font-size: 1.4em;
	font-weight: bold;
}

#main-contents h2 a:link,
#main-contents h2 a:visited{ color: #333; }

#main-contents h2 a:hover,
#main-contents h2 a:active{ color: #9c3; }

#main-contents h2.img-title{
	margin: 0 0 1.5em;
	padding: 0;
	border: 0;
	background: none;
}


/*●H3タグ*/
#main-contents h3{
	margin: 0 0 1.5em;
	padding: 0.5em;
	border-left: 8px solid #bcd764;
	background-color: #eff0ef;
	font-size: 1.143em;
	font-weight: bold;
}

#main-contents h3 a:link,
#main-contents h3 a:visited{ color: #333; }

#main-contents h3 a:hover,
#main-contents h3 a:active{ color: #9c3; }

#main-contents h3.img-title{
	margin: 0 0 1.5em;
	padding: 0;
	border: 0;
	background: none;
}


/*●H4タグ*/
#main-contents h4{
	margin: 0 0 1.5em;
	padding: 0.8em;
	border: 1px solid #8e8e8e;
	font-weight: bold;
}

#main-contents h4 a:link,
#main-contents h4 a:visited{ color: #333; }

#main-contents h4 a:hover,
#main-contents h4 a:active{ color: #9c3; }

#main-contents h4.img-title{
	margin: 0 0 1.5em;
	padding: 0;
	border: 0;
	background: none;
}


/*●H5タグ*/
#main-contents h5{
	margin: 0 0 1.5em;
	padding: 0 0.8em 0.5em;
	border-bottom: 2px solid #414141;
	font-weight: bold;
}

#main-contents h5.img-title{
	margin: 0 0 1.5em;
	padding: 0;
	border: 0;
	background: none;
}

#main-contents h5 a:link,
#main-contents h5 a:visited{ color: #333; }

#main-contents h5 a:hover,
#main-contents h5 a:active{ color: #9c3; }


/*●テーブルタグ*/
#main-contents table{
	margin-bottom: 1.5em;
	padding: 0;
	border-top: 1px solid #959595;
	border-left: 1px solid #959595;
}

/*「table」の1行目に「colspan」を利用する場合は「auto」を指定する*/
/*#main-contents table{ table-layout: auto; }*/

#main-contents th,
#main-contents td{
	padding: 0.5em;
	border-right: 1px solid #959595;
	border-bottom: 1px solid #959595;
}

#main-contents th{
	background-color: #f0f0f0;
	font-weight: bold;
	text-align: left;
}

/*●サイトマップ*/
#main-contents .sitemap li{ list-style: none; }

#main-contents .sitemap li a{
	display: block;
	padding: 3px 0 3px 20px;
	background: url(../images/icon/icon-arrow_r_gray.png) 0 6px no-repeat;
}

#main-contents .sitemap ul{ margin-top: 1em; }

#main-contents .sitemap li li a{
	padding: 0 0 0 15px;
	border-left: none;
	background: url(../images/icon/icon-menu02.png) 0 6px no-repeat;
}


/*●Twitterウィジェット用*/
#main .twtr-widget{ margin-bottom: 15px; }

#main .twtr-doc{ margin: auto; }

#main .twtr-hd h3,
#main .twtr-hd h3{
	clear: none;
	width: auto;
	border: 0;
	background: none;
}

/*●ページ送り*/
#main ul.pageNav01 {
	margin: 0 0 60px;
	padding: 12px;
	background: #fff;
	text-align: center;
	font-size: 1.4em;
	font-weight: bold;
}

#main ul.pageNav01 li {
	display: inline;
	margin: 0 2px;
	padding: 0;
}

#main ul.pageNav01 li span,
#main ul.pageNav01 li a {
	display: inline-block;
	margin-bottom: 5px;
	padding: 1px 8px;
	background: #fff289;
	border: 1px solid #ccc;
	vertical-align: middle;
	text-decoration: none;
}

#main ul.pageNav01 li a:hover {
	background: #fff;
}

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

#footer{
	clear: both;
	padding-top: 30px;
	padding-bottom: 10px;
	background: #FFF1C9; /*フッター全体の背景色を指定*/
	font-size: 1.2em;
}

#footer a:link,
#footer a:visited{ color: #7a6d13; }
#footer a:hover,
#footer a:active{ color: #ffd002; }

#footer h3{
	margin-bottom: 1em;
	padding: 0.5em 1em;
	background-color: #fff;
	color: #333;
	font-weight: bold;
	border-radius: 14px;
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
}

#footer .area01 h3{ background-color: #ffcc33; }

#footer-in li{ list-style: none; }

#footer .area01{
	float: left;
	width: 39%;
	padding-bottom: 20px;
}

#footer .area02{
	float: right;
	width: 60%;
	padding-bottom: 20px;
}

/*●アクセス情報*/
#footer .access{ padding: 0 1em; }

#footer .access p{ margin-bottom: 1em; }


/*●フッターメニュー*/
#footer .footer-menu{
	overflow: hidden;
	width: 100%;
	padding: 0;
}

#footer .footer-menu ul{
	float: left;
	width: 42%;
	margin-right: 5%;
	padding: 1%;
}

#footer .footer-menu ul ul{
	float: none;
	width: auto;
	margin-top: 1em;
	margin-right: 0;
}

.footer-menu li{
	margin-bottom: 5px;
	padding: 0px 0 3px;
	padding-left: 15px;
	background: url(../../images/icon/icon-arrow02.png) left 3px no-repeat;
}

.footer-menu li li{
	padding-left: 15px;
	padding-top: 0;
	background: url(../../images/icon/icon-arrow01.png) left 4px no-repeat;
}

/*●コピーライト*/
.copyright{
	padding: 15px 0;
	background: #ffcc33;
	font-size: 1.2em;
	text-align: center;
}


/*--------------------------------------------------------
ページトップ
--------------------------------------------------------*/

#page-top p{
	margin-bottom: 0;
	margin-top: 20px;
	margin-left: auto;
	width: 209px;
	height: 30px;
}

#page-top p img{
	padding: 0;
}

/*------------------------------------------------------------
ソーシャルボタン
-------------------------------------------------------------*/

#main-contents .sb{
	width:100%;
	margin: 0;
	padding: 0;
}

#main-contents .sb li{
	display: inline-block;
	margin-right: 5px;
	vertical-align: top;
	list-style: none;
}

* html #main-contents .sb li{
	float: left;
	width: 130px;
	list-style: none;
} /* IE6 */

*+html #main-contents .sb li{
	display: inline;
	list-style: none;
} /* IE7 */

#main iframe.twitter-share-button{ width: 100px!important; }


/*------------------------------------------------------------
floatの回り込みを解除
-------------------------------------------------------------*/

#top-in:after,
#header-in:after,
#global-nav-in #menu:after,
#main-in:after,
#main-and-sub:after,
.contents:after,
#main-contents dl.dl-style01:after,
.box-wrap:after,
dl.search-box:after,
#footer-in:after,
#main-contents .sb:after,
.contact:after,
#main-contents .cont-menu01:after,
#main-contents .cont-menu02:after,
.clearfix:after{ content : ''; display : block; clear : both; height:0; }

#top-in,
#header-in,
#global-nav-in #menu,
#main-in,
#main-and-sub,
.contents,
#main-contents dl.dl-style01,
.box-wrap,
dl.search-box,
#footer-in,
#main-contents .sb,
.contact,
#main-contents .cont-menu01,
#main-contents .cont-menu02,
.clearfix{ /zoom : 1; }


/*------------------------------------------------------------
　template created by web-rider
-------------------------------------------------------------*/
/*追記*/
p.graytext{
	font-size: 0.7em;
	color: #919191;
    text-align: right;
    width: 50%;
    margin-left: auto;
    margin-right: 60px;
}