HTML {
    font-family: '¥á¥¤¥ê¥ª', Meiryo, sans-serif;
}

BODY {
    width: 100%; background: #fff top left repeat-x; margin: 0; padding: 0;
}

#wrapper {
    width: 100%; text-align: center;
}

#header_area {
    width: 100%; height: 25px; background: rgb(80,80,80); text-align: center;
}

#header {
    width: 900px; margin: 0 auto; text-align: right;
}

#header P.bread {
    float: left; font-size: 12px; margin: 0; padding: 0; height: 25px; line-height: 25px; color: #fff;
}

#header P.bread A {
    color: #fff; text-decoration: none;
}

#header P.bread A:hover {
    text-decoration: underline;
}

#header H1 {
    float: right; margin: 0; font-size: 12px; height: 25px; line-height: 25px; color: #fff; font-weight: normal;
}

#container {
    width: 900px; margin: 0 auto;
}

#top_area {
    width: 900px; height: 340px; background: url(images/custom_chart_header.jpg) top left no-repeat; position: relative;
}



/*
#to_order_yearly {
    width: 200px; height: 60px; position: absolute; top: 280px; right: 615px; background: #dcdcdc;
}

#to_order_yearly A {
    display: block; width: 200px; height: 60px; background: url(images/order_trial.gif) 0 0 no-repeat; text-indent: -5000px;
}

#to_order_yearly A:hover {
    background: url(images/order_trial.gif) -200px 0 no-repeat;
}


#to_order_lifetime {
    width: 200px; height: 60px; position: absolute; top: 280px; right: 410px; background: #dcdcdc;
}

#to_order_lifetime A {
    display: block; width: 200px; height: 60px; background: url(images/order_lifetime.gif) 0 0 no-repeat; text-indent: -5000px;
}

#to_order_lifetime A:hover {
    background: url(images/order_lifetime.gif) -200px 0 no-repeat;
}

#to_order_monthly {
    width: 200px; height: 60px; position: absolute; top: 280px; right: 205px; background: #dcdcdc;
}

#to_order_monthly A {
    display: block; width: 200px; height: 60px; background: url(images/order_monthly.gif) 0 0 no-repeat; text-indent: -5000px;
}

#to_order_monthly A:hover {
    background: url(images/order_monthly.gif) -200px 0 no-repeat;
}

*/

#to_ios_app {
    width: 130px; height: 60px; position: absolute; top: 205px; right: 10px; /*background: #000000*/;
}

#to_ios_app A {
    display: block; width: 130px; height: 60px; background: url(images/Download_on_the_App_Store_Badge_JP_RGB_blk_100317_jp130.png) 0 0 no-repeat; text-indent: -5000px;
}

#to_ios_app A:hover {
    background: url(images/Download_on_the_App_Store_Badge_JP_RGB_blk_100317_jp130.png) 0 0 no-repeat;
}

#to_andr_app {
    width: 130px; height: 52px; position: absolute; top: 265px; right: 10px; /*background: #000000*/;
}

#to_andr_app A {
    display: block; width: 130px; height: 52px; background: url(images/google-play-badge_jp130.png) 0 0 no-repeat; text-indent: -5000px;
}

#to_andr_app A:hover {
    background: url(images/google-play-badge_jp130.png) 0 0 no-repeat;
}




#menu_area {
    width: 900px; height: 60px;
}

#menu {
    width: 900px; height: 60px; margin: 0; padding: 0; list-style: none;
}

#menu UL {
    width: 100%;
    height: 60px;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#menu LI {
    height: 60px;
    width: 12%;
    line-height: 60px;
    margin: 0;
    float: left;
}

#menu LI.w13 {
    width: 13%;
}

#menu LI A {
    text-decoration: none;
    color: #fff;
    text-align: center;
    display: block;
    margin-right: 1px;
    background: rgb(134,165,255);
}


#menu LI P {
    color: rgb(175,245,255);
    text-align: center;
    display: block;
    margin: 0 1px 0 0;
    background: rgb(134,165,255);
}

#menu LI A.noborder {
    margin: 0;
}

#menu LI A:hover {
    text-decoration: underline;
    background: #000;
}

#contents {
    width: 900px; background: #fff /*url(images/content_bg.gif)*/ top left no-repeat;
}


.contents_style {
    padding: 30px 30px;
}

.contents_style H2 {
    margin: 0; text-align: left;/* color: rgb(9, 156, 225);*/ font-size: 22px; color: rgb(50, 50, 50);
    border-left: 8px solid rgb(9, 156, 225); height: 45px; line-height: 45px; padding: 0 0 0 20px;
}

