@charset "utf-8";

/* =======================================

 Structure CSS

========================================== */

html {
  background: #010066 url(../../images/base/structure_bg_01.png) repeat-x 50% 0;
  color: #333;
  height: 100%;
}

body {
  background: #FFFFFF url(../../images/base/structure_bg_01.png) repeat-x 50% 0;
  min-width: 915px;
}

* html body {
  height: 100%;
}

#header {
  margin: 0 auto;
  width: 905px;
}

#document {
  margin: 0 auto 15px;
  width: 905px;
}
#document:after { /* for Modern Browser */
  content: "."; display: block; clear: both; height: 0; visibility: hidden; font-size: 0;
}

#contents {
  float: right;
  width: 645px;
}

#localnavi {
  float: left;
  width: 230px;
}

#footer {
  clear: both;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

a {
  color: #4C8BBE;
  text-decoration: underline;
}
a:visited { color: #663399;}
a:hover   { color: #03669d;}
a:active  { color: #990000;}

.swap {
 /* image swap class */
}

.fontDefault { font-size: 100%;}
.fontLarge   { font-size: 127%;}


/* Guidance
========================================== */
.guidance {
  position: absolute;
  top: 0;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}


/* Main Visual
========================================== */
#mainVisual {
  margin: 0 auto 10px;
  width: 905px;
}


/* Document Navi
========================================== */
#documentNavi {
  margin: 0 auto 13px;
  width: 905px;
  zoom: 1;
}
#documentNavi:after { /* for Modern Browser */
  content: "."; display: block; clear: both; height: 0; visibility: hidden; font-size: 0;
}

#documentNavi p.topicpath {
  float: left;
  display: inline;
  padding: 8px 0 0;
  width: 739px;
  font-size: 120%;
  line-height: 1.5;
}

#documentNavi p.printBtn {
  float: right;
  margin: 2px 0;
  width: 98px;
}


/* Plain Text
========================================== */
#contents p, #contents address, #contents th, #contents td,
#contents li, #contents dt, #contents dd {
  font-size: 120%;
  line-height: 1.5;
}

/* Inner Reset  */
#contents th p, #contents th li, #contents th dt, #contents th dd, #contents th address,
#contents td p, #contents td li, #contents td dt, #contents td dd, #contents td address,
#contents li p, #contents li li, #contents li dt, #contents li dd, #contents li address,
#contents dt p, #contents dt li, #contents dt dt, #contents dt dd, #contents dt address,
#contents dd p, #contents dd li, #contents dd dt, #contents dd dd, #contents dd address {
  font-size: 100%;
}

#contents p, #contents ul, #contents ol, #contents dl, #contents table {
  margin: 0 0 15px;
}

#contents .section {
  margin: 0 0 30px;
}


#contents span.stateMessage {
	margin: 0 6px;
	color: #FF0033;
	font-size: 83.4%;
}