@charset "utf-8";
/* formatting style
------------------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	color: #333;
	background-color: #DE6A08;
	font-family: sans-serif;
	font-size: 75%;
	line-height: 1.6;
}
hr {
	display: none;
}
/* link styles
------------------------------*/
a img {
	border-style: none;
}
a:link {
	color: #808080;
	text-decoration: underline;
}
a:visited {
	color: #666;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: underline;
	background-color: #FFF2B8;
}
a:active {
	text-decoration: none;
	position: relative;
	left: 0px;
	top: 0px;
}
/* basic layout
------------------------------*/
#wrapper {
	background-color: #DE6A08;
	margin: 12px auto 20px;
	width: 972px;
}
#note-area{
	background-image: url(images/note-line.jpg);
	background-repeat: repeat-y;
	padding: 8px 36px;
}
#main {
	width: 898px;
	border: 1px solid #DE6A08;
	background-color: #FFF;
	float: left;
}
#main #top-content {
	float: left;
	width: 691px;
	border: 1px solid #DE6A08;
}
#main #2nd-top {
	color: #DE6A08;
	float: left;
}
#top-content head-banner {
	width: 668px;
	margin-bottom: 10px;
}
#top-content #top-left {
	position: relative;
	float: left;
	width: 360px;
	height: 900px;
	border-top: 1px solid #DE6A08;
}
#top-content #top-right {
	float: right;
	width: 330px;
	min-height: 900px;
	border-top: 1px solid #DE6A08;
	border-left: 1px solid #DE6A08;
	padding-bottom: 10px;
}
#main #posts {
	float: left;
	width: 658px;
	border-right: 1px solid #DE6A08;
	clear: left;
}
.post-title {
	padding: 4px 20px;
	border-top: 1px solid #DE6A08;
	border-bottom: 1px solid #DE6A08;
}
.conH a{
	font-weight:bold;
	color:#DE6A08;
	font-size: large;
	}
.post-content{
	color: #333;
	padding: 20px;
}
.2nd-cats-list a{
	font-weight:bold;
	color:#DE6A08;
	font-size: medium;
	}
.2nd-cats-list a:hover {
	color: #DE6A08;
}
#k-report {padding: 14px;}
#k-news {padding: 14px;}
#k-event dl dt {clear: both;}
#k-twitter {width: 300px;padding: 6px 3px 5px 15px;float: left;clear: right;}

.entry-date {
	background-color: #FFF2B8;
	color: #DE6A08;
	width: 40px;
	float: left;
	margin: 2px 10px 10px 16px;
	text-align: center;
}
.entry-date-month {
	background-color: #DE6A08;
	color: #FFF2B8;
	line-height: 14px;
	margin: 0px;
	padding: 4px 0px 2px;
}
.entry-date-day   {
	background-color: #FFF2B8;
	color: #DE6A08;
	line-height: 14px;
	margin: 0px 0px 0px;
}
#sidebar1 {
	float: right;
	clear: right;
	padding-top: 10px;
	padding-right: 25px;
	width: 160px;
}
#sidebar1  img {
	margin-top: 8px;
}
#sidebar2 {
	float: right;
	clear: right;
	width: 163px;
	padding-top: 10px;
	padding-right: 38px;
	padding-left: 38px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #DE6A08;
}
#sidebar2  img {
	margin-top: 8px;
}
#sidebar2 #2nd-sidebar {
	float: right;
	width: 190px;
	clear: right;
	font-weight: bold;
	color: #DE6A08;
}
#sidebar2 #2nd-sidebar p a {
	font-weight: bold;
	color: #DE6A08;
}
#sidebar2 #2nd-sidebar h4 a:hover {
	font-weight: bolder;
	color: #DE6A08;
	text-decoration: blink;
	background-color: #FF0;
}
#sidebar2 #2nd-sidebar ul p a {
	font-weight: bold;
	color: #DE6A08;
}
#sidebar2 #2nd-sidebar ul p a:hover {
	font-weight: bolder;
	color: #DE6A08;
	text-decoration: blink;
	background-color: #FF0;
}
#footer {
	color: #666;
	clear: both;
	width: 900px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: smaller;
}
#header {
	background-image: url(images/note-top.jpg);
	background-repeat: no-repeat;
	height: 139px;
	position: relative;
	width: 900px;
	padding-right: 36px;
	padding-left: 36px;
}
#header #header-top {
	height: 96px;
	width: 900px;
}
#header #header-logo {
	position: absolute;
	top: 25px;
	left: 46px;
	float: left;
}
#header #header-menu {
	clear: both;
	height: 41px;
	width: 900px;
}
#header ul.head-navi {
	float:right;
	width:80px;
	text-align:left;
	margin-top: 10px;
	margin-right: 20px;
}
#header .head-navi li {
	display:block;
	list-style: none;
}
#header .head-navi li a {
	font-weight:bold;
	color: #DE6A08;
}
#header ul.head-navi2 {
	float:right;
	width:140px;
	text-align:left;
	margin-top: 10px;
	margin-right: 20px;
}
#header .head-navi2 li {
	display:block;
	list-style: none;
}
#header .head-navi2 li a {
	font-weight:bold;
	color: #DE6A08;
}
/*---header gnav ---*/
#header ul#gnav li {
	float:left;
	display: inline;
}
#header ul#gnav li a {
	border-right: 2px solid #FFF;
}
#header ul#gnav li a:hover {
background:transparent;
}
/* homepage holiday thumbs */
div#thumbs {width:325px;float:left;}
div#thumbs li {display:block;float:left;}
div#thumbs li.hid {display:none;}
div#thumbs img {width:100px;height:66px;margin:0;padding:0;border:none;border-left:4px solid #FFF;border-bottom:4px solid #FFF;float:left;}
div#thumbs img a:hover {border: 2px solid #F00}

