@charset "utf-8";

* {
	margin: 0;
	border: 0;
	padding: 0;
}

img {
	border: none;
	vertical-align: bottom;
}

h2 {
	margin-bottom: 30px;
	height: 50px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

#headline2-1 {
	background-image: url("../images/headline2-1.png");
}
#headline2-2 {
	background-image: url("../images/headline2-2.png");
}
#headline2-3 {
	background-image: url("../images/headline2-3.png");
}

h3 {
	margin: 0 30px 30px;
	border-left: 10px solid #2492BC;
	border-bottom: 2px solid #2492BC;
	padding: 5px 20px;
}

h4 {
	margin-bottom: 20px;
	height: 50px;
}

#headline4-1 {
	background-image: url("../images/headline4-1.png");
}
#headline4-2 {
	background-image: url("../images/headline4-2.png");
}

p {
	padding: 0 30px 30px 30px;
}

p a {
	margin-left: 50px;
}
p a:first-child {
	margin-left: 270px;
}

.center {
	display: block;
	margin: 0 auto;
}

.tc {
	text-align: center;
}

.enclosure1,.enclosure2 {
	margin: 0 40px;
	border: 1px solid #48B3DC;
	box-shadow: 1px 1px 3px #000;
	border-radius: 5px;
	background-color: #FFF;
}

.enclosure1 {
	margin-bottom: 30px;
}

.caution {
	font-size: 0.7em;
	color: #999;
}

.subject {
	padding: 0 20px 30px;
}

body {
	background-color: #48B3DC;
	background-image: url("../images/bg.png");
	color: #333;
	font-size: 1.2em;
	line-height: 1.7em;
}

a:link,a:visited,a:active {
	text-decoration: none;
	color: #6666FF;
}
a:hover {
	text-decoration: none;
	color: #6666FF;
}

#wrapper {
	width: 980px;
	margin: 0 auto 30px;
}

#header {
	margin-top: 30px;
	height: 240px;
	width: 980px;
	background-image: url("../images/top_img.png");
	border-radius: 5px;
	box-shadow: 1px 1px 3px #000;
}

#menu {
	margin-top: 30px;
	box-shadow: 1px 1px 3px #000;
}
#menu a {
	margin-left: 1px;
}
#menu a:first-child {
	margin-left: 0;
}

#content {
}

#about,#renewal,#campaign {
	margin-top: 30px;
	background-color: #FFF;
	background-image: url("../images/bg_content.png");
	border-radius: 5px;
	box-shadow: 1px 1px 3px #000;
}

.qp {
	font-size: 1.8em;
	color: #FA647E;
	text-shadow: 1px 1px 3px #000;
}

a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

#page-top {
	position: fixed;
	bottom: 5px;
	right: 5px;
	font-size: 77%;
}
#page-top a {
	background: #666;
	opacity: 0.8;
	text-decoration: none;
	color: #fff;
	width: 100px;
	padding: 20px 0;
	text-align: center;
	display: block;
	border-radius: 5px;
}
#page-top a:hover {
	text-decoration: none;
	background: #666;
	opacity: 0.5;
}