<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

html{
height:100%;
}

body {
	height:100%;
	margin: 0;
	padding: 0;
	font-family:"Osaka", "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3",sans-serif;
	font-size:14px;
	line-height: 120%;
	background-image: url(../img/bg01.png);
	background-repeat:repeat;
	background-position: center center; 
	background-color: #f5e804;
	background-attachment: fixed;
	margin-left: auto;
}
textarea {
	resize: none;
} 
img {
	border: none;
}

li {
	list-style:none;
}

img {
	vertical-align:bottom;
}

/* clearfix */
.clearfix:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
}
.clearfix {
	display: inline-block;
}
/* Mac版IEを除外 */
.clearfix {
	overflow: block;
}

/* IE6 PNG */
* img {
behavior: expression(
this.style.filter = this.src.match(/\.png$/) ? "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "')" : this.style.filter,
this.src = this.src.match(/\.png$/) ? this.src.slice(0, this.src.lastIndexOf("/")+1) + "spacer.gif" : this.src,
this.style.behavior = "none"
);
}

br{
	letter-spacing:0;
}

.bold{
	font-weight: bold;
}
.links a:hover img{
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}
/* ****************************************
	top
*******************************************/
.header{
	background-image:url(../img/bg02_b.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-position: center 40px;
}
.container {
	width:780px;
	margin:0 auto;
	zoom:1;
}
.toppalink {
	width:267px;
	height:107px;
	margin:55px auto 50px;
	padding:0 auto 0;
}
.contens_top {
	border-radius: 10px;        /* CSS3草案 */  
	-webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 10px;   /* Firefox用 */  
	background-color: rgba(251,251,212,0.70);
	margin:20px auto 10px;
	padding:3px 5px 9px;
	text-align:center;
	color:#FFFFFF;
	font-size:10px;
	width:780px;
}
.contens_top img{
	margin:-32px 0 10px -70px;
}
#youtube_contents{
	margin:5px auto 0;
	text-align:center;
}
.contens_top2 {
	border-radius: 10px;        /* CSS3草案 */  
	-webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 10px;   /* Firefox用 */  
	background-color: rgba(13,18,32,0.70);
	margin:60px auto 10px;
	padding:3px 5px 9px;
	text-align:center;
	color:#FFFFFF;
	font-size:10px;
	width:780px;
	height:1162px;
}
.contop {
	margin:-60px 0 10px -70px;
}
.hiro-left,
.hiro-right {
   height: auto;
}
 .hiro-left img {
   float: left;
   margin: 0px 0 10px -70px !important;
   padding: 0 !important;
   border: 0 !important;
}
.hiro-right img {
   float: right;
   margin: 0 0 0 15px !important;
   padding: 0 !important;
   border: 0 !important;
}
.numtext {
	margin:140px 0 0 205px;
	font-size:17px;
	position:absolute;
	clear:both;
	text-align:left;
	line-height: 1.4;
}
.numtext2 {
	margin:125px 0 0 205px;
	font-size:17px;
	position:absolute;
	clear:both;
	text-align:left;
	line-height: 1.4;
}
.numtext3 {
	margin:338px 0 0 205px;
	font-size:17px;
	position:absolute;
	clear:both;
	text-align:left;
	line-height: 1.4;
}
.contens_top3 {
	border-radius: 5px;        /* CSS3草案 */  
	-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 5px;   /* Firefox用 */  
	background-color: rgba(13,18,32,0.70);
	margin:20px auto 10px;
	padding:3px 5px 9px;
	text-align:center;
	color:#FFFFFF;
	font-size:10px;
	width:780px;
}
.contens_top3 p{
	font-size:13px;
	color:#FFF;
	margin:2px auto 0;
	text-align:center;
	width:100%;
}
.bgtem {
	background-color:#feffea;
	width:835px;
	margin:5px 0 0 51px;
	padding:0 auto 0;
	text-algn:center;
}
.bgtemmain {
	margin:55px 0 0 -55px;
	padding:0 auto 0;
}
/* ****************************************
	footer
*******************************************/
ul#banner {
  margin: 10px 0 0 0;
  padding: 0;
  text-align:center;
}
ul#banner li {
  display: inline;
  margin: 0;
  padding: 0;
}
ul#banner li a {
  margin: 0;
  padding: 0;
}
ul#banner li img {
  margin:5px 0px 5px 0px;
  border:0;
  text-align:center;
}
ul#banner li a img {
  margin:5px 10px 2px 5px;
  border:0;
  text-align:center;
}
ul#banner a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

.cp {
	font-size:12px;
	color:#000000;
	margin:2px auto 0;
	text-align:center;
	width:100%;
}
.backtotop{
	width: 157px;
	text-align:right;
	width:780px;
}
</pre></body></html>