@charset "Shift_JIS";

 {
	margin: 0;
	padding: 0;
}

body {
	background-color: #a9d2ff;
	background-image: url(../image/back.gif);
	background-repeat: repeat-x;
	text-align: center;
}

a img {
	border: none;
}

div#pageWrapper {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-color: #ffffff;
	text-align: center;
}

/* old \*/
* html div#pagewrapper{
	width: 800px;
}
/* end \*/

div#header {
	margin-bottom: 10px;
}


div#footer {
	clear: both;
	width: 778px;
	height: 40px;
	background-image: url(../image/footer.gif);
}

div#footer p {
	padding: 5px 0 0 10px;
	color: #ffffff;
	font-size: 82%;
}

div#description{
	position: relative;
	width: 660px;
	margin-top: 30px;
	margin-left: 30px;
	padding: 39px 30px 25px 25px;
	border-style: solid;
	border-width: 1px;
	border-color: #ccc;
	background-image: url(../image/main_back.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	line-height: 1.3;
	color: #333333;
	font-size: 83%;
	text-align: left;
}

div#description p.note {
	margin: 3px 0px 0px 0px;
}

div#description p.memo01 {
	margin: 12px 25px 0px 13px;
	font-size: 78%;
}

div#description p.memo02 {
	margin: 3px 25px 0px 13px;
	font-size: 78%;
}


div#description ul.title {
	list-style-type: none;
	margin-bottom: 0px;
	padding-left: 0px;
	color: #FF0033;
	font-weight: bolder;
}

div#description ul {
	list-style-type: disc;
	margin-bottom: 0px;
	padding-left: 24px;
}

h1 {
	padding: 32px 18px 0;
}

h2 {
	position: absolute;
	top: -22px;
	left: -19px;
}