.marginTop {
    margin: 50px 0 0 0;
}

.contents1_container {
    width: 890px; margin: 40px 0 0 0;
}

.contents1_container_add {
    width: 890px; padding: 30px 0 0 0; margin: 40px 0 0 0; clear: both;
}

.contents1_container_left {
    float: left; width: 420px; /*background: url(images/contents1_box.gif) top left no-repeat;*/
}

.contents1_container_right {
    float: right; width: 420px; /*background: url(images/contents1_box.gif) top left no-repeat;*/
}

.contents1_container_left H3, .contents1_container_right H3 {
    font-size: 16px; color: red; text-align: left; padding: 0 0 0 20px; margin: 20px 0 0 0;
}

.contents1_container_left P, .contents1_container_right P {
    margin: 0; font-size: 13px; text-align: left; padding: 20px; color: rgb(60,60,60);
}

.contents2_container H3 {
    text-align: left; border-bottom: 1px solid #dcdcdc; padding: 0 0 10px 0; margin: 30px 0 0 0; font-size: 16px; color: rgb(50,50,50);
}

.contents2_container P {
    text-align: left; color: rgb(60,60,60); margin: 0; padding: 10px 0 30px 0; font-size: 13px;
}

.contents2_container P.img {
    text-align: center;
}

.contents2_container TABLE {
    border: 1px solid #dcdcdc; font-size: 13px; color: rgb(60,60,60); margin: 0 0 10px 10px;
}

.contents2_container TABLE TD {
    padding: 5px 0; background: rgb(240,240,240);
}

.contents2_container TABLE TD.bgWhite {
    background: #fff;
}

.contents2_container TABLE TD.bgGreen {
    background: #90ee90;
}

.contents2_container TABLE TD.bgPink {
    background: #ffb6c1;
}


#img-review {
padding-left:5px;
padding-right:10px;
padding-bottom:5px;
}


.profile {
    border: 1px solid #dcdcdc; 
    background: #fff; 
    padding: 20px 30px; 
    margin: 0 0 30px 0;
}

.profile_L {
    float: left; width: 150px;
    margin-right: 30px;
}

.profile_R {
    overflow: hidden;
}

.profile_text {
    font-size: 13px; 
    padding: 0 10px 0 0;
    margin: 0; 
    color: rgb(60,60,60);
}

.subicon {
    float: right; 
    border-radius: 25px; 
    margin: 0 5px 0 0;
    padding: 0 10px 0 10px; 
    height: 50px; 
    text-align: center; 

}
.subscription{
    font-size: 22px !important;
    color: #fff !important;
    text-shadow: black 2px 0px, black -2px 0px, black 0px -2px, black 0px 2px, black 2px 2px , black -2px 2px, black 2px -2px, black -2px -2px, black 1px 2px,  black -1px 2px, black 1px -2px, black -1px -2px, black 2px 1px,  black -2px 1px, black 2px -1px, black -2px -1px;
}


#contents2, #contents3, #contents4, #contents5, #contents6, #contents7 {
/*   display: none; */
}

#footer {
    clear: both; padding: 120px 0 0 0;
}

#footer_wrapper {
    width: 100%; background: rgb(80,80,80); text-align: center; padding: 0 0 10px 0;
}

#footer_container {
    width: 950px; margin: 0 auto;
}

.footerI_items {
    padding: 10px 0 0 0;
}

.footerI_items P {
    margin: 0; text-align: center; color: #fff;
}

.footerI_items A {
    font-size: 14px; color: #fff; text-decoration: none; margin: 0 15px;
}

.footerI_items A:hover {
    text-decoration: underline;
}

#disclaimer P {
    margin: 30px 0 50px 0; color: rgb(60,60,60); text-align: left; padding: 0;
}

#disclaimer P.back_to_top {
    text-align: center; padding: 0;
}

#disclaimer P.back_to_top A {
    margin: 0 auto; display: block; width: 300px; height: 40px; line-height: 40px; background: rgb(100,100,100); color: #fff; font-weight: bold; text-decoration: none;
}
/*
#photoBg {
    background: rgba(0, 0, 0, 0.8); width: 100%; height: 100%; position: fixed; top: 0; left: 0; display: none; z-index: 50; text-align: center;
}
*/

#agreement P {
    text-align: left; color: rgb(60,60,60); margin: 0; padding: 10px 0 30px 0; font-size: 13px;
}

#agreement P.back_to_top {
    text-align: center; padding: 0;
}

#agreement P.back_to_top A {
    margin: 0 auto; display: block; width: 300px; height: 40px; line-height: 40px; background: rgb(100,100,100); color: #fff; font-weight: bold; text-decoration: none;
}
