@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
	list-style-type: none;
}
body	{
	font-family: 'メイリオ', 'Hiragino Kaku Gothic Pro', sans-serif;
	background-repeat: repeat;
	background-image: url(bcg-g1.jpg);
}

/* 言語選択 
------------------------------------------------------------*/
#language {
	height: 26px;
	display: block;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
#language ul {
	display: block;
	float: right;
	padding-right: 10px;
}
#language ul li {
	float: left;
}

#language ul li a {
	text-decoration: none;
	color: #000000;
	background-color: #FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	font-size: 14px;
	display: block;
	padding-top: 2px;
	line-height: 1.5em;
}
.jap a {
	border-bottom: medium solid #E9E9E9;
}
.eng a {
	border-bottom: thick solid #F49962;
}
#language ul li a:hover	{
	background-color: #eeeeee;
}
#language ul li a:focus	{
	outline: none;
}
#language ul :after {
	clear: both
}

#wrapper {
	background-color: #ffffff;
	max-width: 1000px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

/* ヘッダー 
------------------------------------------------------------*/
.header	{
	border-bottom: 1px solid #DDDDDD;
	height: 70px;
	margin-bottom: 12px;
	padding-top: 20px;
	background-image: url(bcg-header.png);
	background-position: right 0%;
	background-repeat: no-repeat;
}
.name-logo h1 {
	text-align: left;
	width: 100%;
	padding-bottom: 20px;
}
.name-logo h1 a	{
	color: #000000;
	text-decoration: none;
}

.name-logo img	{
	border: none;
	margin-left: 20px;
	vertical-align: middle;
}
.header:after  {
	content: "";
	display: block;
	clear: both;
}

/* トップへボタン(600px以上)
------------------------------------------------------------*/
#topbtn	a {
	padding-top: 7px;
	padding-right: 17px;
	padding-left: 15px;
	padding-bottom: 7px;
	border: solid 1px #aaaaaa;
	border-radius: 5px;
	background-color: #ffffff;
	position: absolute;
	right: 5%;
	float: right;
	text-decoration: none;
	display: block;
	top: 25px;
}
#topbtn a:hover {
	background-color: #dddddd;
}
#topbtn a:focus	{outline: none;
}
#topbtn i {
	color: #707070;
	font-size: 20px;
}
#topbtn span {
	color: #707070;
	font-size: 14px;
	margin-left: 5px;
}	

/* グローバルナビゲーション
------------------------------------------------------------*/
.navi {
	max-width: 1000px;
}
.navi i {
	padding-left: 7px;
}
.navi ul {
	width: 100%;
}
.navi ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 16px;
	float: left;
	position: relative;
	width: 16.66%;/*親メニューの幅*/
	height: 50px;/*親メニューの高さ*/
	line-height: 50px;
	background-image: url(bcg-nav-1.png);/*親メニューの背景画像*/
	color: #4D4D4D;/*親メニューの文字色*/
	text-align: center;
	font-weight: bold;
}
.navi ul li a {
	color: #FFFFFF;
	display: block;
	text-decoration: none;
	border-left: thin solid #FFFFFF;
	text-align: center;
}
.navi ul li:hover, .navi ul li a:hover {
	background-image: url(bcg-nav-11.png);/*ホバー時の親メニューの背景画像*/
	color: #FFFFFF;/*ホバー時の親メニューの文字色*/
}
.navi ul li ul {
	position: absolute;
	top: 50px;/*親メニューの高さと同じにする*/
	z-index: 100;
}
.navi ul li ul li {
	visibility: hidden;
	overflow: hidden;
	width: 100%;/*サブメニューの幅*/
	height: 0;
	font-size: 14px;
	line-height: 35px;
	background: #E6D2B3;/*サブメニューの背景色*/
	border-bottom: thin solid #FFFFFF;
}
.navi ul li ul li a {
	color: #602D09;
}
.navi ul li ul li:hover, .navi ul li ul li a:hover {
	color: #AB1511;
	background: #DABD8F;/*ホバー時のサブメニューの背景色*/
}
.navi ul li:hover ul li, .navi ul li a:hover ul li {
	visibility: visible;
	overflow: visible;
	height: 35px;/*サブメニューの高さ*/
	z-index: 10;
}
.navi * {
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

#schedule {
	width: 100%;	
}
#schedule:after  {
	content: "";
	display: block;
	clear: both;
}