/* homepage holiday hoverbox */
#tooltip {position: absolute;z-index: 3000;width:520px;background-color:#fff;border:1px solid #f7f7f7;padding:7px;display:none;}
.tip {display:none;}
.tipinset {background-color:#FFF5EE;border:1px solid #EEE5DE;padding:5px;}
.tipinset h3 {margin:5px 10px 10px 250px;padding:0;border-bottom:1px solid #333;}
.tipinset p {margin:0 0 0 250px;}
.tipinset img {float:left;border:1px solid #000;}
.clear {clear:both;height:0;line-height:0;font-size:0;}

/*--- donation ---*/
.box{
background:#fff0f5;
border: 1px solid #CCCCCC;
padding:20px;
}

.box#info{
height: 500px;
}

.box h2{
margin-top: -5px;
margin-bottom: 10px;
}

.box h3{
margin-top: -5px;
margin-bottom: 10px;
}

.box01{
float: left;
width: 270px;
height: auto;
margin-right: 10px;
margin-bottom: 10px;
}

.box02{
float: left;
background:#fff0f5;
border: 1px solid #CCCCCC;
width: 250px;
height: auto;
padding: 10px;
margin-right: 5px;
margin-bottom: 10px;
}

.box03{
position: relative;
float: left;
background:#fff0f5;
border: 1px solid #CCCCCC;
width: 275px;
height: 320px;
padding: 10px;
margin-right: 10px;
margin-bottom: 10px;
}

.box03 h4{
position: absolute;
top: 50px;
left: 170px;
font-size: 14px;
text-align: center;
}

.box03 h5{
position: absolute;
top: 40px;
left: 150px;
font-size: 12px;
text-align: center;
}

.box03 p{
margin-top: 8px;
}

.box04{
float: left;
background:#fffaf0;
border: 1px solid #CCCCCC;
width: 275px;
height: 100px;
padding: 10px;
margin-right: 10px;
margin-bottom: 10px;
}

.box05{
float: left;
background:#fffaf0;
border: 1px solid #CCCCCC;
width: 270px;
min-height: 170px;
padding: 10px;
margin-right: 10px;
margin-bottom: 10px;
}

.box05 h4{
margin-bottom: 5px;
}

.box05 p{
float: right;
width: 135px;
}

.box06{
position: relative;
float: left;
background:#fff0f5;
border: 1px solid #CCCCCC;
width: 275px;
height: 260px;
padding: 10px;
margin-right: 10px;
margin-bottom: 10px;
}

.box06 h4{
position: absolute;
top: 50px;
left: 170px;
font-size: 14px;
text-align: center;
}

.box06 h5{
position: absolute;
top: 40px;
left: 150px;
font-size: 12px;
text-align: center;
}

.box06 p{
margin-top: 8px;
}

p.zaimu{
margin-left: 40px;
}

p.soshiki{
margin-left:-6px;
}

.btn{
clear: both;
text-align: center;
}

.textbtn{
text-align: center;
}

#toppanelbtn{
position:absolute;
top:175px;
left:200px;
}

#boximanabi01{
clear: both;
position: relative;
height: 280px;
}

#boximanabi02{
clear: both;
position: relative;
height: 510px;
}

#imanabi02{
padding-top: 20px;
}

.center{
clear: both;
margin-top: 5px;
text-align: center;
}

.boxleft{
width:430px;
float:left;
}

.boxleft h3{
margin-bottom: 15px;
}

.boxright{
float:left;
width:125px;
margin-left:15px;
margin-top:30px;
}

p#mini{
font-size: 9px;
}
