﻿
/* 一括で全ての要素の余白をゼロに指定 */
* {
  margin: 0;
  padding: 0;
}

/* 全体的なリンク */

a:link {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #6699FF;

}

a:visited { 
	text-decoration: none;
}

/* -------------------------------------------------------------
   [1] レイアウトに関する指定 */
body {
	font-size: 80%;
	text-align: center;
	font-family: Verdana, "ＭＳ Ｐゴシック", sans-serif;
	padding: 0;
	margin: 0;
	background-color: #ECEFF0;
	color: #808080;
	background-image: url('images/bg01.gif');
	height: 100%;
}
html {
	font-size: 80%;
	text-align: center;
	font-family: Verdana, "ＭＳ Ｐゴシック", sans-serif;
	padding: 0;
	margin: 0;
	background-color: #ECEFF0;
	color: #808080;
	background-image: url('images/bg01.gif');
	height: 100%;
}
#wrapper {
	text-align: center;
	width: 780px;
	margin: 0px auto 0px auto;
	padding: 0px;
	min-height:100%;
	height:auto !important;
	height:100%;
	margin:0 auto;
	position:relative;
	background-color: #FFFFFF;
	border-right-style: solid;
	border-left-style: solid;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-color: #C0C0C0;
	border-left-color: #C0C0C0;
}

#header {
	margin: 0px auto 0px auto;
	width: 740px;
	height: 65px;
	position: relative;
}

#footer {
	width: 740px;
	height: 100px;
	border-top-style: solid;
	border-top-width: 2px;
	border-top-color: #1D90D6;
	clip: rect(auto, auto, 0px, auto);
	margin-right: auto;
	margin-left: auto;
	position: absolute
	bottom: 0
}
* html #footer {
bottom:expression(document.getElementById("wrapper").offsetHeight % 2 == 0 ? 0 : -1);
}


/* -- 見出しレベル1 -- */
h1 {
	font-size: 95%;
	font-weight: normal;
	color: #666666;
	float: right;
	margin-top: 20px;
}

/* -- 企業名 ショップ名 サイト名 -- */

.logo a {
  text-decoration: none;
  color: #006600;
}


/* -- 見出し -- */
h6 {
  font-size: 120%;
  font-weight: normal;
  height: 50px;
  padding-top: 10px;
  padding-left: 10px;
  background: url(images/bg-h.gif) no-repeat 0 0;
}

h5 {
  font-size: 120%;
  font-weight: normal;
  height: 50px;
  padding-top: 10px;
  padding-left: 10px;
  background: url(images/bg-h.gif) no-repeat 0 0;
}

h4 {
  font-size: 120%;
  font-weight: normal;
  height: 50px;
  padding-top: 10px;
  padding-left: 10px;
  background: url(images/bg-h.gif) no-repeat 0 0;
}

h3 {
  font-size: 120%;
  font-weight: normal;
  height: 50px;
  padding-top: 10px;
  padding-left: 10px;
  background: url(images/bg-h.gif) no-repeat 0 0;
}

h2 {
	font-size: 120%;
	font-weight: bold;
	padding-left: 10px;
	background: 0 0;
	text-align: left;
	line-height: 30px;
	width: 550px;
	background-image: url('images/tbg01.gif');
	border-left-style: solid;
	border-left-width: 2px;
	border-left-color: #60AFFF;
	height: 30px;
}

h6 { margin-top: 50px; }

h5 { margin-top: 50px; }

h4 { margin-top: 50px; }

h3 { margin-top: 50px; }

/* -- 文字 -- */
#contents p {
  line-height: 1.6em;
  margin-bottom: 0.5em;
}


#footer p { text-align: center; }

/* -------------------------------------------------------------
   [6] CSSデザインサンプルリンク指定 */

