﻿/* Initialize all unnecessary spaces */
* {
  padding: 0;
  margin: 0;
}

/* ----------------------------------------  Link */
a:link {
  color: #0000ff;
  text-decoration: underline;
}

a:visited {
  color: #990099;
  text-decoration: underline;
}

a:hover {
  color: #ff0000;
  text-decoration: underline;
}

/* ----------------------------------------  Font style, Font size*/
body {
  font-size: 80%;
  font-family: メイリオ, "Hiragino Kaku Gothic Pro", "MS UIゴシック", Osaka, sans-serif;
  letter-spacing: 0.07em;
  color: #333333;
  padding: 0;
  margin: 0;
  text-align: center;
}

.small {
  font-size: 85%;
  line-height: 1em;
}

.gray {
  color: #999999;
}

.indent {
   padding-left: 7px;
}

.emp {
  font-weight: bold;
  background-color: transparent;
  padding: 0.3em;
  border-bottom: 1px dotted #f0f8ff;
}

/* ---------------------------------------- Layout */
#wrapper {
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  width: 950px;
}

#header {
  background: url("../images/blue7b.gif") no-repeat center;
  background-position-y: 15px;
  padding: 55px 20px 10px; 
}

#container {
  background: #ffffff;
  width: 100%;
}

#contents {
  width: 100%;
}

#footer {
  clear: both;
  padding: 0.5em 0 1em;
  margin-top: 10px;
  line-height: 1.6em;
  font-size: 9pt;
}

/* -- Table -- */
.table_1 {
  padding: 2px;
  width: 700px;
  border: 1px solid #e6e6e6;
  border-collapse: collapse;
}
  
.cell_1 {
background-color: #0099cc;
color: #ffffff;
text-align: center;
font-size: 90%;
width: 550px;
padding: 3px;
border: 1px solid #e6e6e6;
} 

.cell_2 {
background-color: #fffff0;
color: #333333;
font-size: 90%;
width: 700px;
padding: 4px;
border: 1px solid #e6e6e6;
text-align: left;
} 

.cell_3 {
background-color: #0099cc;
color: #fffff0;
font-size: 90%;
padding:3px;
border: 1px solid #e6e6e6;
} 

.cell_4 {
background-color: #fffff0;
color: #333333;
font-size: 90%;
padding: 4px;
border: 1px solid #e6e6e6;
text-align: center;
} 

.cell_5 {
background-color: #fffff0;
color: #333333;
font-size: 90%;
padding: 4px;
border: 1px solid #e6e6e6;
text-align: left;
} 

.photo {
  float: left;
  margin: 5px 12px 5px 5px;
} 

/* ---------------------------------------- #header part */
h1 {
  text-align: center;
  font-size: 120%;
  margin: 0 0 10px 0;
}

/* -- Logo -- */
.logo {
  font-size: 170%;
 letter-spacing: normal;
  margin: 10px 0;
  background-color: transparent;
  color: #cc0000;
  font-family: メイリオ,"Hiragino Kaku Gothic Pro", Tahoma, Osaka, sans-serif;
}

* html .logo {
  font-size: 220%;
  letter-spacing: normal;
  margin: 10px 0;
  background-color: transparent;
  color: #cc0000;
  font-family: メイリオ,"Hiragino Kaku Gothic Pro", Tahoma, Osaka, sans-serif;
}

.logo a {
  text-decoration: none;
  background-color: transparent;
  color: #ffffff;
}

.logo a:hover {
  text-decoration: none;
  background-color: transparent;
  color: #ff0000;
}

.logo_image {
  float: left;
  margin-left: 2px;
}

/* -- Description -- */
.description {
  float: right;
  width: 540px;
  margin-top: 26px;
  font-size: 120%;
  font-weight: bold;
  color: #666666;
} 

/* ---------------------------------------- #contents */

/* -- Sub header -- */
h2,h3 {
  font-size: 120%;
  background-color: transparent;
  margin-bottom: 1em;
  padding: 5px 0 5px 10px;
  border-left: 10px solid #0000cd; 
  border-bottom: 2px solid #0000cd; /* #dc143c; */
  color: #666666;
}

h2 { margin-top: 20px; }

.clear {
  clear: both;
}

.hr_1 {
  height: 0;
  border: 0;
  border-bottom: 1px solid #0099cc;
  width: 950px;
  padding: 0;
  margin-bottom: 3px;
}

/* --  List -- */
#contents .topic-path {
  line-height: 1em;
  margin-bottom: 1em;
}

/* --  -- */
#contents dl { margin: 1em 0; }

#contents dt {
  margin-bottom: 0.5em;
  font-weight: bold;
  border-bottom: 1px dotted #666666;
}

#contents dd { margin-bottom: 2em; }

#contents ul { margin: 1em 0 1em 5px; }

#contents ol { margin: 1em 0 1em 30px; }

#contents li { 
margin: -18px 5px 20px 150px; 
list-style-type: none;
}

#contents li a{ 
margin-left: 15px; 
}

/* ---------------------------------------- #footer part */
#footer p { text-align: center; }

--------------------------------------------------------------------------------


 for IE css file [ie-base.css ]

@charset "shift_jis";

#wrapper { width: expression( document.documentElement.clientWidth > 951? "950px" : document.documentElement.clientWidth < 631? "630px" : "auto");}






