body,h1,h2,h3,h4,h5,h6,ul,li{
margin:0px;
padding:0px;
}

body{
font-size: 80%;
font-family: sans-serif;
line-height:150%;
text-align:center;
background:url("http://movie.artposter.jp/images/body_bg.gif") repeat-x #352920;
}

#wrapper{
width: 1005px;
margin:0 auto;
text-align:left;
background:#fff;
}

li{
list-style-type:none;
}

a{
text-decoration:none;
color:#900;
}

a:hover{
text-decoration:underline;
}

/* サイトタイトル */
h1 {
float:left;
width:400px;
}

h1 a{
display:block;
width:313px;
height:42px;
margin:25px 0 0 10px;
background:url("http://movie.artposter.jp/images/header_logo.gif") no-repeat;
text-indent:-999em;
}

h1 a:hover{
text-decoration:none;
}

/*  コンテンツタイトル */
h2 {
font-size:16px;
text-align:center;
padding:10px 0px;
}

/* EntryMoreタイトル */
h3 {
font-size:16px;
padding:5px;
border-left:5px solid #ccc;
border-bottom:1px dotted #ccc;
}

/*コンテンツのリード*/
h4{
text-align:center;
color:#333;
line-height:200%
}

#header{
height:80px;
background:url("http://movie.artposter.jp/images/header_bg.jpg") #352920 no-repeat;
}

#headerright{
float:right;
width:500px;
text-align:right;
}

#main{
float:left;
width:810px;
}

#centerbox{
float:right;
width:615px;
}

#leftbox{
float:left;
width:180px;
}

#rightbox{
float:right;
width:180px;
}

#rightbox p{
padding:10px;
}

#thumbnails{
margin:0 auto;
}

#thumbnails a{
display:block;
width:115px;
text-align:center;
vartical-align:middle;
padding:5px;
}

#thumbnails a:hover{
text-decoration:none;
}

#pagecontrol{
width:100%;
margin:10px 0px;
}

.pagenumber{
text-align:center;
font-size:12px;
}

.pagenumber a{
color:#ccc;
}

.pagenumber a:hover{
color:#f60;
}

.backbt a {
display:block;
width:35px;
height:27px;
background:url("http://artposter.jp/images/prev.gif") no-repeat;
}

.backbt a:hover {
background:url("http://artposter.jp/images/prev_on.gif") no-repeat;
}

.nextbt a{
display:block;
width:35px;
height:27px;
background:url("http://artposter.jp/images/next.gif") no-repeat;
}

.nextbt a:hover {
background:url("http://artposter.jp/images/next_on.gif") no-repeat;
}

#entrymore{
padding:10px 10px;
color:#555;
}

#categorylist{
background:#352920;
border-left:1px solid #fff;
border-bottom:1px solid #352920;
}

#categorylist li{
display:block;
width:149px;
float:left;
border-top:1px solid #fff;
border-bottom:1px solid #fff;
}

#categorylist a{
display:block;
width:148px;
height:25px;
font-size:14px;
padding-top: 5px;
background:url("http://movie.artposter.jp/images/categorylist_bt.gif") #352920 no-repeat;
border-right:1px solid #fff;
text-align:center;
color:#fff;
}

#categorylist strong{
display:block;
width:148px;
height:25px;
font-size:14px;
padding-top: 5px;
background:url("http://movie.artposter.jp/images/categorylist_bt-on.gif") #F0EAE0 no-repeat;
border-right:1px solid #fff;
text-align:center;
color:#352920;
}

#categorylist a:hover {
color:#352920;
background:url("http://movie.artposter.jp/images/categorylist_bt-on.gif") #F0EAE0 no-repeat;
text-decoration:none;
}

#entrylist {
padding:10px;
}

/*index*/

#indexmain{
margin:20px;
}

#indexleft{
float:left;
width:400px;
}

#indexright{
float:right;
width:545px;
}

#indexlist strong{
display:block;
padding:3px 0;
background:#ccc;
text-align:center;
margin-bottom:3px;
}

#indexlist td{
text-valign:top;
padding:5px 10px;
}

#footer{
margin-top:10px;
border-top:1px solid #ccc;
padding:10px;
text-align:center;
}

.clr {
    clear: both;
    overflow: hidden;
    width: 1px;
    height: 1px;
    margin: 0 -1px -1px 0;
    border: 0;
    padding: 0;
    font-size: 0;
    line-height: 0;
}

#article{
width:615px;
padding:20px 0;
margin:0 auto;
}

/* .pkg class wraps enclosing block element around inner floated elements */
.pkg:after {
    content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
}
* html .pkg { display: inline-block; }
/* no ie mac \*/
* html .pkg { height: 1%; }
.pkg { display: block; }
/* */