#heade-image {
	margin: 0px auto 15px auto;
	width: 740px;
	height: 220px;
}
#main {
	width: 740px;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 10px;
	text-align: left;
	font-size: 16px;
}
#menu {
	margin: 0px auto 5px auto;
	padding: 0px;
	width: 740px;
	height: 26px;
}
.logo {
	float: left;
	margin-top: 17px;
}
.menu_list {
	padding: 0px;
	border-bottom: 1px dotted #CCC;
	display: block;
	text-align: left;
	font-size: 110%;
	width: 190px;
	line-height: 160%;
	margin-left: 15px;
}
.menu_title {
	border-width: 0px 1px 1px 1px;
	border-style: solid;
	border-top: none;
	background: url("images/menu-title-bg01.gif") repeat-x 0 0 #EEE;
	padding: 5px 0 5px 6px;
	margin: 0px 0 5px 0;
	line-height: 115%;
	border-right-color: #E4E4E4;
	border-bottom-color: #E4E4E4;
	border-left-color: #E4E4E4;
}
.menu_title_header {
	border-left: 2px solid #F00;
	padding-left: 5px;
	font-weight: bold;
	text-align: left;
	border-left-width: 3px;
	border-left-color: #3399FF;
	font-size: 110%;
}
img {
	border-style: 0;
	border-color: 0;
	border-width: 0px;
}
.menu_list a:hover {
	display: block;
	text-align: left;
	font-size: 100%;
	width: 190px;
	background-color: #F4FDFF;
	line-height: 160%;
}
.menu_list a {
	display: block;
	text-align: left;
	font-size: 100%;
	width: 190px;
	line-height: 160%;
	text-decoration: none;
}

}
.clear-both {
	clear: both;
}

.footer_right {
	width: 200px;
	float: right;
	padding-top: 3px;
	text-align: left;
}
.footer_left {
	width: 500px;
	float: left;
	margin-right: auto;
	margin-left: auto;
	padding-top: 6px;
	padding-left: 10px;
	text-align: left;
}
.footer_left a:hover {
	text-decoration: underline;
	color: #FF5050;
}
#pan a:hover {
	text-decoration: underline;
}
li{
  float:left; 
  padding : 0;
  margin : 0;
}
ul{
  list-style : none;
  padding : 0;
  margin : 0;
}

.contents_top_title_header img {
	text-align: left;
	vertical-align: bottom;
}

.news_list {
	width: 500px;
	margin-left: 15px;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #6666FF;
	padding-top: 3px;
	padding-bottom: 3px;
}
.news_list a:hover {
	color: #FF8F59;
}
.clear-both30 {
	clear: both;
	height: 30px;
}
#text {
	width: 550px;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 10px;
	text-align: left;
	font-size: 14px;
	line-height: 20px;
}
#table-01 td {
	padding: 0px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #0000FF;
}
#table-01 {
	line-height: 26px;
}
.products-01 {
	padding: 5px;
	background-color: #E0E0E0;
	font-size: 11px;
	color: #333333;
	line-height: 14px;
}
.products-01 a:hover {
	text-decoration: underline;
	color: #FF5050;
}

.list-01 {
	padding: 1px;
	background-color: #FF3300;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	border: 2px solid #FFFFFF;
	line-height: 25px;
}
.list-a {
	background-color: #84A4C8;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	line-height: 20px;
	font-size: 14px;
}
.list-b {
	background-color: #66CCFF;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
}
.list-text-nomal {
	color: #333333;
	line-height: 16px;
	font-size: 10px;
	vertical-align: top;
}
.list-text-nomal a:hover {
	text-decoration: underline;
	color: #FF5050;
}

.list-c {
	background-color: #D98CB8;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 11px;
	line-height: 20px;
	text-align: center;
}
.list-d {
	background-color: #5CC07D;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 10px;
	line-height: 20px;
	text-align: center;
}
.list-e {
	background-color: #937DDB;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
}
.list-left {
	vertical-align: top;
}
.list-f {
	background-color: #85A659;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
}
.list-g {
	background-color: #CE9E64;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
}
.list-h {
	background-color: #999999;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
}
