﻿@charset "utf-8";
/* CSS Document */

/* リセット
-------------------------------------------------- */

body,
div,
ul, ol, li,
dl, dt, dd,
h1, h2, h3, h4, h5, h6,
pre,
form, fieldset, input, textarea,
p, blockquote,
th, td {
	margin: 0;
	padding: 0;
}

li {
	list-style: none;
	line-height: 5px;
}

img {
	border: none;
}

address, em {
	font-style: normal;
}body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 11px;
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/bg_body.gif);
	background-repeat: repeat;
	color: #333;
}

#menu {
  width: 938px;
  height: 30px;
  padding: 0;
  margin: 0;
  list-style-type: none;
  background: #000000;
}
#menu li {
  width: 134px;
  float: left;
  padding: 0;
  margin: 0;
  text-align: center;
}
#menu li a {
  width: auto;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  margin: 0;
  padding: 12px 0;
  text-decoration: none;
  display: block;
}
#menu li a:hover {
  background: gray;
}


#header {
	margin: 0px;
	height: 60px;
	background-repeat: repeat;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#header ul li {
	float: left;
}
#main {
	height: 550px;
	padding-bottom: 30px;
	background-image: url(../images/bg_news3.png);
	background-repeat: no-repeat;
}
#main2 {
	height: 450px;
	width: 940px;
}
#wrapper table {
	width: 940px;
}


#main #migi table {
	width: 340px;
}
#migi {
	float: right;
	width: 380px;
	height: 550px;
	padding-top: 10px;
}

#hidari {
	height: 120px;
	width: 310px;
	float: left;
	padding-top: 430px;
	padding-left: 120px;
	font-size: 11px;
	line-height: 24px;
	padding-right: 50px;
}
.news {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000;
	text-indent: 10px;
	margin-bottom: 5px;
}

.yoxview {
	float: right;
	height: 420px;
	width: 690px;
	padding-top: 30px;
}
#td1 {
	vertical-align: top;
	padding: 5px;
	text-align: center;
}

#h1 {
	height: 10px;
}
#imagespace {
	text-align: center;
}

#pagetitle {
	height: 80px;
	background-image: url(../images/bg_pagetitle.gif);
	background-repeat: no-repeat;
	background-position: top;
	padding-left: 480px;
	padding-top: 120px;
}
#wrapper {
	width: 940px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
	height: auto;
	background-image: url(../images/bg_top_wrapper2.gif);
	background-repeat: no-repeat;
	background-position: top;
}
#footer {
	height: 50px;
	text-align: center;
	background-position: center top;
}
#footer #footer2 {
	width: 940px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 50px;
	padding-top: 0px;
	padding-bottom: 30px;
	color: #000000;
}

.title {
	font-size: 12px;
	color: #333;
	text-indent: 5pt;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #333;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-bottom: 2px;
}
#h1 em {
	font-size: 9px;
	visibility: hidden;
}
.pickup {
	margin-top: 6px;
	margin-bottom: 0px;
}
#main #migi table tr #onepoint {
	width: 55px;
}
a:link {
	color: #009999;
}
a:visited {
	color: #009999;
}
