<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*-----------------------------------------*/
/*  Ken's original Template for EasyUp!    */
/*      ã€€ã€€ï¼œå·¦ã€€ï¼’ã‚«ãƒ©ãƒ&nbsp;ï¼ž               */
/*-----------------------------------------*/
@charset "shift_jis";

body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	color: #333333;
	font-size: 0.875em;
	line-height: 1.2em;
	background-image: url(img_back.gif);
}

h1, h2, h3 {
	text-align: left;
	margin: 0px;
	padding: 0px;
	display: block;
}

div, p {
	margin: 0px;
	padding: 0px;
	display: block;
}

/* ----------------- è¦‹å‡ºã—ã‚¿ã‚° */

h1, h2, h3, .title ,#menu  .menutitle{
	font-family: 'HGPå‰µè‹±è§’ï½ºï¾žï½¼ï½¯ï½¸UB', 'Hiragino Kaku Gothic Pro', 'ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro W6', sans-serif;
	font-weight:normal;
}



/* ----------------- ãƒªãƒ³ã‚¯ */

a,a:visited{
	color:#0000FF;
}

a:hover{
	color:#FF0000;
}

a img {
  border: none;
  text-decoration: none;
}

/* ---------------- ç”»åƒ */

a img{
	border:none;
}

.txt-img img{
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}


/* ---------------- å¼·èª¿ */

strong {
  margin: 0 0.2em;
  padding: 0;
  font-weight: bold;
}

/* ----------------- æ–œä½“ */

em {
  margin: 0 0.2em;
  padding: 0;
  font-weight: normal;
  text-decoration: underline;
}

/* ---------------- åŸºæœ¬ãƒ¬ã‚¤ã‚¢ã‚¦ãƒˆ */

#container {
	width: 802px;
	margin-right: auto;
	margin-left: auto;
	background-color: #69593f;
}

#container .inner {
	background-color: #FFFFFF;
	margin-right: 1px;
	margin-left: 1px;
}

#header {
	height: 215px;
	background-image: url(img_title.jpg);
	overflow:hidden;
	background-repeat: no-repeat;
	background-position: left top;
	width: auto;
}


/*------------------ãƒ˜ãƒƒãƒ€ãƒ¼ãƒ»ã‚¿ã‚¤ãƒˆãƒ«*/

#header h2 ,#header .title {
	width: 440px;
	font-size: 24px;
	line-height: 30px;
	padding-left: 20px;
	padding-right: 20px;	
	position: relative;
	top: 40px;
	left: 20px;
ã€€font-weight : bold;
}

/*------------------ãƒ˜ãƒƒãƒ€ãƒ¼ãƒ»èª¬æ˜Žæ–‡*/
#header #headertext {
	width: 440px;
	padding-right: 20px;
	padding-left: 20px;
	position: relative;
	top: 90px;
	left: 20px;
}


/*-----------------ãƒ˜ãƒƒãƒ€ãƒ¼ãƒ»ã‚¿ã‚¤ãƒˆãƒ«ã€èª¬æ˜Žæ–‡*/
#header h2 a, #header h2 a:visited,#header .title a,#header .title a:visited,#headertext {
	color: #fefce2;
	text-decoration: none;
}

#contents {
	_height:10px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
	min-height:400px;
	background-repeat: repeat-y;
}

#menu:after,#contents:after{
	height: 1px;
	overflow: hidden;
	content: "";
	display: block;
	clear: both;
}


#footer {
	text-align: center;
	height: 40px;
	line-height: 40px;
	color: #FFFFFF;
	background-image: url(footer.gif);
	background-repeat: repeat-x;
	background-position: left top;
	padding-top: 5px;
}

#footer a{
	color: #FFFFFF;
	text-decoration: none;
}


.FloatEnd {
	clear: both;
	display: block;
	height: 1px;
}


/* ---------------- è¦‹å‡ºã— */

h1 {
	font-size: 10px;
	margin: 0px;
	line-height: 20px;
	color: #333333;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	background-color: #69593f;
}


/*------------------ãƒ¬ã‚¤ã‚¢ã‚¦ãƒˆ */
#main {
  font-size : 12px;
	float: right;
	width: 580px;
}

#menu {
  font-size : 12px;
	width: 180px;
	float: left;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-left: 5px;
	margin-right: 5px;
	text-align: left;
  overflow : hidden;
}
/*-------------------ä»–ã®è¨­å®š*/
.syousai{
  font-size : 12px;
}

.pagelink{
  font-size : 12px;
  clear : none;
  font-weight : bold;
  text-align : left;
}

.midashi{
  font-size : 14px;
  color : #0c28ed;
  background-color : #e1fdc4;
  padding-left : 10px;
  padding-bottom : 2px;
  border-left-width : 5px;
  border-bottom-width : 2px;
  border-left-style : solid;
  border-bottom-style : solid;
  border-left-color : blue;
  border-bottom-color : blue;
  height : 45px;
}


.link{
  margin:0px;
  text-decoration:none;
  text-align : left;
  color : blue;
  width : 95%;
}

.link A{
  text-decoration:none;
}

.link A:hover{
  background:#fff;
  border-left:3px solid #95cd10;
}

.link A:visited{
  color : blue;
}

