@charset "shift_jis";
@import url("./css/commonstyles.css");

body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	color: #333333;
	font-size: 0.8em;
	line-height: 1.6em;
	background-image: url(./img/bg.jpg);
	background-repeat: repeat-x;
}
div, p, h1, h2, h3, h4, h5, h6 {
	text-align: left;
	margin: 0px;
	padding: 0px;
	display: block;
}

/* -------- 見出しタグ
フォントを通常のものにしたい場合は、
中のスタイルを削除する */
h1, h2, h3, h4, h5, h6, .title ,.menutitle{
	/* font-weight:bold; */
}
h1, h2, h3 {
	clear: both;
}

/* -------- 記事内の見出しタグ
H4〜H6タグだけ通常のフォントにしたい場合は、
コメントアウトを削除 */
#main h4,#main h5,#main h6{
	/* font-family:sans-serif;
	font-weight:bold; */
}

/* -------- リンク */
a,a:visited{
	color:#0000FF;
}
a:hover{
	color:#FF0000;
}
a img {
  border: none;
  text-decoration: none;
}
/* ---------------- 画像 */
a img{
	border:none;
}
.txt-img img{
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
/* -------- 強調 */
strong {
  margin: 0 0.2em;
  padding: 0;
  font-weight: bold;
}
/* -------- 斜体 */
em {
  margin: 0 0.2em;
  padding: 0;
  font-weight: normal;
  text-decoration: underline;
}
/* ---------------- リスト */
ul, ol {
  display: block;
  _margin-left:0;
  _margin-right:0;
}
dl{
	margin:0;
	padding:0;
}
ul {
	margin-top: 10px;
	margin-bottom: 10px;
	_margin-left: 20px;
	_padding-left: 20px;
}
ol {
	list-style-type: decimal;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	_margin-left: 30px;
	_padding-left: 20px;
}
*:first-child+html ol{
	margin-left: 30px;
	padding-left: 20px;
}
li {
	display: list-item;
	margin: 0;
}
ul li {
	list-style-type: disc;
}

p {
	width: auto;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}
/* ---------------- 基本レイアウト */
#container {
	width: 900px;
	_width:810px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
}
#top {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#top .inner {
	height: 120px;
	position: absolute;
	top: 20px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#top .title {
	font-size: 25px;
	line-height: 40px;
	font-family: 'HGP創英角ｺﾞｼｯｸUB', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W6', sans-serif;
	color: #666666;
	padding-left: 30px;
	background-image: url(./img/logo.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	margin-right: 10px;
	margin-left: 10px;
}
#top .title a {
	color: #666666;
	text-decoration: none;
}

#topmenu {
	height: 64px;
	position: absolute;
	top: 75px;
	width: 900px;
	background-image: url(./img/topmenu_item_bg.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 2px;
}
#topmenu span a {
	display: block;
	width: 20%;
	_width:19%;
	height: 64px;
	line-height: 64px;
	text-align: center;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(./img/topmenu_item_bg.gif);
	background-repeat: no-repeat;
	background-position: left center;
	font-weight: bold;
	float: left;
}
#topmenu span a:hover {
	background-image: url(./img/topmenu_item_hover.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
#header {
	height: 200px;
	background-image: url(img/header.jpg);
	overflow:hidden;
	background-repeat: no-repeat;
	background-position: left top;
	width: auto;
margin-bottom:15px;
}
#headertext {
	font-size: 12px;
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 20px;
}
#siteNavi {
	margin-bottom:5px;
	margin-top: 5px;
	line-height: 24px;
	font-size: 12px;
}

#contents {
	_height:10px;
	min-height:400px;
	width: 900px;
	padding: 0px;
	margin-top: 140px;
	_margin-top:0;
	_padding-top:140px;
}
*:first-child+html #contents{
	margin-top:0;
	padding-top:140px;
}
#menu:after,#contents:after{
	height: 1px;
	overflow: hidden;
	content: "";
	display: block;
	clear: both;
}

#footer {
	text-align: center;
	color: #FFFFFF;
	background-image: url(img/footer.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	padding-top: 5px;
	overflow: hidden;
	height: 120px;
	background-color: #333333;
	margin:0;
	padding:10px;
	position: relative;
	top: 20px;
	clear: both;
}
#footer a{
	color: #FFFFFF;
	text-decoration: none;
}

