@charset "utf-8";
/* ------------------------------------------------------
	block element centering style.
------------------------------------------------------ */

* { margin: 0; padding: 0; }

html {
	display: table;
	width: 100%;
	height: 100%;
}

body{
	margin: 0 auto;
	padding: 0;
	font-family: 'Trebuchet MS', Verdana, sans-serif;
	color: #101010;
	text-align: center;
}

#centerbox {
	margin: 0 auto;
	padding: 30px;
	width: 420px
}

#centerbox2 {
	margin: 0 auto;
	padding: 30px;
	width: 720px
}

a {
	color: #101010;
	text-decoration: none;
	border-width: 0px;
	border-bottom-width: 1px;
    border-style: dotted;
	border-bottom-color: #101010
}

a:link {
	color: #101010;
	text-decoration: none;
	border-width: 0px;
	border-bottom-width: 1px;
    border-style: dotted;
	border-bottom-color: #101010
}

a:visited {
	color: #101010;
	text-decoration: none;
	border-width: 0px;
	border-bottom-width: 1px;
    border-style: dotted;
	border-bottom-color: #101010
}

a:hover {
	color: #66cc00;
	text-decoration: none;
	border-width: 0px;
	border-bottom-width: 1px;
    border-style: dotted;
	border-bottom-color: #66cc00
}

a:active {
	color: #66cc00;
	text-decoration: none;
	border-width: 0px;
	border-bottom-width: 1px;
    border-style: dotted;
	border-bottom-color: #66cc00
}

/* for IE6 */
* html body {
	text-align: center;
	height: 100%;
}

* html #centerbox {
	display: inline;
	vertical-align: middle;
	zoom: 1;
}

* html #dummy {
	width: 0;
	height: 100%;
	vertical-align: middle;
	display: inline-block;
}

/* for IE7 */
*:first-child+html body {
	text-align: center;
	height: 100%;
}

*:first-child+html #centerbox {
	display: inline;
	vertical-align: middle;
	zoom: 1;
}

*:first-child+html #dummy {
	width: 0;
	height: 100%;
	vertical-align: middle;
	display: inline-block;
}

.clear {
	clear: both
}