﻿@charset "utf-8";

/* CSS Document */
* {
	padding: 0px;
	margin: 0px;
}

body {
	background: url("../images/bg.png");
}

#h {
	background: url("../images/top.jpg");
	width: 867px;
	height: 323px;
	margin: 0px auto;
}

#m {
	background: #000;
	width: 867px;
	height: 51px;
	margin: 0px auto;
}

#m ul {
	list-style-type: none;
	color: white;
}

#m ul li {
	float: left;
	width: 124px;
	text-align: center;
}

#m ul li a {
	font-size: 15px;
	line-height: 51px;
	color: white;
	display: inline-block;
	width: 124px;
	height: 51px;
	text-decoration: none;
}

#m ul li#mli {
	width: 123px;
}

#m ul li#mli a {
	width: 123px;
}

#m ul li a:hover {
	color: pink;
	font-size: 16px;
	text-decoration: underline;
}

#c {
	background: orange;
	width: 867px;
	margin: 0px auto;
}

#c img {
	width: 100%;
	height: 200px;
}

#b {
	background-image: url("../images/bottom.jpg");
	background-size: cover;
	width: 867px;
	height: 100px;
	line-height: 100px;
	margin: 0px auto;
	clear: left;
	text-align: center;
}