@charset "UTF-8";
/*---------------------------

 * base.css *
 
 0.reset styles
 1.base styles
 2.layout styles
 3.additional styles
 4.agreement
 5.clearfix
 
----------------------------*/


/* 0.reset styles
----------------------------*/
html {
  height: 100%;
  margin-bottom: 1px;
}

body, div, h1, h2, h3, h4, h5, h6, p, form, fieldset {
    margin: 0;
    padding: 0;
}

/* 1.base styles
----------------------------*/
body {
  background: #FFF url(/images/common/bg_body.gif) repeat-y left top;
  white-space: normal;
  word-break: break-all;
  word-wrap: break-word;
  font-size: 12px;
  line-height: 1.5;
  font-family: Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴ Pro W3", Osaka, "verdana", "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;
  letter-spacing: 0.05em;
}

img {
  border: none;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

a {
  color: #327aa4;
}

a:link {
  color: #327aa4;
}

a:visited {
    color: #327aa4;
}

a:hover {
  color: #0a3a69;
}


/* 2.layout styles
----------------------------*/
#container {
  width:800px;  
  text-align: left;
}

#header {
  width:800px;  
  position: relative;
}

#header h1 {
  float: left;
  margin: 0;
  padding: 12px 0 6px 4px;
}

* html #header h1 {
  padding: 12px 0 12px 4px;
}


#contents {
  margin: 4px 0 0;
  clear: both;
  position: relative;
}

#footer {
  clear: both;
  margin: 1em 0em 0.5em;
  padding: 0.5em 0;
  font-size: 0.85em;
  color: #999999;
  
  background: #FAFAFA url(/images/common/footer_top.gif) repeat-x left top;
  
}
#footer a {
  text-decoration: none;
}

#footer a:hover {
  text-decoration: underline;
}

#footer ul {
  margin:0;
  padding:0;
  
  float: left;
}

#footer ul li {

    display: inline;
  padding: 0em 0.75em;
}

#footer span {
  float: right;
}

#globalMenu ul {
  width: 800px;
  padding: 0;
  margin: 0;
  background-image: url(/images/common/bg_global_menu2.gif);
  text-align: left;
  line-height: 3em;
}

#globalMenu li {
  display: inline;
}
#globalMenu a {
  color: #000;
  float: left;
  text-decoration: none;
  border-right: 1px solid #acd6eb;  
}
#globalMenu a span {
  display: block;
  float: none;
  padding: 0 4em 0;
}
#globalMenu a span img {
  border: none;
  margin: 0;
}

#globalMenu a:hover {
  background: url(/images/common/bg_global_hover.gif) repeat-x left top;
  color: #FFF;  
}

#globalMenu h2 {
    height: 0;
    display: none;
    overflow: hidden;
    border: none;
}

/* header */
div#header div#logo_linkstaff {
  float:right;
  
  margin:5px;
  text-align:center;
}

div#searchandmenu {
  margin: 0 0.1em 0.5em;
  padding: 1em 0 0;

  float:right;
}

div#searchandmenu {
  margin: 0 0.1em 0.5em;
  padding: 1em 0 0;

  float:right;
}

div#searchandmenu ul {
}

div#searchandmenu ul li{
  list-style:none;
  clear:both;
  display: inline;
  padding: 0em 0.75em;
  font-size: 0.85em;
}

div#searchandmenu ul li#headermenu {
  text-align:right;
}

div#searchandmenu ul li#headermenu img {
  margin:0 1px 0 0;
}

div#searchandmenu ul li#headermenu a {
  text-decoration:none;
}


/* adspace */
div.adspace,
div.adspaceBottom {
  margin: 0 0 1em;
  text-align: center;
}


/* 3.additional styles
----------------------------*/
#wrapper {
  width: 1020px;
  clear:both;
}

#wrapper_left {
  width: 800px;
  float: left;
}

#wrapper_right {
  margin: 0 0 0 1px;
  padding: 0px;
  width: 216px;
  float: left;
}

div.blockContentsTop {
}

