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


/*---------- ページ全体の指定 ----------*/

html, body, header, section, article, nav, footer,
div, span, p, h1, h2, h3, h4,
ul, ol, li, dl, dt, dd,
table, tr, th, td, tbody, thead, tfoot {
  margin: 0;
  padding: 0;
}

img {border: 0;}

body {
  width: 100%;
  background-color: #ffffff;
  font: 14px/1.231 'ヒラギノ角ゴ pro W3', "Hiragino KaKu Gothic Pro", Osaka, sans-serif;
  line-height: 1.7;
}




a:link {
  color: #333333;
}

a:hover {
  color: #004080;
}

a:visited {
  color: #333333;
}


/*---------- ヘッダー ----------*/

header {
  width: 100%;
  background-color: #000000;
  font-size:11px;
}

header h1 {
  padding: 0px 0 0px 0;
  text-align: center;
  color: #333333;
  font-size: 8px;
}

header h1 a {
  color: #ffffff !important;
  text-decoration: none;
  font-size: 18px;
}

header h1 a:hover {
  color: #cccccc !important;
  text-decoration: underline;
  font-size: 18px;
}


header h3 {
  margin: 0 0 8px 0;
  padding: 5px 0 3px 0px;
  font-size: 12px;
  color: #ffffff;
  border-bottom: solid 0px;
  border-bottom-color: #000000;
  background: url(img/h.jpg) center repeat-x;
  
}



header img.main_photo {
  width: 100%;
  height: auto;
}

#page_top {
  margin: 0;
  padding: 0;
}


/*---------- コンテンツ ----------*/

#content {
  padding: 0px;
}

section {
  margin: 0 0 8px 0;
}

section h2 {
  margin: 0 0 8px 0;
  padding: 4px 0 4px 0px;
  font-size: 14px;
  color: #ffffff;
  border-bottom: solid 1px;
  border-bottom-color: #cccccc;
  background: url(img/h.jpg) center repeat-x;
}


section h3 {
  margin: 0 0 8px 0;
  padding: 5px 0 3px 14px;
  font-size: 13px;
  color: #ffffff;
  border-bottom: solid 1px;
  border-bottom-color: #cccccc;
  background: url(img/menu_bg.jpg) center repeat-x;
}


.p10{
  font-size: 17px;
}

.p11{
  font-size: 15px;
  margin: 0 0 -1px 14px;
  line-height:0%
  
}
.p12{
  font-size: 17px;
  margin: 0 0 -1px 14px;
  line-height:0%
}


section p {
  margin: 0 0 12px 14px;
  padding: 3px 0;
  line-height: 1.8;
}

section .gray_bg {
  margin: 8px 0 8px 0;
  padding: 2px 8px 2px 8px;
  line-height: 1.7;
  letter-spacing: 1px;
  border-top: solid 1px #dddddd;
  border-right: solid 1px #dddddd;
  border-bottom: solid 1px #dddddd;
  border-left: solid 1px #dddddd;
  background-color: #eeeeee;
}

section .gray_bg p {
  padding: 3px;
  line-height: 1.7;
  letter-spacing: 1px;
}

section img.picture {
  margin: 0 10px 10px 0;
  float: left;
}

section img.picture_r {
  margin: 0 0 10px 10px;
  float: right;
}

section span.red {
  color: #e60033;
}

section span.red_b {
  color: #e60033;
  font-weight: bold;
}

section span.blue {
  color: #007bbb;
}

section span.pink {
  color: #c53d43;
}

section span.brown {
  color: #993300;
}

section span.brown_b {
  color: #993300;
  font-weight: bold;
}

section span.green {
  color: #00ae4f;
}

section table.table_line {
  width: 100%;
  border-collapse: collapse;
  border: solid 1px #bbbbbb;
  margin : 8px  0 8px 0;
}

section td.table_line {
  border-collapse: collapse;
  border: solid 1px #bbbbbb;
  padding : 8px 10px 8px 10px;
}

header table.table_line {
border:solid #000000 10px;
}

header td.table_line {
border:solid #000000 10px;
}


#table1 a { color:#FFFFFF; 
  font-size: 12px;

}        

