body{
	background-image: url(../images/bg_01.png);
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	height: 100%;
	margin: 0;
	padding: 0;
	
}

#page-top {
	position: fixed;
	bottom: 0px;
	right: 20px;
	width: 80px;
	background-color: #FFF;
	opacity:0.8;
	height:20px;
	color:#F90;
	border-radius: 5px;
}

#page-top a {
	text-decoration: none;
	color: #fff;
	width: 84px;
	text-align: center;
	display: block;
	border-radius: 10px;
	height: 25px;
	padding-right: 0;
	padding-top:2px;
	padding-bottom: 30px;
	padding-left: 0;
	opacity:0.8;
	color:#F90;
	font-size:12px;
}

#page-top a:hover {
	text-decoration: none;
	opacity:0.5;
}

/* footer
------------------------------------------------------------*/


footer{
	/*background-color: #f68a00;
	position: absolute;
	height: 425px;*/
	background-image: url(../images/bg_04.png);
	background-repeat:repeat-x;
	height: 30px;
	clear:both;
	
    bottom: 0;
	width: 100%;
	display: block;
}
small{
	color: #FFF;
	text-align:center;
	display:block;
}




 /* ====== PC用の設定 ====== */
@media only screen and (min-width:900px) {
	
/* header
------------------------------------------------------------*/

header{
	width: 900px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
}
#logo{
	float: left;
	
}
header nav{
	float: right;
	width: 760px;
	color: #f08719;
	/*padding-top: 10px;*/
}
header nav ul{
	list-style:none;
}
header nav li{
	font-family: 'Chango', cursive;
	display: inline;
	font-size: 17px;
	padding-left: 50px;
	
}
header nav li#last{
	/*padding-right: -30px;*/
	
}
header nav li a{
	text-decoration: none;
	color: #f08719;
}
header nav li a:hover {
	color: #9C0;
}

article, aside, dialog, figure, footer, header,
hgroup, nav, section {
	display:block;
}

/* article section#contents
------------------------------------------------------------*/

#contents{
	min-height: 100%;
	height: auto !important;
	position: relative;
	width: 900px;
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
	overflow:hidden;
	
}

#page_ttl {
	color: #731F21;
	margin-top: 30px;
	margin-bottom: 10px;
	margin-left: 20px;
}

#menu{
	width: 880px;
	background-color: #fef1cc;
	overflow:hidden;
	padding: 10px;
	color: #721F20;
	font-size: 15px;
	line-height: 25px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
	
}

#menu ul{
	list-style-type: circle;/**/
	margin-left: -20px;
}
#menu ul li{
	display: inline;
	padding-left: 70px;
	
}

#menu ul li a{
	text-decoration: none;
	color: #721F21;
	font-weight: bold;
	border-right: solid 0px rgba(255,255,255,0.2);
	-webkit-transition: 1s;
	-o-transition: 1s;
	-ms-transition: 1s;
	-moz-transition: 1s;
	background-color:rgba(1,122,205,0);
}
#menu ul li a:hover {
	color: #f08719;
	font-weight: bold;
}



.box{
	color: #721F20;
	line-height: 22px;
	background-color: rgba(255,255,255,0.6);
	font-size: 14px;
	margin-bottom: 80px;
	border-radius: 10px;        /* CSS3 */
	-webkit-border-radius: 10px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 10px;   /* Firefox用 */
	overflow:hidden;
}

#rekishiphot{
	width: 316px;
	height: 72px;
	margin-top: 50px;
	margin-left: 292px;
}

.year{
	color: #731F21;
	margin-bottom: 30px;
	font-size: 19px;
	font-weight: bold;
}
.block{
	margin: 50px 80px;
}
hr{
	border: solid 1px #f08719;
	margin-top: 30px;
	margin-bottom: 30px;
	margin-left: -5px;
}
hr.line{
	border: solid 1px #f08719;
	margin-top: 0;
	margin-bottom: 30px;
	margin-left: -5px;
}
hr#line{
	border: solid 1px #f08719;
	margin-top: 0;
	margin-bottom: 30px;
	margin-left: -5px;
}

.del{display:none !important;}

.title{
	color: #731F21;
	margin-top: 80px;
	font-size: 21px;
	font-weight: bold;
	margin-left: 80px;
}

.block01{
	float: left;
	width: 350px;
	margin: 0 80px 50px 80px;
}

.block02{
	float: left;
	width: 250px;
	margin: 0 80px 50px 0;
}

#block03{
	float: right;
	width: 400px;
	margin: 10px 80px 50px 80px;
}
#block04{
	float: left;
	width: 250px;
	margin: 10px 0 50px 80px;
}

#block03 a{
	text-decoration: none;
	color: #721F21;
	font-weight: bold;
	border-right: solid 0px rgba(255,255,255,0.2);
	-webkit-transition: 1s;
	-o-transition: 1s;
	-ms-transition: 1s;
	-moz-transition: 1s;
	background-color:rgba(1,122,205,0);
}
#block03 a:hover {
	color: #f08719;
	font-weight: bold;
}


.link{
	border-radius: 5px;         /* CSS3 */
	-moz-border-radius:  5px;    /* Firefox */
	-webkit-border-radius:  5px; /* Safari,Chrome */
	margin-bottom: 10px;
}
a:hover .link{
	opacity:0.7;
	filter:alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}

}