/* CSS Document */


/* for topics
===============================================================*/
div#topics{
width:490px;
margin:0;
}

/* for topicsLayout
===============================================================*/
table#topicsLayout{
width:790px;
margin:0 auto 0 auto;
background:url(../webimages/navi_bottom.gif) no-repeat top;
}

table#topicsLayout td{
vertical-align:top;
}


/* for Navigation
===============================================================*/


ul#navigation{
width:790px;
clear:both;
margin:0;
height:25px;
}

ul#navigation li{
	float:left;
	display:inline;
	height:25px;
}




/* for entry
===============================================================*/

div.entry{
width:476px;
padding:15px 0 0 0;
font-size:1.2em;
}

div.entry h2{
font-size:1.5em;
font-weight:bold;
margin:10px auto 5px auto;
}

div.entry #dateBy{
text-align:right;
}


/* for google
===============================================================*/
td#googleAd{
width:300px;
vertical-align:top;
}

td#googleAd #bookmark{
width:300px;
margin:10px auto;
text-align:left;
}

td#googleAd #adsence{
width:300px;
margin:10px auto;
}

/* for newslist
===============================================================*/
div.newsList{
width:476px;
}

div.newsList ul{
margin:15px 0 10px 15px;
}

div.newsList ul li{
list-style-type:none;
background:url(../webimages/icon.gif) no-repeat left;
padding-left:15px;
margin-bottom:3px;
}


/* for bestshot
===============================================================*/
div#leftBar #bestshot{
background:#525252;
padding-bottom:3px;
margin-bottom:5px;
}

div#leftBar #bestshot #picture{
margin:5px 3px;
}

div#leftBar #bestshot p{
font-weight:bold;
color:#FFFFFF;
margin:0 5px;
}

div#leftBar #bestshot p.bestDate{
font-size:10px;
color:#FFCC00;
font-weight:lighter;
margin:0 5px;
}
div#leftBar #bestshot .more{
text-align:center;
margin:3px auto;
}


/* for hollywood
===============================================================*/
td#hollywood{
vertical-align:top;
width:395px;
text-align:center;
}

td#hollywood h3{
width:384;
margin:5px auto;
}

table#hLayout{
width:370px;
margin:5px auto;
}

table#hLayout #hImg{
width:100px;
text-align:center;
vertical-align:top;
}
table#hLayout #hImg img{
margin:0 auto;
}

table#hLayout #htxt{
text-align:left;
}

/* for bbsList
===============================================================*/
td#bbsList{
vertical-align:top;
text-align:center;
}

td#bbsList h3{
width:384;
margin:5px auto;
}

td#bbsList ul{
margin:5px auto;
width:365px;
}

td#bbsList ul li{
list-style-type:none;
background:url(../webimages/icon.gif) no-repeat left;
padding-left:15px;
margin-bottom:3px;
text-align:left;
}