/* カレンダー
------------------------------------------------------------*/
#wp-calendar-horizontal {
	font-size: 1em;
	text-align : center;
	margin-top: 10px;
	clear: left;}
#wp-calendar-horizontal a {
 	font-size: 1em;
	text-decoration : underline;}
#wp-calendar-horizontal a:visited {
	color: #333;
	text-decoration : underline;}
#wp-calendar-horizontal a:hover {
	text-decoration : underline;}
#wp-calendar-horizontal .saturday,
#wp-calendar-horizontal .saturday a {
	color : #0000cc;}
#wp-calendar-horizontal .sunday,
#wp-calendar-horizontal .sunday a {
	color : #ff0000;}
#today {
	background-color : #f0ceff;}
#cal-month {
	padding-right: 10px;
	font-weight: bold;}
#cal-prev-month {
	padding-right: 15px;
	text-decoration:none;}
#cal-prev-month a:link {
	color: #333;
	text-decoration:none;}
#cal-prev-month a:visited {
	text-decoration:none;}
#cal-prev-month a:hover {
	text-decoration:none;
	color: #F60;}
#cal-next-month {
	padding-left: 15px;
	text-decoration:none;}
#cal-next-month a:link {
	color: #333;
	text-decoration:none;}
#cal-next-month a:visited {
	text-decoration:none;}
#cal-next-month a:hover {
	text-decoration:none;
	color: #F60;}


.navi ul:after {
	content: "";
	display: block;
	clear: both;
}
#content {
	width: 64.5%;
}
#sidebar {
	width: 29%;
}


/* コンテンツ */
div#content  {
	float: left;
	padding-left: 2%;
	padding-right: 2%;
	margin-bottom: 20px;}

p#pagetitle	{
	font-size: 1.2em;
	letter-spacing: 3px;
	font-weight: bold;
	color: #fff;
	background-repeat: no-repeat;
	background-image: url(bcg-h1.png);
	background-position: left top;
	text-align: center;
	line-height: 45px;
	text-shadow: 1px 0px #B9B9B9;
	padding: 10px 0;
	margin-top: 10px;}

div#content p#teiki-description {
	color: #000066;}

/* 記事 */
div#teiki p  {
	color: #333333;
	font-size: 0.8em;
	margin-top: 15px;}