.FloatEnd {
	clear: both;
	display: block;
	height: 1px;
}

/* ---------------- 見出し */
h1 {
	font-size: 10px;
	line-height: 20px;
	color: #B9B9B9;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	position: absolute;
	top: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

#main h2{
	font-family: 'HGP創英角ｺﾞｼｯｸUB', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W6', sans-serif;
	font-weight:normal;
	font-size: 17px;
	line-height: 36px;
	color: #333333;
	background-image: url(./img/h2.jpg);
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 2px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 35px;
}
#main h3 {
	font-size: 16px;
	line-height: 32px;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(img/h3.jpg);
	margin-bottom: 5px;
	margin-top: 15px;
	text-indent:20px;
	color: #333333;
	height: 35px;
}

#main h4  {
	font-size: 16px;
	line-height: 15px;
	margin-top: 15px;
	margin-bottom: 10px;
	background-image: url(./img/h4.jpg);
	background-repeat: no-repeat;
	background-position: 0px bottom;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
}

#main  h5{
	background-image: url(img/h5.jpg);
	background-position: 3px center;
	background-repeat: no-repeat;
	font-size: 15px;
	line-height:22px;
	text-indent: 28px;
	margin-top: 10px;
	margin-bottom: 5px;
}
#main  h6{
	background-image: url(img/h6.jpg);
	background-repeat: no-repeat;
	background-position: 5px center;
	padding-left: 20px;
	font-size: 14px;
}
#topnavi {
	float: right;
	width: 900px;
	position: absolute;
	display:inline;
	top: -15px;
}
#topnavi span a {
	background-image: url(./img/topnavi_list.gif);
	background-repeat: no-repeat;
	display: block;
	float: right;
	background-position: left center;
	padding-left: 20px;
	color: #333333;
	padding-right: 15px;
}

#bottommenu {
	text-align: center;
	line-height: 26px;
	margin-bottom: 20px;
	background-image: url(./img/bottom_line.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-bottom: 5px;
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 8px;
}
#bottommenu a {
	padding-right: 10px;
	padding-left: 10px;
	background-image: url(./img/line.gif);
	background-position: right center;
	background-repeat: no-repeat;
	width: 160px;
	display: inline;
}
#bottommenu a:hover {
	text-decoration: underline;
}
#main  h6,#entrylist dt  {
	font-size: 15px;
	line-height: 20px;
	margin-top: 6px;
	margin-bottom: 6px;
}
#main #sitemaps h4 {
	line-height: 18px;
	text-decoration: none;
	padding: 0 0 0 20px;
	font-weight: bold;
	margin:5px 0;
	background-image: url(img/h6.jpg);
	font-family: sans-serif;
	background-repeat: no-repeat;
	background-position: 5px center;
}
#main #sitemaps h4 a{
	color:#333333;
	text-decoration:none;
}
#main #sitemaps h4 a:hover{
	color:#FF0000;
	text-decoration:underline;
}
#sitemaps hr {
	font-size: 2px;
	height: 2px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #CCCCCC;
	margin-bottom: 10px;
	color: #FFFFFF;
}
#main  .topbox {
	width: 48%;
	float: left;
	font-size: 12px;
	background-color: #FFFFFF;
	line-height: 130%;
	overflow: hidden;
	margin-top: 6px;
	margin-right: 1%;
	margin-bottom: 6px;
	margin-left: 1%;
	_margin-left:0px;
	_margin-right:0px;
}
#main .topbox .t_border{
	height:150px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #E9E9E9;
	border-left-color: #E9E9E9;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #B4B4B4;
	border-bottom-color: #B4B4B4;
}
#main  .topbox  h4 {
	font-size: 14px;
	line-height: 32px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-indent: 10px;
	background-image: url(./img/topbox_h4.jpg);
	background-position: left top;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 28px;
}
#main  .topbox .img-l,#main  .topbox .img-c,#main  .topbox .img-r {
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	padding: 1px;
	border: 1px solid #CCCCCC;
}
#main  .topbox .img-l{float:left}
#main  .topbox .img-r{float:right}
#main  .topbox .img-c{display:block;text-align:center;border:0}

