/* [ X^C ] */
BODY, DIV, DL, DT, DD, UL, OL, LI, H1, H2, H3, H4, H5, H6, FORM, INPUT, TEXTAREA, P, TH, TD, PRE, FIELDSET, BLOCKQUOTE {
  margin: 0;
  padding: 0;
}
IMG, FIELDSET {
  border: 0;
}
addr ACRONYM {
  border: 0;
}
ADDRESS, STRONG, EM, TH, CAPTION, CITE, CODE, DFN, VAR {
  font-style: normal;
  font-weight: normal;
}
H1, H2, H3, H4, H5, H6 {
  font-size: 100%;
  font-weight: normal;
}
UL, OL, LI {
  list-style-type: none;
}
/* [ X^C ] */

/* [ CSSnbNEfloat? ] */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  display: inline-table;
}
/* start IE-mac \*/
* HTML .clearfix {
  height: 1%;
}
/* IE5,IE6,MacIE */
*+html .clearfix {
  height: 1%;
}
/* IE7 */
.clearfix {
  display: block;
}
/* End IE-mac */
/* [ CSSnbNEfloat? ] */



/* [ ^OX^C ] */
BODY {
  font-family: "CI", "Meiryo", Arial, "MS PSVbN", sans-serif;
  font-size: 100%;
  line-height: 1.3;
  color: #666666;
  background : url(headerBg.jpg) repeat-x left top;
  text-align: center;
}
A {
  color: #358ECA;
  text-decoration: none;
}
A:HOVER {
  text-decoration: underline;
}
/* [ ^OX^C ] */

/* [ CAEg ] */
/* g */
#wrapper {
  width: 800px;
  margin: 0 auto;
  background : url(contentsBg.gif) repeat-y center top;
}
/* wb_[ */
#header {
  position: relative;
  width: 730px;
  height: 132px;
  padding-right: 70px;
  background : url(header.jpg) no-repeat left top;
}
/* IE6????Kp */
* HTML #header {
  width: 800px;
}
#header H1 {
  width: 433px;
  height: 42px;
  line-height: 42px;
  text-align: right;
  font-size: 13px;
  color: #333333;
  float: right;
}
/* j[ */
#header UL {
  width: 397px;
  height: 33px;
  line-height: 33px;
  float: right;
}
#header LI {
  width: 132px;
  height: 51px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  float: left;
}
#header LI A {
  display: block;
  width: inherit;
  height: 36px;
  padding-top: 15px;
  color: #333333;
  cursor: pointer;
  background : url(menuBtn.jpg) no-repeat center top;
}
/* IE6????Kp */
* HTML #header LI A {
  height: 51px;
}
#header LI A:HOVER {
  background-position: bottom;
  text-decoration: none;
}
#header P {
  position: absolute;
  top: 0px;
  left: 0px;
}
#header P A {
  display: block;
  width: 256px;
  height: 120px;
}
/* C[W */
#header IMG {
  position: absolute;
  top: 5px;
  right: -50px;
}
/* Rec */
#contents {
  width: 700px;
  height: auto;
  text-align: left;
  padding: 0px 50px 20px 50px;
  margin: 0 auto;
  background : url(titleBar.jpg) no-repeat left top;
}
#contents H2 {
  width: inherit;
  height: 45px;
  line-height: 45px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #FFFFFF;
}
/* IE6????Kp */
* HTML #contents {
  width: 800px;
}
/* tb^[ */
#footer {
  height: 50px;
  margin: 0 auto;
  text-align: center;
  line-height: 25px;
  font-size: 13px;
  color: #333333;
  background : url(footerBg.jpg);
}
#footer ADDRESS A {
  color: #333333;
}