@charset "utf-8";

body {
 margin: 0px;
 background-image: url(/images/bg.jpg);
 background-repeat: repeat-x;
 font-size: 12px;
 color: #666666;
 line-height: 140%;
}

img {
 border: none;
}

.txt-15b {
 font-size: 15px;
 font-weight: bold;
}

.txt-15-bl {
 color: #006699;
 font-size: 15px;
 font-weight: bold;
}

.color_red {
 color:#CC0000;
}

#header {
 color: #333333;
 font-size: 12px;
}

.frame-01 {
 border: 1px solid #CCCCCC;
 padding: 10px;
 line-height: 200%;
 text-align: left;
}

.frame-02 {
 border: 1px solid #CCCCCC;
 padding: 10px;
}

#.frame-01 a {
# padding-left: 10px;
#}

.list-more {
 background-image: url(/images/more_icon.jpg);
 background-repeat: no-repeat;
 padding-left: 13px;
}

.main-navi-top a {
 width: 199px;
 height: 25px;
 padding-top: 15px;
 color: #FFFFFF;
 font-size: 12px;
 text-align: center;
 display: block;
 background-image: url(/images/navi_home_bg.gif);
 background-repeat: no-repeat;
 text-decoration: none;
}

.main-navi-top a:hover {
 background-image: url(/images/navi_home_bg_.gif);
}

.main-navi a {
 width: 199px;
 height: 25px;
 padding-top: 15px;
 color: #FFFFFF;
 font-size: 12px;
 text-align: center;
 display: block;
 background-image: url(/images/navi_other_bg.gif);
 background-repeat: no-repeat;
 text-decoration: none;
}

.main-navi a:hover {
 background-image: url(/images/navi_other_bg_.gif);
}

.left-navi-tit {
 height: 40px;
 background-image: url(/images/left_navi_tit.jpg);
 background-repeat: no-repeat;
 color: #FFFFFF;
 padding: 0 0 0 15px;
 text-align:left;
}

.left-navi a {
 width: 179px;
 height: auto;
 padding: 3px;
 color: #333333;
 font-size: 12px;
 text-align: left;
 display: block;
 background-image: url(/images/left_navi_bg.gif);
 background-repeat: no-repeat;
 background-position: bottom;
 text-decoration: none;
}

.left-navi a:hover {
 background-color: #0099CC;
 background-image: url(/images/left_navi_bg_.gif);
 background-position: bottom;
 color: #FFFFFF;
}

.stit {
 color: #FFFFFF;
 font-size: 14px;
 font-weight: bold;
}

.form-bt {
 padding-top: 10px;
}


.frame-01 a {color:#333333; text-decoration: underline;}
.frame-01 a:link {color:#333333; text-decoration: underline;}
.frame-01 a:visited {color:#333333; text-decoration: underline;}
.frame-01 a:active {color:#333333; text-decoration: underline;}
.frame-01 a:hover {color:#666666; text-decoration: underline;}

.list-more a {color:#FF6600; text-decoration: underline;}
.list-more a:hover {color:#FF9900; text-decoration: underline;}

#footer a {color:#666666; text-decoration: underline;}
#footer a:link {color:#666666; text-decoration: underline;}
#footer a:visited {color:#666666; text-decoration: underline;}
#footer a:active {color:#666666; text-decoration: underline;}
#footer a:hover {color:#999999; text-decoration: underline;}

h1 {
  margin: 0;
  padding: 12px 0 21px 15px;
  line-height: 110%;
  font-size: 14px;
  color: #FFFFFF;
  background-image: url(/images/h1img.gif);
  background-repeat: no-repeat;
}
h2 {
  margin: 0;
  padding: 11px 0 21px 15px;
  line-height: 110%;
  font-size: 13px;
  color: #FFFFFF;
  background-image: url(/images/h2img.gif);
  background-repeat: no-repeat;
}
h3 {
  margin: 0;
  padding: 5px 0 10px 0px;
  line-height: 110%;
  font-size: 12px;
  color: #333333;
  background-image: url(/images/h3img.gif);
  background-repeat: no-repeat;
}

.frame-01 a {color:#333333; text-decoration: underline;}
.frame-01 a:link {color:#333333; text-decoration: underline;}
.frame-01 a:visited {color:#333333; text-decoration: underline;}
.frame-01 a:active {color:#333333; text-decoration: underline;}
.frame-01 a:hover {color:#666666; text-decoration: underline;}

.list-more a {color:#FF6600; text-decoration: underline;}
.list-more a:hover {color:#FF9900; text-decoration: underline;}

#footer a {color:#666666; text-decoration: underline;}
#footer a:link {color:#666666; text-decoration: underline;}
#footer a:visited {color:#666666; text-decoration: underline;}
#footer a:active {color:#666666; text-decoration: underline;}
#footer a:hover {color:#999999; text-decoration: underline;}

.fukidashi{ position: relative; }
.fukidashi span{
	display: block;
	border: solid 1px #AAAAAA;
	background-color: #EEEEEE;
	color: #000000;
	text-decoration: none;
	position: absolute;
	top: 20px;
	left: 10px;
	padding: 5px;
	visibility: hidden;
	width: 200px;
}   
a.fukidashi:hover,a.fukidashi:hover span{ visibility: visible; z-index: 100; } 