div.loginForm {
  float: left;
  width: 249px;
  height: 347px;
  background: url(/images/common/bg_login_form.jpg) repeat-x left top;
}

div.loginForm dl {
  margin-left: 22px;
}

div.loginForm dl dt {
}

div.loginForm dl dd {
  margin: 0 0 17px;
  padding: 0;
}

div.loginForm p {
  margin: 15px 0;
  text-align: center;
}

div.loginForm input.fieldText {
  width: 201px;
  border: 1px solid #CCC;
}

div.loginForm ul {
  margin: -5px 0 0;
  padding: 0;
  font-size: 10px;
  text-align: center;
}

div.loginForm ul li {
  padding-bottom: 2px;
  list-style: none;
}

div.loginForm ul li a {
  color: #0a3a69;
  text-decoration: none;
}

div.loginForm ul li a:hover {
  text-decoration: underline;
}

div.customizeAreaTop {
  float: right;
  width: 550px;
  min-height: 347px;
}

* html div.customizeAreaTop {
  height: 347px;
}

div.customizeAreaBottom {
  clear: both;
  padding: 17px 28px;
}

h2 {
  margin:0;
  padding: 0.1em 0em 0.125em 1em;
  border: 1px solid #cecece;
  background:#fff url(/images/common/bg_caption800px.gif) no-repeat left top;
  clear: both;
  color: #444;
  line-height: 1.8em;
  font-size: 100%;
}

/* list links */
p.linkContent {
  margin: 1em 0 0;
  text-align: right;
}
p.linkContent img {
  padding: 0 0.25em 0 0;
}
div.blockContents p.linkContent ul li {
  display: inline;
}
p.innerLinkContent {
  text-align: right;
}

/* flashNotice */
div.flashNotice h2 {
  margin: 1em 0.5em;
  padding: 0.75em 0 0.75em 1em;
  border: 1px solid #FF7E7E;
  background: url(/images/common/bg_h2_valid.gif) no-repeat left top;
  color: #FF4444;
  font-size: 1em;
}


/* 4.agreement
----------------------------*/
div.agreement {
  margin: 0 0 1em;
  padding: 0.5em 0 0;
  /*position: relative;*/
  
  line-height:1.9em;
  text-align:left;
}

div.agreement h2 {
  margin-top:1em;
  background:none;
  border:none;
  border-bottom:1px solid #666;
}

div.about {
  margin: 0 0 1em;  
  padding:10px 30px;

  line-height:1.9em;
  text-align:left;  
}


div.about ul {
  margin:20px 30px;
  padding:0;
  list-style:none;
}

div.about ul li {
  margin:0 0 10px 0;
  padding:0;
  border-bottom:1px dotted #ddd;
  clear:both;
}

div.about ul li dl {
  margin:0;
  padding:0;  
}

div.about ul li dl dt {  
  margin:0;
  padding:0;
  
  width:15%;
  float:left;
  
  font-weight:bold;
  color:#006699;
}

div.about ul li dl dd {
  margin:0;
  padding:0 0 2em;
  
  width:85%;
  float:right;  
}


/* 5.clearfix
-------------------------------*/
h1:after,
#header:after,
#contents:after,
#footer:after,
#globalMenu ul:after,
div#searchBlock:after,
div.blockContentsTop:after,
#wrapper:after,
div.agreement ul li:after {
   content: ".";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
}
h1,
#header,
#contents,
#footer,
#globalMenu ul,
div#searchBlock,
div.blockContentsTop,
#wrapper,
div.agreement ul li  {
  display: inline-block;
}
/* exlude MacIE5 \*/
* html h1,
* html #header,
* html #contents,
* html #footer,
* html #globalMenu ul,
* html div#searchBlock,
* html div.blockContentsTop,
* html #wrapper,
* html div.agreement ul li  {
  height: 1%
}
h1,
#header,
#contents,
#footer,
#globalMenu ul,
div#searchBlock,
div.blockContentsTop,
#wrapper,
div.agreement ul li  {
  display:block;
}
/* end MacIE5 */
