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

#top {
   width:980px;
   margin:0 auto;
/*   background:#fff url("../images/base/bg00.png") repeat-x;*/
   padding:0;
       position: relative;
}

#icatch {
   margin:0 auto;
	width: 960px;
	height:520px;
	background-image: url(../images/top/top_v0.jpg);
	background-repeat: no-repeat;
	background-position: 0% 0%;		/*	 背景画像の位置は画面中央 */
	 position: relative;
/*	float: right;*/
}	

/*サイド右*/

#side_r {
/*
width: 350px;
	height: 170px;
	margin-top: 5px;
	/*background-image: url(../images/top/side_02.png);
		background-repeat: no-repeat;

	*/
		float: right;
		width: 380px;
		height: 170px;
	margin-top: 5px;
	margin-bottom: 0px;
}

/*サイド左*/

#side_l {
	width: 420px;
	height: 170px;
	float: left;

	margin-top: 5px;
	margin-bottom: 0px;
	color:#fff;
/*	text-align: center;*/
}

#spec  p {
	font-weight:bold;
}

#spec  img {
	padding-top: 10px;
}

/*ロゴ表示*/

#main00{
	width: 960px;
	overflow: hidden;
	height: 400px;
	padding-top: 0px;
	text-align: left;
	padding-left: 0px;
	z-index: 3;
	background-image: url(../images/top/logo_top.png);
	background-repeat: no-repeat;
	background-position: 10px 35px;
}

#bana{
	height: 150px;
}

.appIconBig{
 display: block;
 margin-left: auto;
 margin-right: auto;
 padding-bottom: 10px;
}

/*更新履歴*/
#wwrap  {
 margin-left:50px;
	width: 100%;
	height:200px;
	color:#999;
/*	margin-top: 330px;
	margin-top: 50px;
		float: right;*/
	background-image: url(../images/top/side_wwrap.png);
	background-repeat: no-repeat;
}

.col1{
	width:410px;
	margin-left: 20px;
	margin-top: 35px;
	float:left;
	height:130px;
/*
	border: 1px solid #090B11;
	background-image: url(../images/base/bg01.png);
	background-repeat: no-repeat;*/
	}

.col1 h1{
/*	background:#fff;
    border-bottom:1px solid #fff;
	line-height:140%;
*/	color:#494949;
	font-weight:bold;
}
.new{
	width:380px;
	height:120px;
	overflow:scroll;
	overflow-x:hidden;
	margin:3px 0 3px 8px;
	position:relative;
	font-weight:bold;
	}
.new dt{
	font-weight: bold;
	color:#999;
	}
.new dd{
	white-space: -pre-wrap;     /* Opera 4-6 */
	white-space: -o-pre-wrap;   /* Opera 7 */
	white-space: -moz-pre-wrap; /* Mozilla */
	white-space: -hp-pre-wrap;  /* HP Printers */
	word-wrap: break-word;      /* IE 5+ */
	margin-bottom:6px;
    border-bottom:1px solid #999;
   	color:#999;
	}
.new dd span{
color:#AA232C;
font-size:110%;
}

.link{
width:200px;
height:40px;
margin:0 0 6px 115px;
}



#top_t {
	width: 960px;
  	height:420px;
  	margin:0 auto;
	background-image: url(../images/top/top_t.png);
	background-repeat: no-repeat;
	padding: 15px 0px;
	background-position: 0px 205px;
/*	float: right;*/
}

span.siro {
color : #fff;
    text-shadow:0px 0px 3px #000;
	font-weight:bold;
} 

#center01 {
    text-align:center;
  	height:130px;
   
}

</pre></body></html>