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

/* ------------------------------
	GENERAL
------------------------------ */

body, form, address,
h1, h2, h3, h4, h5, h6,
#side ul, #side li, #side p {
	margin: 0;
	padding: 0;
}
body {
	background-color: #E7E7E7;
	font-family: "ＭＳ Ｐゴシック", "Osaka", "ヒラギノ角ゴ Pro W3";
	font-size: 0.8em;
	color: #333;
}


td, th { font-size: 0.8em; }

h1, h2, h3, h4, h5, h6 { font-size: 1em; }
p { line-height: 1.5; }

.jisage {
   margin-left :1em;
}

img { border: none; }
address {
	font-size: 0.8em;
	 font-weight: normal;
	font-style: normal;
	margin-top: 10px;
	color: #666666;
}

a { color: #3C618A; text-decoration: none; outline:none; }
a:active { text-decoration: underline; }
a:hover { text-decoration: underline; }


a.arrow { 
	padding-left: 12px;
	background: url(../img/ct_arrow.gif) no-repeat 2px 0.2em;
}
span.arrow { 
	padding-left: 12px;
	background: url(../img/ct_arrow.gif) no-repeat 2px 0.2em;
}
span.cir { 
	padding-left: 12px;
	background: url(../img/list_cir.gif) no-repeat 2px 0.2em;
}
.small {
 font-size: 0.8em;
 font-weight: normal;
}

.emp1 {
 font-size: 1.2em;
}
.emp2 {
 font-size: 1.5em;
}
.color1{
 color: #fff;
}
.color2{
 color: #537D29;
}
.color3{
 color: #336600;
}

#pub ul { list-style-type:none;
	margin: 0;
	padding: 0;
}
#pub li {
	list-style-type:none;
	margin: 0;
	padding: 3 0 3 10;
	background: url(../img/ct_arrow.gif) no-repeat 2px 0.6em;
}

/* ------------------------------
	LAYOUT
------------------------------ */

#header {
	background-color: #fff;
}

#main {
	background: url(../img/main_bg.gif) repeat-y center;
}
#main2 {
	background: url(../img/main_bg2.gif) repeat-y center;
}

#content {
	padding-bottom: 20px;
}

#content2 {
	background: url(../img/main_bg2.gif) repeat-y center;
}
#side {
	padding-bottom: 20px;
}

#footer {
	background-color: #fff;
}


/* ------------------------------
	HEADER
------------------------------ */

#search {
	margin-right: 5px;
	width: 150px;
	border: 1px solid #BCBCBC;
	background-color: #F3F3F3;
}


/* ------------------------------
	SIDE
------------------------------ */

#side h6 {
	padding-bottom: 1px;
	background: url(../img/sd_line.gif) no-repeat left bottom;
}

#side p {
	padding: 3px 3px 3px 0;
	background: url(../img/sd_line.gif) no-repeat left bottom;
	line-height: 2;
}
#side p a.one,
#side p a.one_o {
	display: block;
	padding-left: 23px;
	background: url(../img/sd_one.gif) no-repeat 11px 0.7em;
}
#side p a.two,
#side p a.two_o {
	display: block;
	padding-left: 28px;
	background: url(../img/sd_two.gif) no-repeat 22px 0.5em;
	line-height: 1.5;
}
#side p .three,
#side p .three_o {
	display: block;
	padding-left: 33px;
		line-height: 1.5;
}
#side p a { color: #333; }
#side p a:active { color: #3C618A; text-decoration: none; }
#side p a:hover { color: #3C618A; text-decoration: none; }
#side p a.one_o,
#side p a.two_o,
#side p a.three_o { color: #3C618A; }


/* ------------------------------
	TABLE
------------------------------ */
table.tbl1 td{
 border-bottom:#c0c3c3 1px solid;
}
table.tbl2 th{
 padding: 5px 10px;
}

.tbl3 { text-align:right ;margin-right:5px; }  

/* ------------------------------
	MOKUJI
------------------------------ */

#mokuji .zero {
	padding-left: 15px;
	background: url(../img/list_sq.gif) no-repeat 0 0.1em;
	line-height: 1.6;
}
#mokuji .one {
	padding-left: 37px;
	background: url(../img/sd_one.gif) no-repeat 27px 0.2em;
 line-height: 1.6;
}
#mokuji .two {
	padding-left: 61px;
	background: url(../img/sd_two.gif) no-repeat 53px 0.3em;
 line-height: 1.6;
}
#mokuji .three {
	padding-left: 61px;
 line-height: 1.6;
}




.shadow {
    margin-top: 5px; /* 画像の上の余白*/
    display: inline-block;
    box-shadow: 5px 5px 10px -5px rgba(0, 0, 0, 0.8); /*横方向　下方向　ぼかし　広がり　色 */
}

.jisage2 {
   text-indent : -1em;
   margin-left : 2.0em;
   }

.jisage3 {
   margin-left : 2.0em;
   }
.jisage4 {
   margin-left : 2.0em;
   line-height: 1.5;
   }</pre></body></html>