/*  css/common.css
 *  @charcode shift_jis
=======================================================*/

/*  common
=======================================================*/
body {
    margin: 0;
    padding: 0;
    font-size: 75%;
    line-height: 150%;
    font-family: "ＭＳ Ｐゴシック", Osaka, sans-serif;
    background: #fff url("../images/bg.gif") repeat-x left top;
}

h1, h2, h3 {
    margin: 0;
    padding: 0;
}

a img {
    border: none;
}

li img {
    vertical-align: bottom;
}

a:link,
a:visited,
a:hover,
a:active {
    color:#00f;
}

p {
    margin: 0 0 10px 0;
    padding: 0;
}

p strong {
    font-weight: bold;
    color: #f6321c;
}

/*  bodyWrapper
=======================================================*/
#bodyWrapper {
    width: 750px;
    margin: 0 auto;
    background-color: #fff;
}

/*  header
=======================================================*/
#header {
    height: 89px;
}

/*  header > h1
=======================================================*/
#header h1 {
    background: #fff url("../images/header_title_bg.gif") no-repeat 320px 0;
}

/*  header > h1 > a
=======================================================*/
#header h1 a {
    display: block;
    width: 320px;
    height: 69px;
    background: transparent url("../images/logo_off.gif") no-repeat left top;
}

#header h1 a:hover {
    background-image: url("../images/logo_over.gif");
}


/*  header > h1 > span
=======================================================*/
#header h1 span {
    display: none;
}

/*  contentBody
=======================================================*/
#contentBody {
    border-left: 1px solid #dcdcdc;
    border-right: 1px solid #dcdcdc;
    padding: 30px 29px 30px 29px;
}

/*  contentBody > forParents
=======================================================*/
#forParents {
    height: 24px;
    border-bottom: 4px solid #3566b3;
}

/*  forParents > h2
=======================================================*/
#forParents h2 {
    float: left;
}

/*  forParents > toIndex
=======================================================*/
#toIndex {
    float: right;
    padding-top: 5px;
}

#toIndex a {
    display: block;
    width: 160px;
    height: 18px;
    background: transparent url("../images/pages/to_index_off.gif") no-repeat left top;
}

#toIndex a:hover {
    background-image: url("../images/pages/to_index_over.gif");
}

#toIndex a span {
    display: none;
}

/*  footer
=======================================================*/
#footer {
    height: 32px;
    width: 748px;
    background: #fff url("../images/footer_shadow.gif") no-repeat 0 23px;
    border-top: 1px solid #dcdcdc;
    border-left: 1px solid #dcdcdc;
    border-right: 1px solid #dcdcdc;
    overflow: hidden;
}

/*  footer > toHome
=======================================================*/
#toHome {
    float: left;
    width: 64px;
    height: 23px;
}

#toHome a {
    display: block;
    width: 64px;
    height: 23px;
    background: transparent url("../images/footer_police_off.gif") no-repeat left top;
}

#toHome a:hover {
    background-image: url("../images/footer_police_over.gif");
}

/*  footer > copyright
=======================================================*/
#copyright {
    float: left;
    width: 684px;
    height: 23px;
    background: transparent url("../images/footer_copyright.gif") no-repeat right top;
    overflow: hidden;
}

#copyright span {
    display: none;
}

/*  getFlashPlayerWrapper
=======================================================*/
#getFlashPlayerWrapper {
    clear: both;
    overflow: hidden;
    width: 738px;
    height: 168px;
    padding-left: 10px;
    border-left: 1px solid #dcdcdc;
    border-right: 1px solid #dcdcdc;
    font-size: 83%;
    color:#666;
}

/*  getFlashPlayerWrapper > flashBanner
=======================================================*/
#flashBanner {
    float: left;
}

/*  getFlashPlayerWrapper > getFlashPlayer
=======================================================*/
#getFlashPlayer {
    float: left;
    padding-left: 10px;
    line-height: 150%;
}

