body {
	background-attachment: fixed;
	background-image: url(../img/yatusgatake.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	color: #222;
}
#logo {
	height: 54px;
	width: 246px;
	position: fixed;
	left: 40px;
	top: 8px;
	z-index: 200;
}
*html #logo {
	float: left;
	margin-top: 8px;
	margin-left: 40px;
	position: static;
}
#topComment  {
	font-size: 11px;
	line-height: 11px;
	color: #DDD;
	background: #333;
	height: 11px;
	padding-top: 5px;
	padding-bottom: 4px;
	text-align: center;
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	width: 100%;
	z-index: 150;
}

#header {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	position: fixed;
	z-index: 100;
	left: 0px;
	top: 20px;
	right: 0px;
	background-image: url(../img/back_c.png);
	box-shadow: 0px 3px 6px rgba(0,0,0,0.6);
	behavior: url("http://yuyh.net/PIE.htc");
}

#header #gotoPage {
	font-size: 11px;
	line-height: 11px;
	width: 880px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 20px;
	height: 15px;
	border-right: 1px solid #999;
	border-left: 1px solid #999;
	text-align: right;
	padding-top: 8px;
}
#header #gotoPage a {
	color: #333333;
	text-decoration: none;
}
#header #gotoPage a:hover {
	color: #C00;
	text-decoration: underline;
}



#space {
	height: 92px;
	clear: both;
}




#mainImg {
	background: #999;
	height: 150px;
	margin-top: 70px;
	box-shadow: 0px 5px 6px 0px rgba(0,0,0,0.4);
	behavior: url("http://yuyh.net/PIE.htc");
}
#loopslider {
	height: 150px;
	text-align: left;
	position: relative;
	overflow: hidden;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	box-shadow: 0px 3px 5px rgba(0,0,0,0.5);
	behavior: url("http://yuyh.net/PIE.htc");
}
#loopslider ul {
	/*	width: 100%;*/
	height: 150px;
	float: left;
	display: inline;
	overflow: hidden;
}
#loopslider ul li {
	width: 200px;
	height: 150px;
	float: left;
	display: inline;
	overflow: hidden;
}
.------------- {
}
#wrap {
	width: 900px;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
	margin: -10px auto 70px;
	padding-top: 30px;
	background-image: url(../img/backColor/Wiht40.png);
}
#siteSearch {
	position: fixed;
	z-index: 999;
	top: 30px;
	right: 20px;
	font-size: 12px;
	line-height: 12px;
	text-align: center;
}



.conBox {
	padding: 10px;
	border: 1px solid #CCC;
	margin-right: 40px;
	margin-left: 40px;
	clear: both;
	min-height: 200px;
	background-image: url(../img/backColor/Wiht60.png);
}
.other {
	margin-right: 40px;
}


.other a{
	font-size: 13px;


	text-align: center
	background-color: #CCC;
	margin-right: 20px;
	float: right;
	text-align: center;
	display: block;
	font-weight: bold;
	background-image: url(../img/backColor/Gray80.png);
	border-radius: 6px 6px 0px 0px;
	behavior: url("http://yuyh.net/PIE.htc");
	padding: 5px 10px;
	border-top: 1px solid #FFF;


	border-right: 1px solid #333
	border-left: 1px solid #333;
	border-bottom: 1px solid #999;
	border-right-color: #333;
	border-left-color: #FFF;
}
.other a:hover {
	color: #FFF;
	background: #C54D49;
}


.otherTxt {
	margin-right: 40px;
	margin-left: 40px;
	clear: both;
	font-size: 12px;
	line-height: 18px;
	padding: 10px;
	border-radius: 7px 0px 0px 0px;
	background-image: url(../img/backColor/Gray80.png);
}

.lightSpace {
	left: 0px;
	top: 0px;
	height: 200px;
	width: 200px;
	float: left;
}
.conBox h1 , .conBox2 h1{
	font-size: 20px;
	font-weight: bold;
	color: #C30;
	float: left;
	border-left: 5px solid #C30;
	padding-left: 5px;
}

/* =======================================
	ClearFixElements
======================================= */
#loopslider ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}

#loopslider ul {
	display: inline-block;
	overflow: hidden;
}

