@charset "UTF-8";

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 00.base style                                                          */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
* {
	margin: 0px;
	padding: 0px;
	list-style: none;
	line-height:3em;
	font-family: sans-serif;
	text-shadow: 0px 0px 1px #FFFFFF;
}
html {
	margin: 0px;
	padding: 0px;
}
body {
	margin: 0px;
	padding: 0px;
	text-align: center;
}
img {
	display: block;
	border: none;
}
input{
	height:3em;
	padding:0;
	width:100%;
	text-align:center;
}

input[type="checkbox"]{
height:1em;
}
select{ visibility:visible;}
a {
	text-decoration: none;
}
a:active {
	color: #0000FF;
}
a:link {
	color: #0000FF;
}
a:visited {
	color: #990099;
}
a:hover {
	text-decoration: underline;
	color: #CC0000;
}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 01.wrapper style                                                       */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
div#wrapper {
	width: 100%;
	overflow: hidden;
}
div#header {
	background:#999999;
	background:url(../images/header-bg.png) repeat-x;
}
div#header p{ height:40px; line-height:2em; padding:0; margin:0;}
div#header h1 {
font-size:30px;
	padding: 0px 0px 0px;
	margin:0;
	line-height:2em;
	color: #990000;
	height:70px;
	border-top:1px solid #ddd;
	background:url(../images/header-bg.png) repeat-x bottom;
	
}
div#copyright {
	padding: 2px;
	color: #999999;
	clear: both;
	line-height: normal;
	background-color: #666666;
}
dt{ padding:10px;}
dd{ padding:10px;}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

div#thanks {
	padding: 40px 0px 40px 0px;
	text-align: center;
}
div#thanks p {
	font-size: 16px;
}
div#thanks p strong {
	font-size: 18px;
	color: #CC0000;
}
