@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	background-image: url(img/background.jpg);
	font-size: 16px;
	line-height: 1.5em;
	color: #666666;
}
p ,h1,h2,h3,ul,li{
	padding: 0px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0.5em;
	margin-left: 0px;
}
.inner  {
	margin: 0 auto;
	max-width: 980px;
}


.clear {
	clear: both;
}
img {
	height: auto;
	width: 100%;
}


#top {
	background-color: #F30;
	color: #FFFFFF;
}
#top .inner {

}
#top h1 {
	font-size: small;
	font-weight: normal;
	margin: 0px;
}
#top h1 img {
	background-color: #FFFFFF;
	width: 300px;
	margin: 2px;
}


#top h1 span {
	float: right;
}




#header {


}



#header ul {
	width: 100%;
	margin: 0px;
}

#header ul li {
	float: left;
	width: 16.6667%;
	text-align: center;
	margin: 0px;
}
#header ul li a {
	display: block;
	padding-top: 1em;
	padding-bottom: 1em;
	text-decoration: none;
	margin: 1px;
	background-image: url(img/bg-menu.png);
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
	font-weight: bold;
	font-size: 1.2em;
	line-height: 1em;
	color: #666666;
}
#header ul li a span {
	display: block;
	/* [disabled]margin-bottom: 0.5em; */
	font-weight: normal;
	font-size: small;
	line-height: 1em;
}
#header ul li a:hover {
	background-image: url(img/bg-menu-on.png);
	color: #000000;
}
#content {
	margin-right: auto;
	margin-left: auto;
	max-width: 980px;
}
#content .main-img {
	margin-bottom: 1em;
}
#content .description {
	padding: 2%;
	background-color: rgba(255,255,255,0.7);
	margin-bottom: 1em;
	margin-top: 1%;
	margin-right: 1%;
	margin-left: 1%;
	border-radius: 10px;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.3);
}

#content .description h2 {
	font-size: 120%;
	text-shadow: 1px 1px 2px rgba(255,255,255,1),-1px -1px 2px rgba(255,255,255,1);
	color: #FF3300;
}
#content .description img {
	float: left;
	margin-right: 1em;
}
#content .description img {
	width: 210px;
	height: 137px;
}
#content .box11 {
	float: left;
	width: 96%;
	background-color: rgba(255,255,255,0.5);
	padding: 1%;
	margin-top: 0;
	margin-right: 1%;
	margin-bottom: 2%;
	margin-left: 1%;
	font-size: 80%;
	line-height: 1.5em;
	border-radius: 10px;
}



#content .box21 {
	float: left;
	width: 46%;
	background-color: rgba(255,255,255,0.5);
	padding: 1%;
	margin-top: 0;
	margin-right: 1%;
	margin-bottom: 2%;
	margin-left: 1%;
	font-size: 80%;
	line-height: 1.5em;
	border-radius: 10px;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.3);
}
#content .imgbox  {
	height: auto;
	width: 40%;
	float: left;
	margin-right: 1em;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
}
#content .box21 h3 {
	color: rgba(255,51,0,1);
	font-size: 140%;
	background-image: url(img/line.png);
	background-position: left top;
	padding: 0.8em;
	background-size: contain;
	background-repeat: no-repeat;
}


#content table {
	font-size: 80%;
	border-collapse: collapse;
	clear: both;
	/* [disabled]width: 96%; */
	border: 1px solid #666666;
	background-color: rgba(255,255,255,0.5);
}
#content table th {
	background-color: rgba(204,204,204,0.5);
}

#content table th ,#content table td{
	border: 1px solid #666666;
	border-collapse: collapse;
	line-height: 1.2em;
	padding: 0.3em;
}
#contact {
	text-align: center;
	padding: 1em;
}
#contact img {
	width: 200px;
	margin: 1em;
}

#footer {
	background-color: #FF3300;
	color: #FFFFFF;
	text-align: center;
	padding: 0.5em;
	font-size: 80%;
}
