﻿@charset "utf-8"; 

*{
    margin:0px;
    padding:0px;
}

body{
    margin:0px;
    padding:0px;

    background-color:#000000;
    font-family:"Century Gothic","Lucida Grande",Arial,sans-serif;
    background-image:url("../img/back_body.gif");
    background-position:fixed;
    
    font:13px/1.231 Verdana,Arial,sans-serif;
    *font-size:small;
    *font:x-small;
    
}


select,input,button,textarea,button{
    font:99% arial,helvetica,clean,sans-serif;
}

table{
    font-size:inherit;
    font:100%;
    font-family: "Century Gothic","Lucida Grande",Arial,sans-serif;
}

pre,code,kbd,samp,tt{
    font-family:monospace;
    *font-size:108%;
    line-height:1;
}
/*
* html body {
    font-family: "Century Gothic","Lucida Grande",Arial,sans-serif;
}
*:first-child+html body {
    font-family: "Century Gothic","Lucida Grande",Arial,sans-serif;
}
*/
/* link ****************************/
a{
    text-decoration:none;
}

a:link{
    color:#68a4d9;
}

a:visited{
    color:#2a83a2;
}

a:hover{
    color:#f19ca7;
}


#wrapper{
    width:100%;
    position:relative;
}

#header{
    height:300px;
    margin-bottom:0px;

    background-repeat:repeat-x;
    background-position:left top;

}

#header div.header_inner{
        position:relative;
        width:960px;
        margin:0 auto;
}

#container{
    position:absolute;
    top:15%;
    right:150px;
    margin-bottom:150px;
    clear:both;
}

#container .inner{
/*
    position:absolute;
    top:15%;
    right:150px;
    margin-bottom:150px;
    /*margin:0 auto;*/
   
}
#container .inner_main{
    position:relative;
    width:500px;
    margin:0 auto;
    padding:15px;
    background:#fff;
    background: rgba(255,255,255,.9);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 40px;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);

    opacity: 0.9;
    position:relative;            /* 要らなかったがPIEを動作させるために追加 */
    behavior: url(http://www.coacervate.net/ie_css3/PIE.htc); /* This lets IE know to call the script on all elements which get the 'box' class */
    
}

#container .inner_output{
    position:relative;
    width:650px;
    margin:0 auto;
    padding:0px 15px 15px 15px;
    background:#fff;
    background: rgba(255,255,255,.9);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 40px;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);

    opacity: 0.9;
    position:relative;            /* 要らなかったがPIEを動作させるために追加 */
    behavior: url(http://www.coacervate.net/ie_css3/PIE.htc); /* This lets IE know to call the script on all elements which get the 'box' class */
    
}

/* 背景が半透明じゃないバージョン */
#container .inner_output_not_alpha{
    position:relative;
    width:650px;
    margin:0 auto;
    padding:0px 15px 15px 15px;
    background:#fff;
    /*background: rgba(255,255,255,.9);*/
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 40px;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);

    /*opacity: 0.9;*/
    position:relative;            /* 要らなかったがPIEを動作させるために追加 */
    behavior: url(http://www.coacervate.net/ie_css3/PIE.htc); /* This lets IE know to call the script on all elements which get the 'box' class */
    
}


#container .side_navigation{
    float:left;
    width:236px;
}

#footer {
    color: #cccccc;
    font-size: 12px;
    
    height:120px;
/*
    background-image:url("../img/footer_bg.png");
    background-repeat:repeat-x;
    background-position:left bottom;
*/
    position:fixed;
    bottom:0px;
    left:0px;
    right:0px;
}

#footer div.footer_inner{
    font-family:"Century Gothic","Lucida Grande",Arial,sans-serif;
    font-size:11px;
    margin:0px 0px 40px 0px;
    padding:30px 0px 20px 20px;
}

#footer div.footer_inner p{
    margin:0px 0px 0px 0px;
    color:#ccc;
}