p.postinfo a {
	color: #2b76cc;}


div.post {
	background-image : url(back-post.jpg);
	border: solid 1px #b5d3c5;
	padding: 18px;
	margin: 20px auto;}

div.post h2	{
	background-image: url(list.png);
	background-repeat: no-repeat;
	font-size: 1em;
	border-bottom: solid 1px #8cc63f;
	padding-left: 22px;
	padding-bottom: 5px;
	margin: 0;}

div.post h2 a {
	text-decoration: none;
	color: #000000;}

div.post p {
	font-size: 0.8em;
	color: #414141
	line-height: 1.6;
	margin-top: 10px;}

p.postinfo	{color: #2b76cc;
	text-align: right;
	margin: 20px 0 0;
	clear: both;}

p.postinfo a {
	color: #2b76cc;}


/* 記事内の画像 */
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;}

div.post img {
	border: 1px solid #9d9d4f;}

.font8 {
	font-size: 8pt;}

.font9 {
	font-size: 9pt;}

.font10 {
	font-size: 10pt;}

.alignleft {
	float: left;
	margin-right: 10px;
	margin-bottom: 2px;}

.alignright {
	float: right;
	margin-left: 10px;
	margin-bottom: 2px;}

.wp-caption	{border: solid 1px #aaaaaa;
	text-align: center;
	padding-top: 5px;
	margin-top: 10px;}


/* ページリンク */
p.pagelink a {
	font-size: 0.75em;
	color: #2b76cc;}

span.pageprev {
	float: left;}

span.pagenext {
	float: right;}


/* サイドバー */
div#sidebar {
	float: right;
	text-decoration: none;
	margin-top: 20px;
	padding-right: 2%;
	margin-bottom: 20px;}

div#sidebar p#search	{
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 20px;}

div#sidebar h2 {
	background-image: url(bcg-h2.png);
	background-repeat: repeat;
	background-position: left bottom;
	border-left: 7px solid #720000;
	font-size: 0.85em;
	line-height: 16px;
	color: #000;
	padding: 6px 8px;
	margin-top: 10px;
	margin-bottom: 10px;
}

div#sidebar p#teiki-info {
	background-image : url(back-teikiannai.png);
	font-size: 0.8em;
	color: #333333;
	text-align: left;
	padding: 10px;
	margin-top: 10px ;
	margin-bottom: 20px ;
	margin-right: 0px ;
	margin-left: 0px ;}

div#sidebar p#supporter {
	font-size: 0.75em;
	color: #333333;
	text-align: left;
	padding: 3px;
	margin-top: 8px ;
	margin-bottom: 0px ;
	margin-right: 0px ;
	margin-left: 0px ;}

div#sidebar li {
	font-size: 0.8em;
	list-style-type: none;
	margin-bottom: 4px;
	background-image: url(list1.png);
	background-repeat: no-repeat;
	padding-left: 16px;
	vertical-align: top;}

div#sidebar li a {
	color: #333333;
	text-decoration: none;}

div#sidebar ul {
	margin: 8px 8px 20px;
	padding: 0;}

div#sidebar ul li li {
	font-size: 1em;
	background-image: url(list-s.png);
	background-position: 0 3px;
	padding-left: 12px;}
div#sidebar:after  {
	content: "";
	display: block;
	clear: both;
}

wp_list_categories("orderby=name")

/* タグクラウド */


/* 検索フォーム */
input#s {
	width: 140px;
	margin-bottom: 5px;
}

/* フッター
------------------------------------------------------------*/
.footer	{
	padding-top: 15px;
	padding-bottom: 20px;
	background-color: #BBBBBB;
	font-size: 14px;
	color: #3F3F3F;
	}
.footer-menu {
	float: left;
	margin-left: 10px;
}
.footer-menu ul li {
	float: left;
	margin-left: 10px;
}
.footer a {
	text-decoration: none;
	color: #515151;
	margin-left: 5px;
	padding-left: 5px;
	padding-right: 5px;
}
.footer a:hover	{
	background-color: #eeeeee;
}
.footer i {
	padding-right: 5px;
}
.lastup {
	font-size: 12px;
	display: block;
	float: right;
	margin-top: 3px;
	margin-right: 70px;
}
.footer1:after  {
	content: "";
	display: block;
	clear: both;
}
.copyright {
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 5px;
	font-size: 12px;
	display: block;
	float: left;
	margin-left: 11px;
}
.address {
	font-size: 12px;
	float: left;
	display: block;
	margin-top: 5px;
	margin-left: 25px;
}
.footer2:after  {
	content: "";
	display: block;
	clear: both;
}
.footer:after  {
	content: "";
	display: block;
	clear: both;
}

/* ページトップへ戻るボタン
------------------------------------------------------------*/
#fixedTop {
	right: 10px;
	bottom: 20px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	color: #fff;
	font-size: 20px;
	text-align: center;
	display: none;
	position: fixed;
	z-index: 9999;
	border-radius: 5px;
	background-image: url(bcg-nav-11.png);
	background-color: #B28A60;
}
#fixedTop:hover {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0.7;
}
