body{
    background-image: url('img/bg32.jpg');
    font-family:"ヒラギノ角ゴ Pro W3",メイリオ,Osaka,Arial,Verdana,"ＭＳ Ｐゴシック",sans-serif;
}


/***　ヘッダ　**********************************************/
header{
}

div#head {
    height: 150px;
    width: 100%;
    margin: 0 0 20px 0;
    background-color: #222222;
    position: fixed !important;  
    position: absolute;
    z-index: 100;
    top: 0;
    left: 0;
}

h1 {
    font-size: 32px;
    margin: 20px 10px 20px 15px;
    color: #ffffff;
}

h2{
    clear: both;
    height: 30px;
    font-size: 20px;
    margin: 5px 5px 5px 5px;
}

div#subtitle {
    background-color: #222222;
    color: #ffffff;
}


/***　ナビ　*************************************************/
div#navi {
    height: 50px;
}

div#navi ul{
    height: 50px;
    border-top: black solid 1px;
    border-bottom: black solid 1px;
    background-color: #333333;
}

div#navi ul after {
    display: block;
    clear: both;
}


div#navi li{
    border-left: black solid 1px;
    border-right: black solid 1px;
    background-color: #333333;
    float: left;
    list-style-type: none;
    text-align: center;
    width: 150px;

}

div#navi ul li span{
    font-size: 21px;
    line-height: 50px;
    color: #dddddd;
}

div#navi ul li a{
    display: block;
    text-decoration: none;
}

div#navi li a:hover{
    background-color: #777777;
}

/*　本文　*/

.contents{
    width: 900px;
    z-index: 50;
    top: 150px;
    margin: 0 auto;
    position: relative;
}

.contents:after{
    clear: both;
}

.contents .content{
    width: 150px;
    height: 250px;
    margin: 5px 5px 5px 5px;
    float: left;
    border: #e3e3e3 solid 1px;
    background-color: rgba(222, 222, 222, 0.6);
    overflow: hidden;
    position: relative;
}

.contents section.content:hover{
    background-color: rgba(200, 200, 200, 1.0);    
}

.contents .content a{
    display: block;
    text-decoration: none;
}

.contents .content img{
    width: 130px;
    height: 180px;
}

.contents .content figure{
    width: 130px;
    height: 180px;
    margin: 10px 10px 10px 10px;
}

.contents .smp_btn{
    position: absolute;
    top: 150px;
    left: 100px;
    cursor:pointer;
    z-index: 75;
    
}

.contents .smp_btn img{
    width: 40px;
    height: 40px;
}

.contents section.content figcaption{
    width: 130px;
    height: 120px;
    margin: 5px 5px 5px 5px;
    font-size: 12px;
}

section.contents_after{
    clear: both;
    width: 900px;
    position: relative;
    top: 150px;
    margin: 0 auto;
}

/****　個別作品ページ　*********************************************************/

section#d_body{
    width: 900px;
    z-index: 50;
    top: 150px;
    position: relative;
}

section#d_body:after{
    clear: both;
}

/*　左右分け　*/
section#d_body #left{
    width: 510px;
    margin: 5px 15px 5px 5px;
    float: left;
}

section#d_body #left #mainimage{    
    max-width: 460px;
    max-height: 300px;
    text-align: center;
    overflow: hidden;
    float: left;
}

section#d_body #left #mainimage img{    
    max-width: 460px;
    max-height: 300px;
}

#mainimage .inner{
    width: 460px;
    height: 300px;
    position: relative;
}
.inner img{
    max-width: 400px;
    max-height: 300px;
    cursor: pointer;
}
.slide_bar{
    width: 30px;
    height: 200px !important;
    margin: 25px 5px 5px 10px;
    float: left;
}

.slide_bar :after{
    clear: both;
}

section#d_body #left .simg{
    max-width: 120px;
    max-height: 120px;
    margin: 3px 3px 3px 3px;
    float: left;
}
section#d_body #left .simg img{
    max-width: 120px;
    max-height: 120px;
}

section#d_body #left .setu{
    font-size: 12px;
    background-color: #ffffcc;
    border: #000000 solid 1px;
    margin: 3px;
}

section#d_body #right{
    width: 360px;
    height: 100%;
    margin: 5px 5px 5px 0;
    float: left;
}
section#d_body #right:after{
    clear: both;
}

section#d_body #right .list{
    width: 360px;
    height: auto;
}

section#d_body #right .list .list_l{
    width: 150px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-weight: bold;
    background-color: #ffff33;
    border: #000000 solid 1px;
    display: block;
    float: left;
}

section#d_body #right .list .list_r{
    width: 190px;
    padding: 5px 5px 5px 5px;
    float: left;
    background-color: #ffffcc;
    border: #000000 solid 1px;
    min-height: 50px;
}

section#d_body #right .list .list_r a{
    color: #ffffff;
    background-color: #6699ff;
    border-radius: 4px;
    text-decoration: none;
    padding: 2px 4px 2px 4px;
}