#logo {
    height:auto;
    left:20px;
    z-index:1000;
}
#logo img {
    width:100%;
}

#footer h1{
    font-size:40px;
    color:#fff;
    margin:0px 0px 10px 0px;
}


#container h2.main_page_title{
    font-family:"Century Gothic","Lucida Grande",Arial,sans-serif;
    font-size:25px;
    margin-bottom:0px;
    color:#ffffff;
}

.page_discription{
    margin:0px 0px 10px 0px;
    font-size:10px;
    color:#666666;
    letter-spacing:3px;
}



#accordion dl {
    width: 500px;
}

#accordion dt {
    padding:5px;
    background: #000;
    color: #fff;
    font-family:"Century Gothic","Lucida Grande",Arial,sans-serif;
    font-size:12px;
    border-bottom:1px solid #fff;
    margin-top:0px;
}


#accordion dd {
    margin:30px 5px;
    font-size:10px;
    font-color:#333333;
    line-height:1.4;
}

#contents_body dl{
    width:650px;
}

#footer div.site_logo{

}





/* header navi ************************************/
#nav{
    height:300px;
    position:fixed;
    top:0px;
    left:0px;
    right:0px;
    background-image:url("../img/header_bg.png");
}
#nav ul{
    height:25px;
    list-style:none;
    margin:6px auto 0px 0px;
    width:1024px;   
}
#nav ul li{
    display:inline;
    float:left;
    margin:0px 5px;
    font-family:"Century Gothic","Lucida Grande",Arial,sans-serif;
   
}
#nav a{
    font-size:12px;
    font-weight:bold;
    float:left;
    padding: 2px 4px;
    color:#ccc;
    text-decoration: none;
    cursor: pointer;
    height:16px;
    line-height:16px;
    font-family:"Century Gothic","Lucida Grande",Arial,sans-serif;
    
}
#nav a:hover{
    color: #fff;
}
#nav a.top span, #nav a.bottom span{
    float:left;
    width:16px;
    height:16px;
}
#nav a.top span{
    background:transparent url(../images/top.png) no-repeat center center;
}
#nav a.bottom span{
    background:transparent url(../images/bottom.png) no-repeat center center;
}

#nav ul li.search{
    float:right;
}
#nav input[type="text"]{
    float:left;
    border:1px solid #ccc;
    margin:0px 1px 0px 50px;
    padding:2px 2px 2px 2px;
}
input.searchbutton{
    border:1px solid #ccc;
    padding:1px;
    cursor:pointer;
    width:30px;
    height:22px;
    background:#E8E9EA url(../images/search.png) no-repeat center center;
}
input.searchbutton:hover{
    background-color:#D9D9DA;
}


/* トップに戻るボタン ************************/
#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 10px;
    font-family:"Century Gothic","Lucida Grande",Arial,sans-serif;
}
#page-top a {
    background: #000;
    text-decoration: none;
    color: #fff;
    width: 100px;
    padding: 10px 0;
    text-align: center;
    display: block;
    border-radius: 3px;
}
#page-top a:hover {
    text-decoration: none;
    background: #fff;
    color: #333;

}

/* side panel ******************************/
#pageslide {
    /* These styles MUST be included. Do not change. */
    display: none;
    position: absolute;
    position: fixed;
    top: 0;
    height: 100%;
    z-index: 999999;
    
    /* Specify the width of your pageslide here */
    width: 260px;
    padding: 120px 20px 40px 60px;
    
    /* These styles are optional, and describe how the pageslide will look */
    background-color: #000;
    color: #FFF;
    border-right:1px solid #000;
    filter:alpha(opacity=90);
    -moz-opacity: 0.9;
    opacity: 0.9;

/*
    -webkit-box-shadow: inset 0 0 5px 5px #222;
    -moz-shadow: inset 0 0 5px 5px #222;
    box-shadow: inset 0 0 5px 5px #222;
*/
}


/* sidebar fix button *****************/
.first{
    margin:0px;
    padding:0px;
    position:fixed;
    left:0px;
    top:120px;
    font-size:10px;
}



