@import url(/library/head.css);
@import url(foot.css);

body {
	background-color:#ffffff;
}

div {
	text-align: left; }

a {
	cursor: pointer; }

h1 {
	background-color:#003333;
	color:#ffffff;
	padding:5px;
	margin-bottom:10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

h3 {
	background-color: #ffcc11;
	color:#ffffff;
	padding: 5px;
	margin:0 0 10px 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

h4 {
	font-weight:bold;
}

.midashi {
	border: 5px solid #53a4c4;
	padding: 10px 15px;
	font-size: 18px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px; }

.attention {
	margin: 0 0 0 13px;
	text-indent: -8px; }

footer {
	margin-bottom: 30px; }

.textarea {
	margin-bottom:20px;
}

.btnarea {
	margin-top:20px;
	background-color: #eebbcc;
	color:#ffffff;
	text-align:center;
	padding: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}



#bg {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	overflow: hidden;
}

#bg:after {
    content: "";
    display: block;
    position: absolute;
    top:0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.8;
}

#bg img {
    /*   width: 100%; */
}




.slide {
  margin: 0 0 20px 0; }

.carousel-caption {
  background-color: #000;
  filter: alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px; }
  .carousel-caption h2, .carousel-caption p {
    margin: 0 10px 5px 10px;
    color: #fff;
    text-shadow: 1px 1px 1px #000; }