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

/* body */
body{
	margin:0;
	padding:0;
	font-size:1px;
	line-height:1px;
	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	background-color:#00153A;
}

img{
 border:0;
}

form {
 margin:0px;
	padding:0px;
}

p {
	margin:0px;
	padding:0px;
}

a {
 outline: none;
}

h1,h2,h3,h4,h5,h6 {
	margin: 0px;
	padding: 0px;
	font-size:1px;
	line-height:1px;
}

.clear{
	clear:both;
	margin:0px;
	padding:0px;
	font-size:0px;
	line-height:0px;
}

/*mb*/
.mb05{
	margin-bottom:5px;
}

.mb10{
	margin-bottom:10px;
}

.mb13{
	margin-bottom:13px;
}

.mb20{
	margin-bottom:20px;
}

.mb25{
	margin-bottom:25px;
}

.mb30{
	margin-bottom:30px;
}

.mb40{
	margin-bottom:40px;
}


.mb400{
	margin-bottom:400px;
}

/*contents*/
#pageWrap{
	width:100%;
	background:#CDE8EF url(../img/bg.jpg) repeat-x;
}

.contentsWrap{
	width:900px;
	margin:0 auto;
}

/*head*/
#headWrap{
	width:900px;
	height:161px;
	padding:6px 0 0 0;
	position:relative;
}

#slideshow{
	width:580px;
	height:155px;
	margin:0 0 0 320px;
	position:relative;
}

#slideshow img{
 position:absolute;
 top:0;
 left:0;
 z-index:8;
 opacity:0.0;
}

#slideshow img.active{
 z-index:10;
 opacity:1.0;
}

#slideshow img.last-active{
 z-index:9;
}





#headBtn{
	width:105px;
	height:20px;
	position:absolute;
	top:0px;
	right:0px;
	z-index:11;
	}
	
#headbtnL{
	width:105px;
	height:20px;
	float:left;
}

#headbtnL a{
	width:105px;
	height:20px;
	background:url(../img/btn_head01.png) no-repeat;
	display:block;
	text-indent:-9999px;
}

#headbtnR{
	width:105px;
	height:20px;
	float:left;
}

#headbtnR a{
	width:105px;
	height:20px;
	background:url(../img/btn_head02.png) no-repeat;
	display:block;
	text-indent:-9999px;
}

#headbtnL a:hover,#headbtnR a:hover{
	background-position:0 -20px;
}

#logoBox{
	width:233px;
	position:absolute;
	top:40px;
	left:18px;
}

#logoBox2{
	width:233px;
	position:absolute;
	top:14px;
	left:18px;
}

h1#logo{
	width:233px;
	height:55px;
	background:url(../img/logo.gif) no-repeat;
	text-indent:-9999px;
	/* margin:0 0 10px 0; */
}

h1#logo a{
	width:233px;
	height:55px;
	display:block;
}

p#logoPrototype{
    width:233px;
    height:25px;
    background:url(../img/logo_prototype.gif) no-repeat;
    text-indent:-9999px;
}

p#logoPrototype a{
    width:233px;
    height:25px;
    display:block;
}

p#logoText{
	width:224px;
	height:48px;
	background:url(../img/logo_text.gif) no-repeat;
	text-indent:-9999px;
}

p#logoText a{
	width:224px;
	height:48px;
	display:block;
}

#pankuzu{
	width:880px;
	margin:0 0 5px 0;
	padding:0 0 0 20px;
}

#pankuzu p,#pankuzu p a{
	font-size:12px;
	line-height:140%;
	color:#333;
}

#pankuzu p a:hover{
	text-decoration:none;
}

#mainCtsWrap{
	width:858px;
	border:solid 1px #D1D1D1;
	background:url(../img/bg_02.jpg) repeat-x #FFF;
	margin:0 0 27px 0;
	padding:0 20px 25px 20px;
}

#titleBox{
	width:860px;
	background:url(../img/line_01.gif) repeat-x 0 bottom;
	padding:0 0 15px 0;
}

#btnBack{
	width:860px;
	text-align:right;
}

#btnBack a{
	font-size:12px;
	line-height:140%;
	color:#00153A;
	text-decoration:none;
	background:url(../img/icon_arrow03.jpg) no-repeat;
	padding:0 0 0 17px;
}

#btnBack a:hover{
	text-decoration:underline;
}


/*footer*/
#footerWrap{
	width:100%;
	background:#00153A;
	padding:5px 0 10px 0;
}

#footerWrap02{
	width:100%;
	background:#00153A;
	padding:5px 0 10px 0;
	border-top:solid 1px #FFF;
}

p#copyright{
	width:293px;
	height:40px;
	margin:0 auto;
	background:url(../img/copyright.gif) no-repeat;
	text-indent:-9999px;
}

#footBox{
	width:900px;
	margin:0 auto;
	position:relative;
}

#pageup02{
	width:30px;
	height:17px;
	position:absolute;
	top:-22px;
	right:0;
}

#pageup02 a{
	width:30px;
	height:17px;
	background:url(../img/icon_pagetop02.jpg) no-repeat;
	text-indent:-9999px;
	display:block;
}

#pageup02 a:hover{
	background-position:0 -17px;
}</pre></body></html>