/* contents navigation ******************/
#side_contents{
    background-color:#000000;
    background-image:none;
    margin:0px;
    padding:0px;
}
.content_navi{
    background-color:#000000;
    background-image:none;
    color:#cccccc;
    font-size:80%;
    width:260px; 
    height:500px; 
    padding:0px; 
    margin:0px;
    overflow:auto;
}

.content_navi a{
    text-decoration:none;

}

.content_navi a:link{
    color:#cccccc;
}

.content_navi a:visited{
    color:#999999;
}

.content_navi a:hover{
    color:#ffffff;
}


#accordion_navi dl {
    width: 240px;
}

#accordion_navi dt {
    padding:5px;
    color: #fff;
    /*font-weight:bold;*/
    font-family:"Century Gothic","Lucida Grande",Arial,sans-serif;
    font-size:12px;
    border-bottom:1px dotted #999;
}


#accordion_navi dd {
    margin:30px 10px;
    padding-right:5px;
    font-size:12px;
    line-height:1.4;
}



/* contents ***********************/
div#main_contents{
    padding-top:20px;
    color:#383c3c;
    
}

.page_sub_title{
    background-color:#000;
    font-weight:bold;
    font-size:11px;
    color:#ffffff;
    padding:10px;
    margin:0px 0px 10px 0px;
}

div#contents_body{
    margin:30px 10px;
    padding:0px;
    line-height:1.4;
    color:#383c3c;
}

.last_updated{
    background-color:#000;
    /*font-weight:bold;*/
    font-size:10px;
    text-align:right;
    color:#ffffff;
    padding:10px;
    margin:0px 0px 10px 0px;
}

#contents_body div.div_title{
    padding:5px;
    margin:0px;
    font-family:"Century Gothic","Lucida Grande",Arial,sans-serif;
    border-bottom:1px dotted #999;
    /*
    background:#000;
    color:#fff;
    */
}

#contents_body div.div_text{
    margin:30px 0px 40px 0px;
    padding:0px 10px;
    font-color:#333333;
    line-height:1.4;
}

#contents_body div.body_inner{
    margin:15px;
}

#contents_body h4{
    font-weight:bold;
}

#contents_body div.body_inner ul.genre{
    margin:5px 20px;
    list-style:none;
}

#contents_body div.body_inner ul.genre li{
    /*margin:5px 30px;*/
    padding-left:5px;
    text-indent:1em;
    background-repeat:no-repeat;
    background-position:left center;    
    background-image:url("../img/arrow.gif");    
}

#contents_body td{
    padding:5px;
}

#contents_body div.book_description{
    font-size:10px;
    color:#666666;
    margin-bottom:10px;
}

#contents_body div.book_info{
    font-size:10px;
    color:#666666;
    text-align:right;
    margin-bottom:30px;
    padding-bottom:10px;

    background-image:url("../img/line.gif");
    background-repeat:repeat-x;
    background-position:left bottom;
}

#contents_body div.body_subtitle{
    font-weight:bold;
    
    margin-left:0px;
    margin-bottom:30px;
}

#contents_body div.body_text{
    line-height:1.6;
    margin:0px 10px 30px 0px;
}


#contents_body div.other_book_title{
    font-weight:bold;
    margin-top:40px;
    padding:0px 0px 5px 0px;
    background-image:url("../img/line.gif");
    background-repeat:repeat-x;
    background-position:left bottom;
}

ul.same_genre{
    margin:0px;
    list-style:none;
}

ul.genre ul.same_genre_inner{
    margin:5px 15px;
    list-style:none;
}

ul.same_genre li{
    /*font-size:80%;*/
}

ul.genre ul.same_genre_inner li.inner{
    /*margin:5px 30px;*/
    padding-left:5px;
    text-indent:1em;
    background-repeat:no-repeat;
    background-position:left center;    
    background-image:url("../img/inner_arrow.gif");    
    /*font-size:80%;*/
}


