@charset "UTF-8";
/* bace */
* {
  margin: 0;
  padding:0;
}
.inner {
  padding: 0 0 0 10px;
}
img {
  border: none;
}
/* body */
#body {
  margin:0;
  padding:0;
  text-align: center;
}
#boxAll {
  width:  800px;
  background-color: #CCCCCC;
  margin-left: auto;
  margin-right: auto;
}
/* ヘッダー */
#header {
	background-image: url(image/top.jpg);
	background-repeat: no-repeat;
	width: 800px;
	height: 250px;
}
/* サイド左メニュー */
#sideL {
  width: 160px;
  float: left;
  padding-top: 5px;
}
#sideL a {
  	text-decoration: none;
	color: #666666;
	font-size: 12px;
	text-align: left;
	background-image: url(image/button.jpg);
	display: block;
	width: 150px;
	line-height: 25px;
	border-bottom: solid 1px #000000;
	padding-left: 10px;
}
#sideL a:hover {
  	background-image: url(image/button.jpg);
	background-position: 0 -30px;
	color: #000000;
}
/* メイン */
#main {
  width: 628px;
  float: left;
  padding-left: 5px;
  padding-right: 5px;
  text-align: center;
  border-left: dotted 1px #000000;
  border-right: dotted 1px #000000;
}
ul {
  list-style-type: none;
}
#main li {
	display: inline;
}
#main li img {
  padding-top: 5px;
  padding-right: 5px;
  padding-left: 5px;
  text-align: center;
}
#mainTop {
  background-color: #000000;
}
/* フッター */
#footer {
  width: 790px;
  height: 50px;
  clear: left;
  text-align: right;
  padding-right: 10px;
  background: #000;
}
#footer address {
  text-align: left;
  padding-left: 10px;
}
#footer img {
	text-align: right;
}
address {
  font-size: 12px;
  color: #ffffff;
}
/* テキスト */
h1 {
  color: #FFFFFF;
  font-size: 24px;
  padding-top: 5px;
}
h2 {
	font-size: 12px;
	color: #333333;
	font-weight: bold;
	text-align: center;
}
p {
  color: #FFFFFF;
  font-size: 12px;
}
#main p {
  color: #666666;
  font-size: 12px;
  border-bottom: dotted 1px #000000;
}
a {
	color: #ffffff;
	font-size: 12px;
	text-decoration: none;  
}
a:hover {
  color: #FF0000;
}
/* ナビメニュー */
#navi {
  width: 799px;
  height: 25px;
  background-image: url(image/button.jpg);
  border-right: solid 1px #000000;
}
#navi li {
  display: inline;
}
#navi li .top {
  border-left: solid 1px #000000;
}
#navi a {
	color: #666666;
	font-size: 12px;
	text-decoration: none;
	text-align: center;
	background-image: url(image/button.jpg);
	display: block;
	border-left: solid 1px #000000;
	line-height: 25px;
	float: left;
	width: 132px;
}
#navi a:hover {
  color: #000000;
  background-image: url(image/button.jpg);
  background-position: 0 -30px;
}

