/*----------------------------------------------------------
 - DEFAULT STYLE
----------------------------------------------------------*/
p,h1,h2,h3,h4,h5,h6{
  margin: 0;
  padding: 0;
}
ul,li{
  margin: 0;
  padding: 0;
  list-style: none;
}

body {
  background-image: url(../images/base2010sp.gif);
  background-attachment: fixed;
  font-size: 0.9em;
  line-height: 1.8em;
  font-weight: normal;
  color: #333;
  text-align: left;
  font-family: "‚l‚r ‚oƒSƒVƒbƒN","‚l‚r ƒSƒVƒbƒN",sans-serif;
  margin: 0;
  padding: 0;
  cursor: url(example.cur), url(../images/icon.gif), auto;
}

h1 {
  font-size: 0.9em;
  line-height: 1.5em;
  font-weight: normal;
  color: #000;
  margin: 0;
  padding: 0 ;
  border: none;
}
h2 {
  font-size: 1.2em;
  line-height: 1.6em;
  font-weight: bold;
  font-family:"‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
  color: #f66;
  margin: 0;
  padding: 0;
  border: none;
}
h3 {
  font-size: 1.0em;
  line-height: 3.0em;
  font-weight: bold;
  font-family: "‚l‚r ‚oƒSƒVƒbƒN","‚l‚r ƒSƒVƒbƒN",sans-serif;
  color: #fff;
  margin: 0;
  padding: 0 ;
  border: none;
}
h4 {
  font-size: 1.4em;
  line-height: 1.6em;
  color: #000;
  background-color: #e6e6e6;
  border-left: 8px solid #0000ff;
  margin: 0;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 10px;
}

p {
  margin: 0;
  padding: 0;
}

a:link {
  text-decoration: none;
  color: #f66;
}
a:visited {
  text-decoration: none;
  color: #f66;
}
a:active {
  text-decoration: none;
  color :#f66;
}
a:hover {
  color: #f66;
  text-decoration: underline;
}


.l {
  text-align: left;
}
.c {
  text-align: center;
}
.r {
  text-align: right;
}
.j {
  text-align: justify;
}
.t {
  vertical-align: top;
}
.m {
  vertical-align: middle;
}
.b {
  vertical-align: bottom;
}


/*----------------------------------------------------------
 - font
----------------------------------------------------------*/
.pink {
  color: #633;
}

/*----------------------------------------------------------
 - background
----------------------------------------------------------*/
td.level1 {
  background-image: url(../images/level02.gif);
  text-align: center;
  color: #fff;
  font-size: 0.8em;
  line-height: 0.9em;
}
td.level2 {
  background-image: url(../images/level04.gif);
  text-align: center;
}
td.level3 {
  background-image: url(../images/level06.gif);
  color: #333;
  font-size: 0.8em;
  line-height: 0.9em;
}

/*----------------------------------------------------------
 - layout
----------------------------------------------------------*/
/*layout clear*/
.clearfloat { 
  clear: both;
  height: 0;
  line-height: 0px;
}

/*layout background*/
div#background {
  background-image: url(../images/base02.gif);
  width: 880px;
  margin: auto;
  padding: 0;
  border: 0;
}

/*layout top*/
div#top {
  width: 880px;
  margin: auto;
  padding: 0;
  border: 0;
}

/*layout header*/
div#header {
  width: 800px;
  margin: auto;
  padding: 0;
  border: 0;
}
/*layout hd_text*/
div#hd_text {
  width: 800px;
  margin: auto;
  padding: 0;
  border: 0;
  font-size: 0.8em;
  line-height: 1.6em;
}
/*layout hd_logo*/
div#hd_logo {
  width: 800px;
  margin: auto;
  padding: 0;
  border: 0;
}
/*layout hd_logo_l*/
div#hd_logo_l {
  float: left;
  width: 163px;
  height: 60px;
  margin: auto;
  padding: 0;
  border: 0;
  padding-top: 26px;
}
/*layout hd_logo_r*/
div#hd_logo_r {
  float: right;
  width: 402px;
  margin: auto;
  padding: 0;
  border: 0;
  padding-top: 15px;
}
/*layout menu*/
div#menu{
  width: 800px;
}
div#menu ul{
  list-style-type: none;
}
div#menu li{
  float: left;
}
#menu li a:hover {
  filter: alpha(opacity=50);
  opacity: 0.6;
}
/*layout level*/
div#level{
  width: 800px;
}

/*layout flash*/
div#flash {
  width: 800px;
  margin: auto;
  padding: 0;
  border: 0;
}
/*layout flash_l*/
div#flash_l {
  background-image: url(../images/flash_base.gif);
  float: left;
  width: 600px;
  height: 256px;
  margin: auto;
  padding: 0;
  border: 0;
}
/*layout flash_r*/
div#flash_r {
  background-image: url(../images/notice_base.gif);
  float: right;
  width: 200px;
  height: 256px;
  margin: auto;
  padding: 0;
  border: 0;
}
/*layout notice*/
div#notice {
  width: 180px;
  margin: auto;
  padding: 0;
  border: 0;
  color: #fff;
  font-size: 0.8em;
  line-height: 1.4em;
}

/*layout contents*/
div#contents {
  width: 800px;
  margin: auto;
  padding: 0;
  border: 0;
}
/*layout contents_l*/
div#contents_l {
  float: left;
  width: 240px;
  margin: auto;
  padding: 0;
  border: 0;
  font-size: 0.8em;
  line-height: 1.4em;
}
/*layout contents_r*/
div#contents_r {
  float: right;
  width: 538px;
  margin: auto;
  padding: 0;
  border: 0;
  font-size: 0.8em;
  line-height: 1.6em;
}

/*layout bottom*/
div#bottom {
  width: 880px;
  margin: auto;
  padding: 0;
  border: 0;
}

/*layout footer*/
div#footer {
  background-image: url(../images/base02.gif);
  width: 880px;
  margin: auto;
  padding: 0;
  border: 0;
  text-align: center;
  font-size: 0.7em;
  line-height: 2.8em;
}
div#footer_banner {
  width: 760px;
  margin: auto;
  padding: 0;
  border: 0;
  text-align: center;
  font-size: 0.8em;
  line-height: 1.6em;
}
div#footer_banner ul{
  list-style-type: none;
}
div#footer_banner li{
  float: left;
}
div#footer_link {
  width: 760px;
  margin: auto;
  padding: 0;
  border: 0;
  text-align: center;
  font-size: 1.0em;
  line-height: 1.8em;
}
div#footer_link ul{
  list-style-type: none;
}
div#footer_link li{
  float: left;
  padding-left: 10px;
}