#main .topbox .inner {
	padding-top: 8px;
	padding-right: 15px;
	padding-bottom: 8px;
	padding-left: 15px;
	color: #666666;
}

/* ---------------- コンテンツ */
#text1, #text2, #text3, #text4, #text5, #text6, #text7, #text8, #text9, #text10 {
	margin-bottom: 25px;
	padding: 10px;
}
.menubox {
	margin-bottom: 20px;
}

.txt-border {
	background-image: url(img/dott.gif);
	line-height: 22px;
	font-size: 13px;
	margin: 10px;
	padding: 0px;
	background-position: 0px 5px;
}

.txt-border p {
	line-height: 22px;
	font-size: 13px;
}
.txt-grayback {
	border: 1px solid #D9D9D9;
	background-color: #EFEFEF;
}
.txt-colorback {
	background-color: #FFFFD9;
	border: 1px solid #CC0000;
}
#main div.txt-colorback,#main div.txt-grayback{
	padding:20px;
}
#entrylist   dt {
	font-weight:bold;
	font-size: 14px;
	background-image: url(img/entrylist.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 25px;
	line-height: 30px;
	margin: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
#entrylist  {
	background-image: url(img/entrylist_bg.jpg);
	padding-top: 30px;
	background-repeat: no-repeat;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
}
#entrylist .bottom {
	background-image: url(./img/entrylist_bottom.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	font-size: 10px;
	line-height: 15px;
	margin: 0px;
	_margin-left:2px;
	padding: 0px;
	height: 15px;
}
#entrylist dl {
	margin: 0px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding-top: 18px;
	padding-right: 18px;
	padding-bottom: 5px;
	padding-left: 18px;
}

#entrylist dd{
	margin:0 0 15px 10px;
	padding:0;
	font-size:12px;
	line-height:120%;
}
#sitemap {
	_height:10px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#main  #sitemap h4 {
	background-image: url(./img/entrylist.jpg);
	line-height: 20px;
	padding-left: 30px;
	background-repeat: no-repeat;
	background-position: 6px center;
	margin-top: 15px;
	margin-bottom: 0px;
}
#main  #sitemap  h4 a {
	color: #333333;
}
#sitemap span a {
	margin-right: 0px;
	margin-left: 8px;
	margin-top: 5px;
	margin-bottom: 8px;
}
#space1,#space2{
	padding: 10px;
}
#space1,#space2{
	color: #333333;
	font-size: 0.9em;
	line-height: 1.6em;
}
#space3,#space4,#space5,#space6{
	color:#333333;
}

#space3,#space4,#space5,#space6{
	margin-bottom:15px;
	background-color: #FFFFFF;
	text-align:center;
}
/* ---------------- メニュー */
#menu ul,#rmenu ul {
	list-style-type: none;
	list-style-image: none;
	padding: 2px;
	margin: 0 0 15px 0;
}
#menu  li,#rmenu li {
	list-style-type: none;
	list-style-image: none;
	margin: 0px;
	display: block;
	_display:inline;
	padding: 0px;
}
#menu  #newEntry,#rmenu #newEntry {
	background-color: #FFFFFF;
	padding: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	border: 2px solid #EFEFEF;
}
#newEntry li {
	display: block;
	border: none;
	padding-bottom: 2px;
	background-image: url(img/li.gif);
	padding-left: 15px;
	background-repeat: no-repeat;
	background-position: 5px center;
}
/*　レイアウト */
body{
}
#contents {
}

#main {
	float: left;
	width: 630px;
	min-height:600px;
	_height:600px;
}
#main .inner {
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}
#main h4, #main h4 a {
	color: #644D2E;
}

#text1 h3,#text2 h3,#text3 h3,#text4 h3,#text5 h3,#text6 h3,#text6 h3,#text7 h3,#text8 h3,#text9 h3,#text10 h3{
	position: relative;
	left: -10px;
	width: 630px;
	margin-top: 15px;
	margin-bottom: 15px;
}

#menu {
	width: 240px;
	float: right;
	padding-top: 10px;
	padding-bottom: 10px;
}

