/* CSS Document */


/*----------------all----------------*/
body{
background-color:#56AA17;
}


/*----------------body----------------*/
#bg{
width:auto;
height:auto;
background-color:#1F95CD;
background-image:url(../images/bg_body.jpg);
background-repeat:repeat-x;
color:#FFFFFF;
}

#wrap{
width:950px;
margin-left:auto;
margin-right:auto;
_text-align:center;
}

#content{
width:950px;
padding-bottom:30px;
background-color:#1F95CD;
text-align:left;
}

#leftContents{
	width:256px;
	padding:0;
	float:left;
}

#rightContents{
	width:674px;
	float:right;
	margin-top:25px;
}

#menu #menuContent{
background-position : left top;
background-repeat:repeat-y;
}
#menu #menuContent li{
	list-style : none;
	line-height:0;
	height:34px;
	font-size:1px;
}
#menu #menuContent a{
 display:block;
 line-height:normal;
}


#menu #menuBottom{
height:20px;
}


/* Movie */
/*--------------------------*/
#movie{
padding:15px;
border-radius:10px;
background-color:#1A79AF;
box-shadow: 0 0 5px rgba(0, 0, 0, 0.1) inset;
}

#movie .innner{
padding:2px;
background:#156796;
}

#movie h2{
	font-weight:bold;
	font-size:110%;
	margin-top:15px;
}

#movie h2 span.time{
	font-size:12px;
	padding-left:20px;
}
#movie p{
	margin-top:7px;
	font-size:90%;
	line-height:1.4em;
	color:#ecf8fe;
}

#movie p a,#movie p a:visited{
	color:#FFD222;
}

#socialBookmark{
	margin-top:15px;
	padding:15px;
	border-radius:10px;
	background-color:#1A79AF;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.1) inset;
}


#news{
width:256px;
}

#news #newsContent #newsMenu{
text-align:right;
}
#news #newsContent #newsMenu img.more{
padding-right:10px;
}
#news #newsContent{
padding:0 20px;
background-image:url(../images/news_body.gif);
background-repeat:repeat-y;
}
#news #newsContent dt,dd{
}
#news #newsContent dl{
line-height:1.5em;
font-size:0.8em;
}
#news #newsContent dd{
margin-bottom:10px;
line-height:1.2em;
}
#news #newsContent dt{
color:#FF9900;
font-weight:bold;
}
#news #newsContent a,a:link,a:visited{;
color:#FFFFFF;
text-decoration:none;
}
#news #newsContent a:hover{;
color:#FFFFFF;
text-decoration:underline;
}
#footer{
clear:both;
width:auto;
background-image:url(../images/bg_footer2.jpg);
background-position:left top;
background-repeat:repeat-x;

}
#footer #footerWrap{
width:950px;
height:250px;
margin-left:auto;
margin-right:auto;
background-image:url(../images/bg_footer.jpg);
background-position:left top;
background-repeat:no-repeat;
}
#footer #footerContent{
padding:150px 50px 20px 0;
text-align:left;
color:#FFFFFF;
font-size:0.8em;
}
#footer #footerContent p{
padding-top:20px;
text-align:right;
}
#footer #footerContent #footerMenu{
background-color:#4E9652;
width:230px;
padding:5px;
}
#footer #footerContent #footerMenu a,a:link,a:visited{;
color:#FFFFFF;
text-decoration:none;
}
#footer #footerContent #footerMenu a:hover{;
color:#FFFFFF;
text-decoration:underline;
}

#footer #footerContent #footerMenu li{
float:left;
list-style : none;
padding-left:10px;
}
