* {
	margin:0px;
	padding: 0px;
	}


body {
	background-color: #CCCCCC;
	text-align: center;

}
	
#wrap {
	background-color: #FFFFFF;
	margin: 0 auto;
	text-align: left;
	width: 800px;
}


#left {

	width: 800px;

	}
	
#right {

	width: 800px;
	border: 1px dashed #666666;
}

h1 {
	color: #003366;
	background-image: url(img/head.jpg);
	background-repeat: no-repeat;
	line-height: 110px;
	font-size: 24px;
	padding: 20px;
	font-family: "HGP‘n‰pŠpºÞ¼¯¸UB", "ƒqƒ‰ƒMƒmŠpƒS Pro W8";	
}

h2 {
	color: #006666;
	line-height: 54px;
	font-size: 20px;
	font-family: "HGP‘n‰pŠpºÞ¼¯¸UB", "ƒqƒ‰ƒMƒmŠpƒS Pro W8";
	margin: 10px;
	padding-left:20px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-left-style: none;
	border-bottom-color: #006699;
	border-left-color: #006699;
}

p {
	margin: 20px;
	line-height: 26px;
	display: block;

}

.line {
	background-image: url(img/line.gif);
	background-position:bottom;
	background-repeat: repeat-x;
	padding: 2px;

}

.btn {
	text-align: center;	
}

.small {
	font-size: 10px;
}

h3 {
	color: #333333;
	line-height: 27px;
	font-size: 12px;
	font-family: "HGP‘n‰pŠpºÞ¼¯¸UB", "ƒqƒ‰ƒMƒmŠpƒS Pro W8";
	margin: 10px;
	padding-left:20px;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #333333;
}

a {
  color: #006666;
}

img {
	border: 0px;
	}

#footer {
	text-align: center;
	line-height: 50px;

}


