@import "common.css";
@import "contents.css";

#contents{
width:790px;
margin:0 5px;
}

h1#title{
width:790px;
height:220px;
_height:240px;
text-indent:-9999px;
background-color:#FFF;
background-image:url(../img/discussion/main.jpg);
background-position:0 0;
background-repeat:no-repeat;
overflow:hidden;
border:none;
padding:0 0 20px 0;
margin-bottom:20px;
border-bottom:4px solid #ccc;
}


.narration{
clear:both;
color:#5B8325;
font-size:14px;
margin-bottom:40px;
line-height:1.4;
}
.narration i{
font-size:40px;
font-style:normal;
line-height:1;
_line-height:0.8;
}


h2{
clear:both;
text-indent:0;
font-size:20px;
color:#3e3e3e;
background-image:url(../img/common/dotline.gif);
background-position:0 100%;
background-repeat:repeat-x;
padding:5px 0;
margin-bottom:20px;
}

.discuss-box{
clear:both;
font-size:14px;
margin-bottom:40px;
width:600px;
float:left;
line-height:1.4;
}

.photo{
margin-left:630px;
margin-bottom:10px;
font-size:11px;
color:#666;
background-image:url(../img/common/dotline.gif);
background-position:0 100%;
background-repeat:repeat-x;
line-height:1.2;
}
.photo img{
margin-bottom:5px;
}
.photo strong{
font-size:12px;
}

#source{
border:1px solid #ccc;
padding:20px;
font-size:14px;
line-height:1.4;
margin-bottom:10px;
}
#w-bdr{
height:3px;
border-top:1px solid #ccc; 
border-bottom:1px solid #ccc;
margin-bottom:30px;
}


#pagebtn{
clear:both;
text-align:center;
padding-bottom:40px;
}
#pagebtn table{
margin:0 auto;
}
#pagebtn td{
text-align:left;
padding:0 5px;
height:30px;
width:30px;
}
#pagebtn td a{
display:block;
height:30px;
width:30px;
text-indent:-9999px;
background-position:50% 0;
background-repeat:no-repeat;
overflow:hidden;
}
#pagebtn td#pb_prev a{background-image:url(../img/discussion/cp-page-prev.jpg); width:108px;}
#pagebtn td#pb_1 a{background-image:url(../img/discussion/cp-page01.jpg);}
#pagebtn td#pb_2 a{background-image:url(../img/discussion/cp-page02.jpg);}
#pagebtn td#pb_3 a{background-image:url(../img/discussion/cp-page03.jpg);}
#pagebtn td#pb_next a{background-image:url(../img/discussion/cp-page-next.jpg); width:108px;}

#pagebtn td a:hover{
background-position:50% -30px;
}

.page1 #pagebtn td#pb_prev a{ display:none;}
.page3 #pagebtn td#pb_next a{ display:none;}
.page1 #pagebtn td#pb_1 a{background-position:50% -30px; cursor:default}
.page2 #pagebtn td#pb_2 a{background-position:50% -30px; cursor:default}
.page3 #pagebtn td#pb_3 a{background-position:50% -30px; cursor:default}


#btn_ex{
text-align:center;
margin-bottom:20px;
}
#btn_ex a{
font-size:14px;
font-weight:bold;
color:#f00;
}