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

*{
	margin: 0;
	padding: 0;
	color:#330000;
	font: 1em/180% "ＭＳ Ｐゴシック", "Osaka";
}

html {
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
	height: 85%;

}

img {
	border:0
}

p {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 1em;
	line-height: 180%;
	font-weight: bold;
}


ul{
list-style:none;
}

h2 {
	color:#3CF;
	font-weight:bold;
	font-size:2em;
		margin-bottom:5px;
}
/*==============================================================================
  Link
==============================================================================*/

a:link, a:visited{
	color:#330000;
	text-decoration:underline;
	}

a:hover,a:active {
	color:#7D7E99;
	text-decoration:underline;
	}

/*==============================================================================
  body
==============================================================================*/

body {
	text-align: center;
	height: 100%;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #09F;

}


/*==============================================================================
  #Site
==============================================================================*/

div#Site {
	width:100%;
	margin:0px auto;
	text-align:center; 
	padding: 0px;
	min-height: 100%;
}

body &gt; #Site {
    height: auto;
}

/*==============================================================================
  #container
==============================================================================*/

div#Container {
	width: 964px;
	margin: 0px auto;
	text-align: center; 
	padding: 0px;
	background:#fff;
}

div#Container:after {
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  content: ".";
}


.contents {
	width:964px;
	height: 100%;
	margin:10px auto 159px auto;
	text-align:left; 
	padding-top:30px;
	background-color: #fff;
}

.contents:after {
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  content: ".";
}


/*==============================================================================
	#Header
==============================================================================*/

#Header {
	width: 964px;
	height: 140px;
	margin: 0 auto;
	text-align: left;
	padding: 0px;
	position: relative;
}

#Header:after {
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  content: ".";
}


#Header .h_logo{
	margin: 0;
	padding: 0;
	position: absolute;
	top: 17px;
	left: 15px;
	height: 1%;
}


#Header h1 {
	margin: 0;
	padding: 0;
	position: absolute;
	width: 520px;
	top: 45px;
	left: 175px;
	display:block;
	font-weight: normal;
	height: 1%;
	font-size:1em;
}


/*	glNav
----------------------------------------------------*/

#glNav {

}



#glNav li {
	float: left;
	width: 192px;
	height: 54px;
	margin: 0;
	margin-right:1px;
	margin-bottom:20px;
	padding: 0;
	display: block;
	overflow: hidden;/** IE6印刷用　**/
}

#glNav li a.act {
}

*:first-child+html ul#glNav {
	width: 101%;
	overflow: hidden;
}

#glNav li.ed {
	margin-right: 0px !important;
}










/*==============================================================================
	#Main
==============================================================================*/

#Main {
	width:643px;
	float:left;
	margin-right:35px;
}

.mainimg{
	width: 964px;
	margin: 65px 0 0px 0;
}


#Main h2 {
	border-bottom: 2px solid #808080;
	color:#3CF;
	font-weight:bold;
	font-size:2em;
		margin-bottom:5px;
}


/*==============================================================================
	#Sub
==============================================================================*/

#Sub {
	width:260px;
	float:left;
	text-align:left;
	border:#808080 3px dotted;
	padding:10px;s
}



#Sub h2 {
	background:#000;
	color:#fff;
	font-weight:bold;
	font-size:2em;
	margin-bottom:5px;
	padding:5px;
}

/*==============================================================================
	#Pagetop ページトップ
==============================================================================*/

p#Pagetop {
	width: 964px;
	margin: 0 auto;
	padding: 0;
	text-align: right;
}




/*==============================================================================
	#Footer
==============================================================================*/


#Footer {
	width: 100%;
	margin: 0 auto;
	text-align:center;
	color: #fff;
	padding: 20px 0 0;
	min-height: 140px;
	background-color:#09F;
	clear:both;
	bottom: 0;

}


#FooterIn {
	width: 964px;
	margin: 0 auto;
	text-align: center;
}



.f_address {
	margin: 0px 10px 10px 80px;
	text-align: center;
	color:#FFF;
}


#Footer a {
	color: #fff;
}

#Footer a.hover {
	color: #CCCCCC;
	text-decoration: underline;
}

#FooterIn .center {
	margin: 0 auto;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}

.f_copy{
	margin-bottom: 5px;
	color:#FFF;
}


.f_logo{
}



#Footer p.copy {
    position: relative;
	top: 36px;
	font-size: 115%;
}

#Footer p.address {
    position: relative;
	top: 55px;
}

.topp {
	width:904px;
	margin:20px 0px 20px 30px;
}

.topp table {
		margin:40px 0px;
}

.topp table a {
	font-weight:normal;
}

.topp table li {
	line-height: 200%;
	
}

.member {
	width:850px;
	margin:20px 0px 20px 57px;
}

.member dl {
	margin:20px 0px 40px 0px;
}

.member dt {
	font-size:13px;
	color:#1BA0CF;
	font-weight:bold;
	margin:20px 0px 2px 0px;
	}
	
.member dd {
	margin:0px 0px 5px 0px;
}

.network {
	margin:20px 0px 20px 30px;
}

.member table{
	padding:20px;
}
.member tr {
}

.member td{
	padding:10px 0px 10px 0px;
	border-top:#CCC dotted 1px;
}


.glay {

	background-color:#EFEFEF;
	padding:20px;

	}
	
.boxn {
	width:904px;
	margin:20px 0px;
	clear:both;
}

.boxm {
	width:670px;
	float:left;
}

.boxm ul{
	list-style:none;
}

.boxm li {
	float:left;
	margin-right:20px;
	margin-bottom:40px;
	padding:10px;
	width:180px;
	border:1px dotted #ccc;
	text-align:center;

}

.fbtop {
	width:234px;
	float:right;
}

#text-lead {
	text-align:left;
	margin:20px 0px 0px 0px;
}

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