body
{
	margin: 0px; 
	padding: 0px;
	text-align: center;
}

h1
{
    font-weight: bold;
    font-size: 16px;
    line-height: 16px;
    font-family: verdana, ms sans serif, arial, helvetica;
}

h2
{
    font-weight: normal;
    font-style: italic;
    font-size: 12px;
    line-height: 14px;
    font-family: verdana, ms sans serif, arial, helvetica;
}

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

a:hover
{
    text-decoration: none;
    color: #faa22b;
}

#widthsetting
{
	margin: auto;
	width: 100%;
}

#headerbar
{
	margin: auto;
	width: 100%;
	height: 218px;
	background-image: url('../images/side.gif');
	background-repeat: repeat-x;
}

#footerbar
{
	margin: auto;
	width: 100%;
	height: 40px;
	background-color: #faa22b;
}

#containerbox
{
	text-align: left;
	vertical-align: top;
    width: 300px;
    height: 500px;
    margin: 10px;
    margin-bottom: 30px;
    display: inline-block;
    *display: inline;
}

#playerback
{
	margin: auto;
	width: 100%;
	background-image: url('../images/background-player.gif');
	background-repeat: repeat-x;
}

.subtitledate
{
    font-weight: normal;
    font-size: 12px;
    line-height: 12px;
    font-family: verdana, ms sans serif, arial, helvetica;
}

.maintext
{
    font-weight: normal;
    font-size: 11px;
    line-height: 13px;
    font-family: verdana, ms sans serif, arial, helvetica;
}

.footertext
{
    font-weight: normal;
    font-size: 10px;
    line-height: 12px;
    font-family: verdana, ms sans serif, arial, helvetica;
    
}

.footerlink
{
    text-decoration: underline;
    color:#2200cc;
}