#menu h4 ,.menutitle {
	padding-left: 15px;
	line-height: 40px;
	background-image: url(img/menu_h4.jpg);
	height: 40px;
	font-size:14px;
	color: #FFFFFF;
}

#menu li a {
	line-height: 38px;
	display: block;
	font-size: 12px;
	text-decoration: none;
	color: #333333;
	background-image: url(img/menu_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0;
	background-color: #FFFFFF;
	padding-top: 5px;
	padding-right: 6px;
	padding-bottom: 5px;
	padding-left: 12px;
}

#menu li a:hover {
	background-image: url(./img/menu_bg_hover.jpg);
}

#newEntry  li a {
	color: #333333;
	display:inline;
	line-height:18px;
	border: none;
	text-decoration: underline;
	background-image: none;
}
#newEntry li a:hover {
	color: #FF0000;
	background-color: #FFF;
	background-image: none;
}
#whatsnew .top {
	background-image: url(img/whatsnew_top.jpg);
	height: 40px;
}
#whatsnew .bottom {
	background-image: url(img/whatsnew_bottom.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#whatsnew ul {
	margin: 0px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	border-right-width: 1px;
	border-left-width: 1px;
}
#whatsnew ul li {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	margin: 0px;
	padding: 0px;
	line-height: 30px;
	font-size: 13px;
	list-style-position: inside;
	text-indent: 10px;
	list-style-image: url(./img/whatsnew_li.gif);
	list-style-type: disc;
}

/* テーブル */
.tbl_det,.tbl_Pr,.tbl_Ra,.tbl_It {
	width: 100%;
	_width:95%;
	margin-right: auto;
	margin-left: auto;
}
.tbl_det,.tbl_Pr,.tbl_Ra{
	background-color: #A8A8A8;
	border: 1px solid #CCCCCC;
}
.tbl_det th,.tbl_Pr th,.tbl_Ra th{
	font-size: 12px;
	line-height: 15px;
	text-align: center;
	color: #333333;
	padding: 5px;
	background-image: url(img/dott2.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	background-color: #EFE7DA;
}

.tbl_Pr td,.tbl_Sp td,.tbl_Ra  td,.tbl_It td {
	background-color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
}
.tbl_Ra .rnkitem {
	vertical-align: top;
	text-align: left;
	font-weight: bold;
	width: 10px;
}
.tbl_det th {
	width: 30%;
}
.tbl_Ra th{
	width:50px;
}
.tbl_Pr td{
	padding:6px;
}
.tbl_Ra th {
	background-color: #FFF;
	color:#333;
	line-height:130%;
	font-family: 'HGP創英角ｺﾞｼｯｸUB', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W6', sans-serif;
	font-weight:normal;
	font-size:20px;
}
.tbl_Ra td{
	padding:10px;
	vertical-align:top;
	background-image: url(img/dott2.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}
.alt  td{
	background-color:#F5F5F5;
}
.tbl_Ra td{
	background-color:#FFFFFF;
	text-align:left;
}
.tbl_det td {
	padding: 8px;
	font-size: 13px;
	line-height: 130%;
	background-image: url(img/dott2.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	background-color: #FFFFFF;
}
.tbl_It {
	background-color: #FFFFFF;
}
.tbl_Pr a img,.tbl_Sp a img,.tbl_Ra a img,.tbl_It a img {
	border: 0;
}
.tbl_Ra h4{
	width:100%;
	border:0;
	padding: 0px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
}
.tbl_Pr .price {
	font-size: 15px;
	color: #FF0000;
	text-align: right;
	font-weight: bold;
}

.tbl_Pr .rnk{
	background-color: #EBEBEB;
	font-weight: bold;
}

.tbl_Ra .rnkitem img {
	vertical-align: top;
}

.tbl_It td {
	width: 33%;
	text-align: center;
	vertical-align: middle;
}
.tbl_It .rnkdesc {
	padding-bottom: 15px;
	vertical-align: top;
}
#main table {
	font-size: 0.8em;
}
#main    table h4  {
	text-align:left;
	background-image:none;
	background-repeat: no-repeat;
	font-size: 12px;
	width: 90%;
	margin: 0px;
	line-height: 26px;
	padding: 0px;
}
