@charset "utf-8";
/* CSS Document */
* {
margin:0;
padding:0;
}
html,body{
height:100%;
margin:0;
padding:0;
}
body {
background:url(images/bg.jpg);
background-attachment:fixed;
color:#FAEEB0;
margin:0;
padding:0;
font-size:12px;
line-height:140%;
   font-family:"ＭＳ Ｐゴシック", sans-serif;/* IE6 */
}
*:first-child+html body {/* IE7ハック */
   font-family:
   "メイリオ",
   "ＭＳ Ｐゴシック",
    sans-serif;
}
html>body {/* それ以外ハック */
   font-family:
   "ヒラギノ角ゴ Pro W3",
   Hiragino Kaku Gothic Pro,
    Osaka,
    sans-serif;
}
a {
text-decoration:underline;
}
a:hover {
text-decoration:none;
}
/* -- start clear float -- */
.box_float {
min-height:0;
display:inline-table;
}
.box_float:after {
content:".";
display:block;
height:0;
clear: both;
visibility:hidden;
}
/* \*/
* html .box_float {
height:0;
}
.box_float {
display: block;
}
/* */
/* -- end clear float -- */


/* スタイル */
.publisher {
color:#515151;
font-family:"ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
}
.std {
font-size:12px;
font-weight:normal;
color:#212121;
}

/* レイアウト */
#frame {
width:740px;
margin:0 auto;
}
#header {
height:23px;
}
#footer {
}
#contents {
text-align:left;
color:#262626;
}
.catch {
background:url(images/sugiura.jpg) no-repeat left top;
width:740px;
height:400px;
}
.lead {
color:#FFF;
font-size:13px;
position:relative;
top:220px;
padding:0 20px 0 30px;
line-height:135%;
}
h1 {
font-size:15px;
margin:0 0 5px;
}
.ad {
font-size:12px;
margin:5px 0 0;
padding:5px 0 0;
width:80%;
border-top:1px solid #CEB3B3;
}
.banner {
font-size:11px;
float:right;
margin-left:30px;
text-align:center;
}
.banner img {
margin-bottom:2px;
border:none;
}
#title {
}

/* タイトルボックス */
.box_title , .box_title_r {
float:left;
width:361px;
height:265px;
border:2px solid #B28D80;
background:#FEFCEB;
line-height:130%;
}
.box_title {
margin:10px 10px 0 0;
}
.box_title_r {
margin:10px 0 0 0;
}


/* タイトル内容 */
.cover {
float:left;
margin:10px 15px 0 10px;
_margin:10px 15px 0 5px;
}
/*.cover img {
border:3px solid #DCCDB5;
}*/
.caption {
float:left;
width:220px;
margin:10px 0 0;
line-height:140%;
}
h2 {
font-size:13px;
line-height:160%;
margin-bottom:5px;
}
h2 strong {
font-size:15px;
letter-spacing:1px;
}
.copy {
margin:0 0 5px;
}

/* 収録作品 */
.list {
font-size:11px;
color:#66321B;
margin:10px;
line-height:120%;
}
.list strong {
font-size:12px;
}
.list p {
margin:5px 0;
}


.tameshi {
float:left;
background:url(images/a_tameshi_f2.gif) no-repeat;
width:84px;
height:20px;
display:block;
}
.tameshi a {
background:url(images/a_tameshi.gif) no-repeat;
width:84px;
height:20px;
display:block;
}
.tameshi a:hover {
background:none;
}

.kounyu {
float:left;
margin-left:5px;
background:url(images/a_kounyu_f2.gif) no-repeat;
width:84px;
height:20px;
display:block;
}
.kounyu a {
background:url(images/a_kounyu.gif) no-repeat;
width:84px;
height:20px;
display:block;
}
.kounyu a:hover {
background:none;
}

.box_link {
margin:20px 0 0;
}
.box_link img {
float:left;
margin-right:30px;
}
.box_link_list {
float:left;
width:340px;
height:267px;
background:url(images/tako.gif) no-repeat right bottom;
}
.box_link_list h3 {
line-height:180%;
margin:10px 0 5px;
font-size:15px;
}
ul {
padding:0;
margin-left:1.5em;
}
li {
margin:2px 0;
}