@charset "UTF-8";

/* common.css */ 
/*
========== TABLE of CONTENTS ==========

1:reset
2:clearfix
3:layout

========== TABLE of CONTENTS ==========
*/

/* ---------- 1:reset  ---------- */

html {
  overflow-y: scroll; /* Firefox scroll-on */
}

body {
  margin: 0;
  padding: 0;
  font-size: 13px;
  font-family: Osaka,"ＭＳ Ｐゴシック",Arial,sans-serif;
  color: #333333;
  *font-size: small; /* for IE */
  *font: x-small; /* for IE in quirks mode */
  background-image: url(../images/00bg_body.jpg);
  background-position: left top;
  background-repeat: repeat;
}

dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,input,p,blockquote,fieldset,div {
  margin: 0;
  padding: 0;
}

table,pre,code,select,input,textarea,kbd,var,ins,del,samp {
  font-size: 100%;
}

h1,h2,h3,h4,h5,h6 {
  font-weight: normal;
  font-size: 100%;
}

ul li,ol li {
  list-style: none;
}

table,th,td {
  margin: 0;
  padding: 0;
  border-collapse: collapse;
  border-spacing: 0;
}

th,caption {
  text-align: left;
}

address,cite,dfn,em,b,strong,var,th,ins,del,samp {
  font-weight: normal;
  font-style: normal;
}

img,fieldset {
  border: 0;
}

/* Default Link Style */

a,a:link,a:active,a:visited {
  color: #3769a6;
  text-decoration: underline;
}

a:hover {
  color: #ee6500;
  text-decoration: underline;
}

a img {
  border: 0;
}

/* ---------- /1:reset  ---------- */

/* ---------  2:clearfix --------- */

.clearfix:after {
  content: url(../images/pixel.gif);
  display: block;
  clear: both;
  height: 0;
}

.clearfix {
  display: inline-block;
}

.clearfix {
  display: block;
}

/* Mac版IEのみに適用 \*//*/
.clearfix { overflow: hidden; }
/* */

/* --------- /2:clearfix --------- */


/* ---------- 2:layout  ---------- */

html,body {
  height: 100%;
}

#wrapper {
  width: 100%;
  height: 100%;
  background-image: url(../images/00bg_wrapper.jpg);
  background-position: center top;
  background-repeat: repeat-x;
}

body>#wrapper {
  height: auto;
  min-height: 100%;
}

#header {
  width: 735px;
  height: 236px;
  margin: 0 auto;
  padding: 0 10px 0 225px;
  background-image: url(../images/00bg_header.jpg);
  background-position: left top;
  background-repeat: no-repeat;
}

#header img {
  vertical-align: top;
}

#header h1 {
  width: 735px;
  height: 80px;
  text-indent: -9999px;
  overflow: hidden;
  background-image: url(../images/00header_logo.jpg);
  background-position: left top;
  background-repeat: no-repeat;
}

#header h1 a {
  display: block;
  width: 735px;
  height: 80px;
}

#header ul#navigation {
  width: 720px;
  height: 38px;
  padding: 0 0 0 15px;
  background-image: url(../images/00global_bck.png);
  background-position: left bottom;
  background-repeat: no-repeat;
}

#header ul#navigation li {
  float: left;
  width: 143px;
  height: 38px;
  padding-right: 1px;
}

#header p#breadcrumbs {
  font-size: 13px;
  padding-top: 8px;
  text-align: right;
}

/* --------------------------------------------- */

#contents {
  width: 950px;
  margin: 0 auto;
  padding: 0 0 160px 0;
  font-size:108%;
}

#contentsInner {
  background-image: url(../images/00bg_contents.gif);
  background-position: left top;
  background-repeat: repeat-y;
}

#contentsInner #main {
  float: right;
  width: 700px;
}

#contentsInner #sub {
  float: left;
  width: 190px;
  min-height:505px;
  padding:10px 5px;
  background-image: url(../images/00bg_left_column.gif);
  background-position: left top;
  background-repeat: no-repeat;
}

* html #contentsInner #sub {
  height:505px;
}

#sub img{
  vertical-align:top;
}

#sub #catImage{
  text-align:center;
  margin-bottom:16px;
}

#sub #catImage img{
  border:1px solid #ffffff;
}

#sub ul#glossaryList{
  width:180px;
  padding:14px 5px 0 5px;
}

#sub ul#glossaryList li{
  padding-bottom:10px;
  padding-left:0.98em;
  text-indent:-0.98em;
  line-height:130%;
}

* html #sub ul#glossaryList li{
  padding-left:1em;
  text-indent:-1em;
}

#sub ul#glossaryList li a{
  color:#333333;
  text-decoration:none;
}

#sub ul#glossaryList li a:hover{
  color: #3769a6;
  text-decoration: underline;
}

#contentsFooter {
  width: 700px;
  margin: 0px auto;
  padding:24px 0 0 250px;
}

#contentsFooter p{
  padding-top:8px;
  text-align:center;
}

#contentsFooter p img{
  margin:0 3px;
}

#footer {
  width: 100%;
  margin: -100px 0 0 0;
  height: 100px;
  background-image: url(../images/00bg_footer.jpg);
  background-position: left bottom;
  background-repeat: repeat-x;
}

#footer a{
  color:#ffffff;
  text-decoration:none;
}

#footer a:hover{
  color:#ffffff;
  text-decoration:underline;
}

#footer p#copyright {
  width: 950px;
  margin: 0 auto;
  padding-top: 30px;
  text-align: center;
  color: #ffffff;
}

/* TopPage
------------------------------------------*/
#topContent{
  width:700px;
  min-height:531px;
  padding:0 0 0 250px;
  background-image: url(../images/01bg_content.gif);
  background-position: left top;
  background-repeat: no-repeat;
}

* html #topContent{
  height:531px;
}

#topContent img{
  vertical-align:top;
}

#topContent p{
  padding:20px 0;
  line-height:180%;
}

#topContent p.start{
  padding:0;
  text-align:center;
}

#topContent p.start img{
  margin-top:36px;
}

/* StartPage
------------------------------------------*/
#startPage{
  width:950px;
}

#startPage img{
  vertical-align:top;
}

#startPage p{
  line-height:180%;
}

#startPage #flow{
  width:949px;
  padding:50px 0 60px 1px;
  background-image:url(../images/02start_flow_bg.gif);
  background-position:left top;
  background-repeat:no-repeat;
}

#startPage #flow dl{
  width:173px;
  float:left;
  padding-right:21px;
  background-image:url(../images/02start_flow_arw.gif);
  background-position:right top;
  background-repeat:no-repeat;
}

#startPage #flow dl.fin{
  padding-right:0;
  background-image:none;
}

#startPage #flow dt{
  text-align:center;
}

#startPage #flow dt img{
  margin-bottom:9px;
}

#startPage #flow dt strong{
  display:none;
}

#startPage #flow dd{
  padding:2px 10px 0 10px;
  font-size:93%;
  line-height:130%;
}

#startPage p.nextButton{
  text-align:center;
}

#startPage p.nextButton img{
  margin:7px 3px 0 3px;
}
