/**********************************************************************
* parent-document
**********************************************************************/

body
{
    background-color: #eee;
    color: #666;
    font-family: verdana, arial, helvetica, sans-serif;
    line-height: 1.5em;
    font-size: 12px;
}

a:link
{
    color: #333;
}

a:visited
{
    color: #999;
}

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

hr
{
	border: 0;
	height: 2px;
	color: #ccc;			/*For IE*/
	background-color: #ccc;	/*For MZ*/
    width: 652px;
	margin: auto;
	margin-top: 0.4em;
	margin-bottom: 0.4em;
	text-align: center;
    padding: 0px;
}

/**********************************************************************
* header-block
**********************************************************************/

.header-block
{
    text-align: center;
}

.header-block h1
{
    font-family: Verdana, Arial, sans-serif;
    color: #666;
	font-size: xx-large;
	font-weight: normal;
    padding: 5px;
}

.header-block h3
{
    color: #666;
    font-size: 20px;
    font-weight: bold;
    padding: 0px;
}

/**********************************************************************
* full-block
**********************************************************************/

.full-block
{
    background-color: #fff;
    width: 626px;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #ccc;
	padding: 1em;
	padding-bottom: 2em;
}

.full-block h1
{
    font-size: 16px;
	text-align: left;
	padding-bottom: 5px;
	padding-left: 15px;
	padding-right: 15px;
    border-bottom: 1px solid #aaa;
    margin-top: 0;
}

.full-block h2
{
    font-size: 12px;
	text-align: right;
    padding-bottom: 5px;
	padding-left: 15px;
	padding-right: 15px;
    margin-top: 0;
}

/**********************************************************************
* half-block
**********************************************************************/

.half-block
{
    background-color: #fff;
    width: 288px;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #ccc;
	padding: 1em;
}

.half-block h1
{
    font-size: 16px;
    padding-bottom: 5px;
	padding-left: 15px;
	padding-right: 15px;
    border-bottom: 1px solid #aaa;
    margin-top: 0;
}

.half-block h2
{
    font-size: 12px;
	font-weight: bold;
	text-align: right;
    padding-bottom: 5px;
	padding-left: 15px;
	padding-right: 15px;
    margin-top: 0;
}

.half-block p
{
	text-align: center;
}

.right h1
{
	text-align: center;
}

/**********************************************************************
* page-turn
**********************************************************************/

.page-turn
{
    font-size: 12px;
	font-weight: normal;
	text-align: center;
	color: #999;
    padding-top: 10px;
    padding-bottom: 5px;
	padding-left: 15px;
	padding-right: 15px;
    margin-top: 0;
}

.page-turn a:link
{
    color: #666;
	text-decoration: none;
}

.page-turn a:visited
{
    color: #666;
	text-decoration: none;
}

.page-turn a:hover
{
    color: #666;
	font-weight: bolder;
	text-decoration: none;
}

/**********************************************************************
* footer-block
**********************************************************************/

.footer-block
{
    text-align: center;
}

/**********************************************************************
* image
**********************************************************************/

.image
{
    position:absolute;
    left:50%;
    top:50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

/**********************************************************************
* special
**********************************************************************/

a.bonus, a:link.bonus, a:visited.bonus, a:hover.bonus
{
    color: #000;
    font-weight: bold;
}

.bupload {
	border-right: #ffffff 1px solid;
	border-top: #ffffff 1px solid;
	font-size: 14px;
	border-left: #ffffff 1px solid;
	width: 1px;
	border-bottom: #ffffff 1px solid;
	background-color: #ffffff;
}

#bonus
{
    color: #666;
	text-decoration: none;
}