.text1{
  font-size : 15px;
    border-top-width : 3px;
  border-top-style : solid;
  border-top-color : #c7ecfc;
  width : 600px;
  margin-top : 0px;
  margin-left : 10px;
  margin-right : 10px;
  margin-bottom : 10px;
  border-left-width : 3px;
  border-right-width : 3px;
  border-bottom-width : 3px;
  border-left-style : solid;
  border-right-style : solid;
  border-bottom-style : solid;
  border-left-color : #c7ecfc;
  border-right-color : #c7ecfc;
  border-bottom-color : #c7ecfc;
  line-height : 160%;
  background-color : #fffff7;
  text-align : left;
  padding-top : 5px;
  padding-left : 5px;
  padding-right : 5px;
  padding-bottom : 5px;
}
.text2{
  font-size : 15px;
  
  border-top-width : 3px;
  border-top-style : solid;
  border-top-color : #c7ecfc;
  width : 600px;
  margin-top : 0px;
  margin-left : 10px;
  margin-right : 10px;
  margin-bottom : 10px;
  border-left-width : 3px;
  border-right-width : 3px;
  border-bottom-width : 3px;
  border-left-style : solid;
  border-right-style : solid;
  border-bottom-style : solid;
  border-left-color : #c7ecfc;
  border-right-color : #c7ecfc;
  border-bottom-color : #c7ecfc;
  line-height : 160%;
  background-color : #F6ECC4;
  text-align : left;
  padding-top : 5px;
  padding-left : 5px;
  padding-right : 5px;
  padding-bottom : 5px;
}
.text3{
  font-size : 15px;
  
  border-top-width : 3px;
  border-top-style : solid;
  border-top-color : #c7ecfc;
  width : 600px;
  margin-top : 0px;
  margin-left : 10px;
  margin-right : 10px;
  margin-bottom : 10px;
  border-left-width : 3px;
  border-right-width : 3px;
  border-bottom-width : 3px;
  border-left-style : solid;
  border-right-style : solid;
  border-bottom-style : solid;
  border-left-color : #c7ecfc;
  border-right-color : #c7ecfc;
  border-bottom-color : #c7ecfc;
  line-height : 160%;
  background-color : #E6F3C7;
  text-align : left;
  padding-top : 5px;
  padding-left : 5px;
  padding-right : 5px;
  padding-bottom : 5px;
}

/* ------------ ãƒ†ãƒ¼ãƒ–ãƒ«ã®è¨­å®šï¼ˆ1åˆ—ã‚¿ã‚¤ãƒ—ï¼‰  */
.table01{
  font-size : 12px;
  border-width : 1px 1px 1px 1px;
  border-style : solid solid solid solid;
  border-color : gray gray gray gray;
  border-collapse:collapse;
  empty-cells : show;
  width : 580px;
  table-layout: fixed;
}
.table01 TD{
  border-width : 1px 1px 1px 1px;
  border-style : solid solid solid solid;
  border-color : gray gray gray gray;
  padding-top : 5px;
  padding-left : 5px;
  padding-right : 5px;
  padding-bottom : 5px;
  width : 100%;
  height : 150px;
  white-space : normal;
  overflow : hidden;
}

/* ------------ ãƒ†ãƒ¼ãƒ–ãƒ«ã®è¨­å®šï¼ˆ2åˆ—ã‚¿ã‚¤ãƒ—ï¼‰  */
.table02{
  font-size : 12px;
  border-width : 1px 1px 1px 1px;
  border-style : solid solid solid solid;
  border-color : gray gray gray gray;
  border-collapse:collapse;
  empty-cells : show;
  width : 580px;
  table-layout: fixed;
}
.table02 TD{
  border-width : 1px 1px 1px 1px;
  border-style : solid solid solid solid;
  border-color : gray gray gray gray;
  padding-top : 5px;
  padding-left : 5px;
  padding-right : 5px;
  padding-bottom : 5px;
  width : 50%;
  height : 300px;
  white-space : normal;
  overflow : hidden;
}

/* === ãƒ†ãƒ¼ãƒ–ãƒ«ã®è¨­å®šï¼ˆ3åˆ—ã‚¿ã‚¤ãƒ—ï¼‰ === */
.table03{
  font-size : 12px;
  border-width : 1px 1px 1px 1px;
  border-style : solid solid solid solid;
  border-color : gray gray gray gray;
  border-collapse:collapse;
  empty-cells : show;
  width : 580px;
  table-layout: fixed;
}
.table03 TD{
  border-width : 1px 1px 1px 1px;
  border-style : solid solid solid solid;
  border-color : gray gray gray gray;
  padding-top : 5px;
  padding-left : 5px;
  padding-right : 5px;
  padding-bottom : 5px;
  width : 33%;
  height : 300px;
  white-space : normal;
  overflow : hidden;
}

/* === ãƒ†ãƒ¼ãƒ–ãƒ«ã®è¨­å®šï¼ˆ4åˆ—ã‚¿ã‚¤ãƒ—ï¼‰ === */
.table04{
  font-size : 12px;
  border-width : 1px 1px 1px 1px;
  border-style : solid solid solid solid;
  border-color : gray gray gray gray;
  border-collapse:collapse;
  empty-cells : show;
  width : 580px;
  table-layout: fixed;
}
.table04 TD{
  border-width : 1px 1px 1px 1px;
  border-style : solid solid solid solid;
  border-color : gray gray gray gray;
  padding-top : 5px;
  padding-left : 5px;
  padding-right : 5px;
  padding-bottom : 5px;
  width : 25%;
  height : 300px;
  white-space : normal;
  overflow : hidden;
}




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