#cast{
	margin-top: 35px;
}
#cast .title{
	margin-bottom: 5px;
	padding-bottom: 10px;
	background: url(../images/titlebg.gif) center bottom repeat-x;
	background-size: 100%;
}
#cast h2{
	margin: 0 auto;
	width: 67px;
	height: 0;
	padding-top: 23px;
	font-size: 0;
	overflow: hidden;
	background: url(../images/cast.png) center left no-repeat;
	background-size: 100%;
}
#cast .casts{
	text-align: center;
}
#cast .note{
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	width: 223px;
	height: 0;
	padding-top: 10px;
	font-size: 0;
	overflow: hidden;
	background: url(../images/cast_note.png) center left no-repeat;
	background-size: 100%;
}

/*#present*/

#present{
	margin-top: 35px;
}
#present .title{
	margin-bottom: 5px;
	padding-bottom: 10px;
	background: url(../images/titlebg.gif) center bottom repeat-x;
	background-size: 100%;
}
#present h2{
	margin: 0 auto;
	width: 282px;
	height: 0;
	padding-top: 47px;
	font-size: 0;
	overflow: hidden;
	background: url(../images/present.png) center left no-repeat;
	background-size: 100%;
}
#present .list{
	margin: 0 auto;
}
#present .list p.note{
	margin: 15px;
	width: 222px;
	height: 0;
	padding-top: 29px;
	font-size: 0;
	overflow: hidden;
	background: url(../images/present-02.png) center left no-repeat;
	background-size: 100%;
}
#present .list li{
	margin: 0 auto;
}
#present .list li.epresent{
	width: 310px;
}
#present .list li.epresent a{
	display: block;
	width: 310px;
	height: 0;
	padding-top: 160.5px;
	font-size: 0;
	overflow: hidden;
	background: url(../images/present-04.png) center left no-repeat;
	background-size: 100%;
}
#present .list li p.end{
	margin: 1em auto;
	width: 310px;
	border: 1px solid #c22422;
	color: #c22422;
	/*font-size: 1.3em;*/
	padding: .8em 0;
	font-weight: bold;
	text-align: center;
}

#social{
	margin-top: 35px;
	padding-top: 10px;
	background: url(../images/titlebg.gif) center top repeat-x;
	background-size: 100%;
}
#social ul{
	margin: 0 auto;
	width: 310px;
	overflow: hidden;
}
#social li{
	float: left;
	width: 100px;
	height: 100px;
}
#social li a{
	display: block;
	width: 100px;
	height: 0;
	padding-top: 100px;
	font-size: 0;
	overflow: hidden;
}
#social li.fb,
#social li.tw{
	margin-right: 5px;
}
#social li.fb a{
	background: url(../images/social-01.png) center left no-repeat;
	background-size: 100%;
}
#social li.tw a{
	background: url(../images/social-02.png) center left no-repeat;
	background-size: 100%;
}
#social li.ln a{
	background: url(../images/social-03.png) center left no-repeat;
	background-size: 100%;
}