.error_message{
    color:#ed6d46;
    margin:10px;
    font-size:11px;
}

.comment_list_area{
    margin:20px 3px;
}

.com_area{
    margin-bottom:15px;
    font-size:80%;

    background-image:url("../img/icon_cat_right.gif");
    background-repeat:no-repeat;
    background-position:left top;
}

.com_name{
    margin-top:40px;
    padding:10px 0px 0px 35px;
}

.com_body{
    margin:5px 0px 5px 0px;
    padding:10px;
    line-height:1.4;
    background-color:#cccccc;
    background-image:url("../img/back.gif");
    border:1px solid #ccc;
    color:#333;
}

.com_datetime{
    font-size:10px;
    text-align:right;
}

.jquery_form_error_message{
    margin:20px 5px;
    color:#ed6d46;
    margin:10px;
    font-size:11px;
}


/* books contents for main ****************/
div.books_genre_title{
    background-color:#000;
    font-weight:bold;
    font-size:11px;
    color:#ffffff;
    padding:10px;
    margin:0px 0px 10px 0px;
}

.book_box{
    margin:15px 0px;
}

.book_title{
    margin:0px 0px 5px 10px;
    
    background-image:url("../img/icon_title.gif");
    background-repeat:no-repeat;
    background-position:left center;
    
    padding-left:15px;
    font-size:90%;
    color:#008db7;
    
}

.book_category{
    text-align:right;
    font-size:10px;
    color:#666;
    margin:10px 10px;
}

.book_body_inner{
    margin:10px 30px;
    font-size:80%;
}

.book_sub_title{
    background-image:url("../img/arrow_right.gif");
    background-repeat:no-repeat;
    background-position:left center;
    
    padding-left:15px;
}

.book_sub_title_not_serial{
    margin:5px 10px 5px 40px;
    font-size:90%;
    color:#68a4d9;
    font-weight:bold;
}

.book_pre{
    margin:5px 10px 5px 40px;
    font-size:10px;
    color:#898989;
}

.book_read_more{
    font-size:10px;
    color:#898989;
    margin:5px 10px 40px 40px;
    background-image:url("../img/arrow_right.gif");
    background-repeat:no-repeat;
    background-position:left center;
    padding-left:15px;
    clear:both;
}

.book_spacer{
    background-image:url("../img/line.gif");
    background-repeat:repeat-x;
    background-position:left center;
    
    width:630px;
    height:3px;
}

.book_no_result{
    margin:10px 10px;
    font-size:80%;
    color:#009e9f;

}


.book_pre4info{
    font-size:10px;
    margin:10px 0px;
    
}

.book_read_more4info{
    font-size:10px;
    color:#898989;
    margin:10px 0px;
    background-image:url("../img/arrow_right.gif");
    background-repeat:no-repeat;
    background-position:left center;
    padding-left:15px;
    clear:both;
}


/* side navigation ************************/
div.search_box{
    margin:0px 0px 40px 0px;
}

div#content_1 h2.content_1{
    margin:20px 0px 15px 0px;
    font-size:12px;
    font-weight:bold;
    color:#ffffff;
}

.serial_icon{
    margin-right:4px;
    vertical-align: middle;
}

.cont_serial{
    text-align:right;
    color:#666;
    font-size:10px;
}

.cont_category{
    text-align:right;
    color:#666;
    font-size:10px;
}

.cont_description{
    margin:0px 15px 0px 0px;
    font-size:10px;
    color:#999;
}

.cont_lastupdate{
    text-align:right;
    color:#666;
    font-size:10px;
}


/* リンクページ ***********************************/
.div_link_name{
    font-size:12px;
    margin:5px 0px 0px 0px;
    background-image:url("../img/arrow_right.gif");
    background-repeat:no-repeat;
    background-position:left center;
    padding-left:15px;
}

.div_link_comment{
    font-size:10px;
    line-height:1.4;
    color:#666;
    margin:0px 30px;
    
}