/*--------------------------------------------------
 *
 * jquery.scrollButton.js
 *
--------------------------------------------------*/
/*------------------
.fadeTopBtn a {
	background-color : #900;
	display : block;
	padding : 10px;
	color : #fff;
	width: 120px;
	float: right;
	text-align: center;
	font-size: 13px;
	border-radius: 6px;
}
-------------------*/
.fadeTopBtn a {
	display : block;
	width: 72px;
	float: right;
	background-image: url(../img/gotoTop.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 72px;
}
.fadeTopBtn a:hover {
	background-image: url(../img/gotoTop02.png);
	text-decoration: none;
}
/*------.conBox左右544px----------*/
.conBox dl  , .conBox2 dl{
	padding: 8px;
	/* background-color: #EEE;*/
	font-size: 13px;
	line-height: 180%;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 200px;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	background-image: url(../img/backColor/Black20___.png);
	border-top: 1px solid #F6F6F6;
	border-left: 1px solid #F6F6F6;
}
#wrap #info dl .kiji p {
	margin-top: 3px;
	margin-bottom: 3px;
}


#info dl {
	clear: both;
}

.date {
	font-size: 18px;
	line-height: 18px;
	color: #FF0000;
	height: auto;
	font-weight: bold;
	padding: 4px;
	text-align: center;
	width: 90px;
	float: left;
	margin-right: 9px;
	background-color: rgba(255,255,255,0.6);
	behavior: url("http://yuyh.net/PIE.htc");
}
.infoDate {
	font-size: 12px;
	color: #D13E36;
	float: right;
	margin-right: 10px;
	width: 70px;
}

.leader {
	font-weight: bold;
	margin-left: 105px;
}
.kijiTitle   {
	font-size: 18px;
	font-weight: bold;
	color: #C00;
	padding-left: 0px;
}
.new {
	display: inline;
	background-color: #FF3;
	padding: 1px;
	margin-top: 4px;
	margin-left: 4px;
	border-radius: 8px;
	border-top: 1px solid #FCFF8E;
	border-right: 1px solid #9A8A1B;
	border-bottom: 1px solid #9A8A1B;
	border-left: 1px solid #FCFF8E;
}

#info dl .kiji {
	font-size: 13px;
	line-height: 18px;
	color: #222;
	display: block;
	margin-left: 20px;
	clear: both;
}
#info dl dt h3 {
	font-weight: bold;
	font-size: 14px;
}


#info dl .kiji table td {
	text-align: center;
	padding: 3px;
	border: 1px solid #000;
}
#nextSanko h2{
	font-size: 18px;
	color: #C00;
	font-weight: bold;
}
#nextSanko dl dd {
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
}
#nextSanko dl #sankoGuide  img{
	position: relative;
	right: 200px;
	padding: 5px;
	border: 1px solid #999;
	top: -120px;
}
#sankoGuide dl dt  {
	font-size: 18px;
	font-weight: bold;
	color: #C30;
}
#sankoGuide dl   dd{
	font-size: 14px;
	font-weight: normal;
}
#sankoGuide {
	margin-bottom: 0px;
}


#sankoGuide dl .nextDate {
	font-size: 28px;
	font-weight: bold;
	color: #C00;
	margin-left: -180px;
	float: left;
	margin-top: 30px;
}

#entryBox   {
	float: left;
	clear: both;
	padding: 4px;
	margin-right: auto;
	margin-left: auto;
}




#entryBox h3 {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 14px;
}

#yearPlan dl dt h2 {
	font-size: 18px;
	font-weight: bold;
	display: inline;
	margin-left: 10px;
	padding: 3px;
	color: #C00;
	clear: both;
}
#yearPlan dl .planCnt h3 {
	font-weight: bold;
	line-height: 1.3em;
	padding-left: 12px;
	margin-bottom: 5px;
}

.planTitle {
	font-size: 16px;
	color: #C00;
	font-weight: bold;
}

#yearPlan dl dd {
	margin-left: 107px;
	line-height: 1.5em;
}

.inBox {
	font-size: 12px;
	line-height: 18px;
	margin-left: 200px;
}

#webAlbum dl {
	padding: 5px;
	border: 1px solid #999;
	width: 100px;
	margin-left: 10px;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	margin-top: 0px;
	margin-right: 10px;
	float: left;
}

#kaiho dl {
	text-align: center;
	padding: 5px;
	float: left;
	border: 1px solid #CCC;
	font-size: 12px;
	margin: 8px 10px 0px;
	background-color: #eee;
}
#kaiho #kaihoBefore {
	float: right;
	width: 360px;
	border-radius: 5px;
	margin-top: 8px;
}
#kaihoBefore ul li {
	float: left;
}
#kaihoBefore ul li p {
	text-align: right;
}


.year {
	line-height: 100%;
	font-weight: bold;
	color: #FFF;
	background-color: #666;
	text-align: center;
	margin-top: 5px;
	margin-left: 10px;
	padding: 3px;
}


