@charset "UTF-8";

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 00.base style                                                          */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
* {
    margin: 0px;
    padding: 0px;
    list-style: none;
    font-family: "ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro W3","ヒラギノ角ゴ Pro W3","Osaka";
    text-shadow: 0px 0px 1px #FFFFFF;
}
html {
    overflow-x: hidden;
}
body {
    margin: 0px auto 0px auto;
    text-align: center;
}
div.section {
    border: solid 1px #CCCCCC;
    padding: 10px;
    margin: 10px;
}
img {
    display: block;
    border: none;
}
p,li {
    font-size: 12px;
    line-height: 1.5em;
    color : #232323;
}
li {
    list-style: none;
}
em,strong,h1,h2,h3,dt {
    font-family: "Hiragino Kaku Gothic Pro W6","ヒラギノ角ゴ Pro W6","Osaka","ＭＳ Ｐゴシック";
    font-weight: bolder;
}



h1 {
    font-size: 18px;
    color : #232323;
}
h2 {
    font-size: 16px;
    color : #232323;
}
h3 {
    font-size: 14px;
    color : #232323;
}
hr {
    border-style: solid;
    border-color: #999999;
}
a:link{
    color:#0000FF;
    text-decoration:none;
}

a:visited{
    color:#0000FF;
    text-decoration:none;
}

a:hover{
    color:#FFCC00;
    text-decoration:underline;
}

a:active{
    color:#FFCC00;
    text-decoration:underline;
}

.english {
    font-family: "Myriad Pro","Verdana","Arial", "Helvetica", "sans-serif";
    line-height: normal;
}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 01.wrapper style                                                       */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
div#wrapper {
    margin: 0px auto 0px auto;
    width: 100%;
    background-repeat: repeat-x;
}
div#header {
    position: relative;
    margin: 0px auto 0px auto;
    width: 810px;
    height: 10px;
    background-image: url(../../img/bg_wrapper.png);
    _background: none;
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/mfp_header_wide.png', sizingMethod='scale');
}
h1#title {
    /*position: absolute;*/
    color: #00C;
    font-size: 24px;
    text-align: center;
    width: 400px;
    height: 90px;
    margin: auto;
    padding-top: 30px;
}

div#header span {
    display: block;
    position: absolute;
    top: 105px;
    left: 150px;
    color: #5ea2ea;
    font-size: 10px;
    font-weight: bolder;
}
div#header div {
    font-weight: bolder;
    display: block;
    position: absolute;
    top: 125px;
    left: 150px;
    color: #000000;
    font-size: 12px;
}

div#logo {
    position: absolute;
    display: block;
    color: #00C;
    font-size: 24px;
    top: 10px!important;
    left: 40px!important;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 04.container style                                                     */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
div#container {
    margin: 0px auto 0px auto;
    padding: 0px 20px 0px 20px;
    width: 770px!important;
    width/**/: 770px;
    clear: both;
    text-align: left;
    background-image: url(../../img/bg_wrapper.png);
    _background: none;
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/mfp_container_wide.png', sizingMethod='scale');

}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/


/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 05.contents style                                                      */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
div#contents {
    padding: 5px;
    width: 760px!important;
    width/**/: 760px;
    background-color: #FFFFFF;
    padding-bottom: 60px;
}
div#contents p {
    padding: 0px 30px 0px 0;
    line-height: 1.5em;
    font-size: 0.9em!important;
}

div#contents p.free {
    padding: 0px;
    font-size: 12px;
    line-height: 1.5em;
}


/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 07.footer style                                                        */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
div#footer {
    position: relative;
    margin: 0px auto 0px auto;
    width: 810px;
    height: 30px;
    background-image: url(../../img/bg_wrapper.png);
    _background: none;
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/mfp_footer_wide.png', sizingMethod='scale');
    clear: both;
}
div#footer span {
    display: block;
    font-family: "Myriad Pro","Verdana","Arial", "Helvetica", "sans-serif";
    font-size: 10px;
    position: absolute;
    color: #000000;
    width: 810px;
    height: 30px;
    text-align: center;
    top: 16px;
    left: 0px;
}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/


/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 08.copyright style                                                     */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
div#copyright {
    color: #999999;
    clear: both;
    line-height: normal;
    background-color: #666666;
}
div#copyright p {
    font-size: 10px;
}
div#copyright span {
    font-family: "Myriad Pro","Verdana","Arial", "Helvetica", "sans-serif";
    font-size: 12px;
}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

div#thanks {
    padding: 40px 0px 40px 0px;
    text-align: center;
    color: #06C;
    font-weight:bold;
}
div#thanks p {
    font-size: 16px;
}
div#thanks p strong {
    font-size: 18px;
    color: #CC0000;
}

div.home {
    padding: 40px 290px;
    margin: auto;
    text-align: center;
}

.fl-c {
    clear: both;
}

div.comment {
    margin: 0 auto 30px;
    padding: 20px 5px;
    width:580px;
    border: #09F 3px dotted;
    line-height: 1.7em;
}

div.comment p {
    margin: 10px 0;
    font-size: 1.1em!important;
}


/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 09.table style                                                     */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

.table-style{
    width: 600px;
    margin: auto;
    border: 1px solid #ccc;
}

.table-style th{
    width: 110px;
    background-color: #66ccff;
    padding: 10px;
    text-align: center;
    color: #000;
}

.table-style td{
    padding: 10px;
    line-height: 1.5em;
}

.table-style td p{
    /*font-size: 1.0em;*/
}

.table-style th.title{
    background-color: #0066cc;
    color: #FFF;
    font-size: 1.2em!important;
}

.table-style ul{
    margin: 10px 0;
}

.table-style ul li{
    font-size: 0.9em;
}

.download{
    text-align: center;
    margin: 30px auto;
    width:350px;
}

.u{
    font-weight: bold;
}

.red{
    color: red;
}