@charset "UTF-8";

body {
	text-align: center;
	margin: 0;
	padding: 0;
	font-size: 90%;
}

div#wrapper {
	width: 780px;
	margin: 0 auto;
	padding: 0;
	background-color: #ccffff;
}

div#inner {
	text-align: center;
	width: 760px;
	margin: 0 auto;
	padding: 0;
}

div#content {
	text-align: left;
}

div#content p {
	margin: 0px 50px;
	padding: 7px 0px;
}

h1 {
	text-align: center;
	padding: 20px 0px 0px 20px;
	margin: 0;
}

h2 {
	margin: 0;
	padding: 30px 0px 10px 0px;
}

div#header div {
	width: 587px;
	background-image: url(../img/back_top.gif);
	background-repeat: no-repeat;	
	background-position: top center;
	margin: 0 auto;
	padding: 0;
	font-size: 120%;
}

div#header div p.gree {
	text-align: left;
	background-image: url(../img/back_bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom center;
	margin: 0px;
	padding: 20px;
}

div#content img {
	margin: 0px 10px;
}

div#content p.img1 {
	text-align: right;
	margin: 10px 0px;
	padding: 0;
}

div#content p.img2 {
	text-align: center;
	margin: 0;
	padding: 0;
}

div#content p.woman {
	margin-right: 100px;
}

div#content p.woman img {
	float: right;
	width: 132px;
}

div#content p.back {
	margin: 0;
	padding: 60px 20px 10px 0px;
	text-align: right;
	font-size: 90%;
}

a {
	text-decoration: underline;
	color: #3399FF;
}

a:link {
	text-decoration: underline;
	color: #3399FF;
}

a:visited {
	text-decoration: underline;
	color: #3399FF;
}

a:hover {
	text-decoration: underline;
	color: #0066FF;
}

a:active {
	text-decoration: underline;
	color: #3399FF;
}