#kaihoBefore h3 {
	background-color: #EEE;
	text-align: center;
	padding: 4px;
	color: #000;
	font-weight: bold;
	text-indent: 0;
	border-radius: 8px;
	border: 1px solid #CCC;
}
#boardBox {
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	padding: 20px;
	font-size: 12px;
	line-height: 18px;
	background-image: url(../img/white60.png);
	border-top: 1px solid #FFF;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #999;
	border-left: 1px solid #FFF;
}

#inqBtn {

}
#inqBtn a {
	background-image: url(../img/inqBtn.png);
	background-repeat: no-repeat;
	background-position: center top;
	display: block;
	height: 51px;
	width: 202px;
	margin-left: 380px;
}
#inqBtn a:hover {
	background-position: bottom;
}
#counter {
	color: #333;
	text-align: right;
	width: 900px;
	margin-right: auto;
	margin-bottom: 30px;
	font-size: 11px;
	margin-left: auto;
	padding-top: 5px;
	padding-bottom: 5px;
}


.space {
	clear: both;
	height: 100px;
}


.clear {
	clear: both;
	font-size: 5px;
	height: 5px;
}
.boldTxt {
	font-weight: bold;
	color: #000;
}
.redTxt {
	color: #C00;
	font-weight: bold;
}
strong {
	font-weight: bold;
}

.blueTxt {
	color: #30C;
	font-weight: bold;
}
.smallTxt {
	font-size: 86%;
}
.lineHeight1 {
	line-height: 1.1em;
	padding-top: 0.4em;
	padding-bottom: 0.4em;
}
.kiji img {
	float: right;
}
#info dl .kiji img {
	float: right;
	background-color: #FFF;
	padding: 5px;
	margin-top: 5px;
	margin-left: 5px;
}



.kiji h3 {
	color: #C00;
}



#info h4 {
	font-size: 1em;
	color: #C00;
	display: inline;
}
#info h5 {
	font-size: 1em;
	color: #039;
	display: inline;
}
#info h6 {
	font-size: 1em;
	color: #000;
	display: inline;
}
#info p .line {
	display: inline;
}
# {
	width: 178px;
	position: fixed;
}






#footer {
	color: #FFF;
	text-align: center;
	width: 902px;
	margin-right: auto;
	margin-left: auto;
	font-size: 13px;
	position: fixed;
	left: 0px;
	right: 0px;
	bottom: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #333;
	height: 16px;
}
#footer ul {
	width: 660px;
	margin-right: auto;
	margin-left: auto;
}

#footer ul li a{
	font-size: 11px;
	line-height: 12px;
	color: #DDD;
	padding: 2px 20px 5px;
	height: 11px;
	float: left;
	text-decoration: none;
	background-image: url(../img/redArrow.png);
	background-repeat: no-repeat;
	background-position: 5px 3px;
	text-align: left;
	margin-bottom: 15px;
}
#footer ul li a:hover {
	color: #F33;
	text-decoration: underline;
}
#link {
	margin-top: 20px;
}
#link a {
	font-size: 10px;
	color: #CCC;
	text-decoration: none;
	line-height: 12px;
	margin-top: 30px;
}
.infoBtn a  {
	font-size: 110%;
	font-weight: bold;
	color: #003AB3;
	text-align: center;
	padding: 5px 18px;
	float: left;
	text-decoration: none;
	display: block;
	text-shadow: 1px 1px 1px #FFF;
	border-radius: 10px;
	line-height: 20px;
	background: rgb(196,216,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(196,216,255,1) 0%, rgba(150,187,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(196,216,255,1)), color-stop(100%,rgba(150,187,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(196,216,255,1) 0%,rgba(150,187,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(196,216,255,1) 0%,rgba(150,187,255,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(196,216,255,1) 0%,rgba(150,187,255,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(196,216,255,1) 0%,rgba(150,187,255,1) 100%); /* W3C */



	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c4d8ff', endColorstr='#96bbff',GradientType=0 );
	border: 1px solid #82AAFF;
	margin-left: 50px;
}
.infoBtn a:hover {
	background: #b2ceff; /* Old browsers */
	background: -moz-linear-gradient(top,  #b2ceff 0%, #548dff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b2ceff), color-stop(100%,#548dff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #b2ceff 0%,#548dff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #b2ceff 0%,#548dff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #b2ceff 0%,#548dff 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #b2ceff 0%,#548dff 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b2ceff', endColorstr='#548dff',GradientType=0 ); /* IE6-9 */
	color: #0E236B;
}
#info dl .kiji p {
	line-height: 1.5em;
}
