@charset "UTF-8";

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 00.base style                                                          */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
* {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
body {
	margin: 0px auto 0px auto;
}
div.section {
	border: solid 1px #CCCCCC;
	padding: 10px;
	margin: 10px;
}
#wrapper img {
	display: block;
	border: none;
}
#wrapper p,#wrapper li {
	font-size: 12px;
	line-height: 1.5em;
	color : #232323;
}
#wrapper li {
	list-style: none;
}
#wrapper em,#wrapper #wrapper strong,#wrapper h1,#wrapper h2,#wrapper h3,#wrapper dt {
	font-weight: bolder;
}
#wrapper h1 {
	font-size: 18px;
	color : #232323;
}
#wrapper h2 {
	font-size: 16px;
	color : #232323;
}
#wrapper h3 {
	font-size: 14px;
	color : #232323;
}
#wrapper hr {
	border-style: solid;
	border-color: #999999;
}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 01.wrapper style                                                       */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
div#wrapper {
	clear: both;
	margin: 0px auto 0px auto;
	width: 780px;
}
h1#title {
	position: absolute;
	top: 30px;
	left: 40px;
	color: #FFFFFF;
	float: left;
}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 04.container style                                                     */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
div#container {
	margin: 0px auto 0px auto;
	padding: 0px 20px 0px 20px;
	width: 610px!important;
	width/**/: 610px;
	clear: both;
	text-align: left;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 05.contents style                                                      */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
div#contents {
	padding: 5px;
	width: 600px!important;
	width/**/: 610px;
	background-color: #FFFFFF;
	border: 1px solid #cccccc;
}
div#contents p {
	padding: 0px 10px 0px 10px;
	font-size: 12px;
	line-height: 1.5em;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

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;
}