#table1 a:link {color:#FFFFFF;}
#table1 a:visited{color:#FFFFFF;} 
#table1  a:hover{color:#b22222;} 
#table1  a:active{color:#b22222;} 
#table2  {border-bottom:  #000000;
		border-top: #000000;
		} 
#table2 a { color:#FFFFFF; 
  font-size: 12px;

}        

#table2 a:link {color:#FFFFFF;}
#table2 a:visited{color:#FFFFFF;} 
#table2  a:hover{color:#b22222;} 
#table2  a:active{color:#b22222;} 

#table3 a { color:#FFFFFF; 
  font-size: 10px;

}        



/*---------- ナビ ----------*/

nav {
  width: 100%;
  text-decoration: none;
  margin: 0 0 10px 0;
  background: url(img/nav_bg.gif) repeat-x;
}

nav h2 {
  padding: 5px 0 3px 14px;
  font-size: 14px;
  color: #ffffff;
  border-bottom: solid 1px;
  border-bottom-color: #cccccc;
  background: url(img/h_bg_gray.gif) center repeat-x;
}

nav ul {
  width: 100%;
  border-top: solid 1px;
  border-top-color: #cccccc;
}

nav li {
  width: 100%;
  list-style: none;
  text-align: center;
}

nav li a {
  padding: 10px;
  display: block;
  color: #333333 !important;
  font-weight: bold;
  text-decoration: none;
  border-bottom: solid 2px;
  border-bottom-color: #cccccc;
  background: url(img/nav_bg.gif) repeat-x;
}

nav li a:hover {
	color: #000000 !important;
	display: block;
	font-weight: bold;
	text-decoration: none;
	border-bottom: solid 2px;
	border-bottom-color: #cccccc;
	background: url(img/nav_bg_hover.gif) repeat-x;
}



#menu{
width:100%;
height:40px;
background-image:url(image/menu_bg.jpg);
background-position:top left;
background-repeat:repeat-x;
font-weight:bold;
}
#menu ul{
margin:0px;
padding:0px;
list-style-type:none;
}
#menu li{
float:left;
width:50%;
height:40px;
line-height:40px;
overflow:hidden;
position:relative;
z-index:1;
font-size:11px;
}
#menu .on{
_background-image:url(image/menu.jpg);
_background-position:top left;
_background-repeat:repeat-x;
overflow:visible;
}
#menu .sbm{
left:-1px;
background-color:#000000;
opacity:0.7;
filter:Alpha(Opacity=70);
position:absolute;
}
.sbm li{
border-left:solid 1px #333333;
border-bottom:solid 1px #333333;
}
#menu a{
/* トップメニューの文字を左寄せにする場合 */
/* text-align:left; */
/* padding-left:10px; */
color:#ffffff;
text-decoration:none;
white-space:nowrap;
border-right:solid 1px #333333;
font-weight:bold;
display:block;
}
#menu a:hover{
	background-image:url(image/menu.jpg);
	background-position:top left;
	background-repeat:repeat-x;
	color:#009900;
}
#menu .sbm a:hover{
background-image:url();
background-color:#222222;
}


/*---------- トップに戻る ----------*/

#page_back {
  margin: 0 0 8px 0;
  padding: 0 6px 0 0;
  text-align: right;
}


/*---------- フッター ----------*/

footer {
  width: 100%;
  padding: 10px 0 10px 0;
  color: #333333;
  text-align: center;
  border-top: solid 1px;
  border-top-color: #cccccc;
  background-color: #333333;
}

footer p {
  padding: 10px;
  color: #555555;
}

footer a {
  color: #cccccc !important;
}

footer a:hover {
  color: #ffffff !important;
}

footer a:visited {
  color: #cccccc;
}

footer p.copy {
  padding: 10px;
  font-size: 12px;
  color: #ffffff;
}

footer p.copy a {
  color: #cccccc !important;
  text-decoration: none;
}

footer p.copy a:hover {
  color: #ffffff !important;
  text-decoration: underline;
}

footer p.copy a:visited {
  color: #cccccc;
  text-decoration: none;
}
</pre></body></html>