section#d_body #right .list .list_r:after{
    clear: both;
}

section#d_body #right .link{
    clear: both;
    height: 100px;
}

section#d_body #right .link a{
    text-decoration: none;
}
section#d_body #right .link img{
    margin: 15px;
}

/*　タグ　*/
ul.taglist{
    text-align: left;
    margin: 0;
    padding: 0;
}

ul.taglist li{
    list-style-type: none;
}

ul.taglist li a{
    display: block;
    padding: 3px 6px 3px 6px;
    margin: 3px 3px 3px 3px;
    text-decoration: none;
    background-color: #00cccc;
    border-radius: 2px;
    color: #ffffff;
    float: left;
    font-size: 15px;
}

ul.taglist li a:hover{
    background-color: #3399ff
}

ul.taglist:after{
    clera: both;
}

/*　次へ前へナビ　*/

div#nav_block{
    margin: 0 0 0 250px;
}

div#nav_block:after{
    clear: both;
}

div.next_nav{
    padding: 10px 10px 10px 10px;
    margin: 10px 10px 10px 10px;
    height: 20px;
    text-decoration: none;
    background-color: #ccff99;
    border-radius: 0 40px 40px 0 / 0 20px 20px 0;
    color: #ffffff;
    font-size: 15px;  
    float: left;
}

div.next_nav a{
    text-decoration: none;
}

div.prev_nav{
    padding: 10px 10px 10px 10px;
    margin: 10px 10px 10px 10px;
    height: 20px;
    text-decoration: none;
    background-color: #ccff99;
    border-radius: 40px 0 0 40px / 20px 0 0 20px ;
    color: #ffffff;
    font-size: 15px;  
    float: left;
}

div.prev_nav a{
    text-decoration: none;
}

/*　トップページへ　*/
div.gototop{
    width: 900px;
    height:50px;
    clear: both;
    text-align: right;
}

div.gototop a{
    color: #ffffff;
    padding: 10px 10px 10px 10px;
    font-size: 24px;
    text-align: right;
    text-decoration: none;
    background-color: #111111;
}

/*　検索ボックス　*/

div#search_box{
    clear: both;
    position: relative;
}

div#search_box_bot{
    clear: both;
    top: 150px;
    height: 80px;
    position: relative;
}

div#search_his_bot{
    width: 440px;    
    height: 100px;
    top: 150px;
    height: 60px;
    position: relative;
}

div#search_his:after{
    clear: both;
}

div#search_his a{
    display: block;
    padding: 3px 6px 3px 6px;
    margin: 3px 3px 3px 3px;
    text-decoration: none;
    background-color: #00cccc;
    border-radius: 2px;
    color: #ffffff;
    float: left;
    font-size: 15px;
}

div#search_his_bot a{
    display: block;
    padding: 3px 6px 3px 6px;
    margin: 3px 3px 3px 3px;
    text-decoration: none;
    background-color: #00cccc;
    border-radius: 2px;
    color: #ffffff;
    float: left;
    font-size: 15px;
}


/************************** オーバーレイ処理用 ************************/

.overlay {
  
    /* 最初は非表示でなければならない */
    display:none;
  
    /* 他の要素の上にオーバレイを配置する */
    z-index:10000;
  
    /* スタイル設定 */
  
    width:300px;
    min-height:150px;
    border:0px solid #fff;
  
    /* 最新ブラウザへの CSS3 スタイル */
    -moz-box-shadow:0 0 90px 5px #fff;
    -webkit-box-shadow: 0 0 90px #fff;
}

.overlayurl{
    padding : 10px 0 0 0;
    top: 10px;
    left : 20px;
    display:none;
    z-index:10000;
    width:640px;
    min-height:30px;
    font-size:18px;
    border:0px solid #fff;
    color: #0044ff;
    position: fixed;
    background-color: #eee;
    -moz-box-shadow:0 0 90px 5px #fff;
    -webkit-box-shadow: 0 0 90px #fff;
    text-decoration: underline;
    
}

/* [閉じる]ボタンを右上隅に配置 */
.simple_overlay .close {
    background-image:url(/media/img/overlay/close.png);
    position:absolute;
    right:-15px;
    top:-15px;
    cursor:pointer;
    height:35px;
    width:35px;
}


/* オーバレイ内の要素のスタイル設定 */
  .details {
  position:absolute;
  top:15px;
  right:15px;
  font-size:11px;
  color:#fff;
  width:150px;
  }
 
.details h3 {
  color:#aba;
  font-size:15px;
  }
  
  img.img1{
      max-width: 300px;
      max-height: 350px;
  }
  img.img2{
      max-width: 300px;
      max-height: 350px;
  }
  img.img3{
      max-width: 300px;
      max-height: 350px;
  }
  img.img4{
      max-width: 300px;
      max-height: 350px;
  }

a.seturl{
    text-decoration:underline;
    color:#99ff99;
}
