﻿/*　　　　書籍・ＤＶＤガイドＣＳＳ　　　　　*/

body {
    margin: 0;
    background-color: #003366;
    color: #778899;
}

/*　　　　メニューＣＳＳ　　　　　*/
.mainmenu {
    float: left;
    width: 167px;
    margin:5px 0px 0px 8px;
    padding:0px;
    position:fixed; left:0px; top:0px;
}

.mainmenu h1 {
    margin:0px 0px 5px 5px;
    color: #ffff66;
    font-size: 95%;
    font-family: "Times New Roman",serif;
}

.mainmenu h2 {
    width:160px;
    margin:0px 0px 0px 5px;
    color: #c0c0c0;
    font-size: 90%;
    font-weight: 600;
    line-height:1.3em;
    background-color: #004477;
}

.mainmenu h3 {
    width:160px;
    margin:0px 0px 0px 5px;
    color: #ffff66;
    font-size: 80%;
    font-weight: 600;
    line-height:1.5em;
    background-color: #004477;
}

.mainmenu .title{
    width:160px;
    margin:0px 0px 0px 5px;
    height: 18px;
    padding-left:0;
    font-size: 80%;
    background-color: #006699;
}

.kensaku {
    margin-top: 10px;
    margin-left: 5px;
}

.mainmenu a:link    {color:#00ffff}
.mainmenu a:visited {color:#33ccff}
.mainmenu a:hover   {color:#ff3399}
.mainmenu a:active  {color:#ff3399}
.mainmenu a{text-decoration:underline;}

.biggray  {line-height:1.6em;font-size:85%;color:#333333;}
.mdlgray  {line-height:1.4em;font-size:80%;color:#333333;}

span#small  {line-height:1.3em;font-size:75%;}
span#normal {line-height:1.3em;font-size:80%;font-weight:500;}
span#big    {line-height:1.0em;font-size:95%;font-weight:900;}

/*　　　　コンテンツＣＳＳ　　　　　*/
.contents {
    position: absolute;
    top :0px;
    left:175px;
    margin: 0px;
    padding:0px 0px 0px 10px;
    width: 800px;
}

/*　＝＝＝＝　共通フォーマット（メニュー・ヘッダー・ＡｄＳｅｎｓｅ）　＝＝＝　*/

.ashiato {
    margin-top: 5px;
    margin-left: 80px;
    width: 100%;
    font-size: 84%;
    font-weight: 500;
    color: #c0c0c0;
}

.head {
    margin: 5px 0px 0px 0px;
    width: 100%;
}

.head .title {
    float:left;
    margin-top: 20px;
    margin-left:250px;
}

.osirase{
    float:left;
    margin-top: 20px;
    margin-left: 40px;
    line-height:1.3em;
    font-size:80%;
    font-weight:500;
}

.floatclear{
    clear:left;
}

 a:link{color:#00ffff;}
 a:visited{color:#33ccff;}
 a:hover{color:#ff3399;}
 a:active{color:#ff3399;}

.pagetop{
    margin-top:30px;
    margin-left:350px;
    font-size:84%;
    font-weight:500;
}

.adsense{
    margin-top: 70px;
    margin-left: 30px;
}

.blink{
      color: #ff0000;
      font-size: 80%;
      font-weight: 600;
}


/*　＝＝＝＝　トップページ用ＣＳＳ　＝＝＝　*/

.gaiyou{
    width: 530px;
    margin-top:30px;
    margin-left: 200px;
    padding: 0px;
    border-width: 0px;
    font-size: 84%;
    font-weight: 500;
    color: #c0c0c0;
    line-height:1.3em;
    text-align: left;
    text-decoration: none;
}

.table1{
    margin-top: 20px;
    margin-left: 100px;
    border-collapse: collapse;
}

.table1 td{
    border: 2px solid #00ffff;
    background-color: #ffffff;
}

.table1 .td11A{
    width: 38px;
    background-image:url("book-bg1.jpg");
    background-repeat:repeat-y;
}

.table1 .td11B{
    width: 38px;
    background-image:url("book-bg3.jpg");
    background-repeat:repeat-y;
}

.table1 .td11C{
    width: 38px;
    background-image:url("book-bg2.jpg");
    background-repeat:repeat-y;
}

.table1 .td11D{
    width: 38px;
    background-image:url("book-bg5.jpg");
    background-repeat:repeat-y;
}

.table1 .td11E{
    width: 38px;
    background-image:url("book-bg4.jpg");
    background-repeat:repeat-y;
}

.table1 .midashi1{
    font-size: 90%;
    font-weight: bold;
    text-align: center;
    color: #ffffff;
}

.table1 .midashi2{
    font-size: 90%;
    font-weight: bold;
    text-align: center;
    color: #666666;
}

.table1 .td12{
    background-color: #ffffff;
}

.table2 .td21{
    width:80px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    border: 0px solid #ffffff;
    background-color: #ffffff;
}

.table2 .td22{
    width:430px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    border: 0px solid #ffffff;
    background-color: #ffffff;
    font-size: 84%;
    font-weight: normal;
    text-align: left;
    color: #333333;
}

.table2 a:link{color:#0000ff;}
.table2 a:visited{color:#cc0066;}
.table2 a:hover{color:#ff3399;}
.table2 a:active{color:#ff3399;}

/*　＝＝＝＝　詳細ページ用ＣＳＳ　＝＝＝　*/

.table3{
    margin-top: 20px;
    margin-left: 80px;
    border: 2px solid #00ffff;
    border-collapse: separate;
    border-spacing: 1em;
}

.table3 td{
    background-color: #ffffff;
}

.table3 .td31{
    background-color: #ffffff;
}

.table4{
    border: 0px solid #ffffff;
}

.table4 .td41{
    width:180px;
    padding-top: 20px;
    padding-left: 20px;
    border: 0px solid #ffffff;
    background-color: #ffffff;
}

.table4 .td42{
    width:380px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    border: 0px solid #ffffff;
    background-color: #ffffff;
    text-align: left;
    color: #333333;
}

.table4 a:link{color:#0000ff;}
.table4 a:visited{color:#cc0066;}
.table4 a:hover{color:#ff3399;}
.table4 a:active{color:#ff3399;}


