﻿/* 基本 */
body {
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 1.4;
}
body {
	background: url('images/bg.jpg') repeat-x fixed;
}
* {
	margin: 0;
	padding: 0;
}
img {
	border: none;
}

/* IE6向け */
body {
	text-align:center;
}
div {
	text-align:left;
}

/* レイアウト */
#wrapper {
	margin: 0 auto;
	border: 3px solid #FF0000;
	width: 800px;
	background-color: #FFFFFF;
}
#content {
	width: 800px;
}
#header {
	height: 180px;
	background-image: url('images/header.jpg');
	background-repeat: no-repeat;
}
#navi {
	padding: 3px;
}
#container {
	width: 100%;
	background-image: url('images/l_bg.gif');
	background-repeat: repeat-y;
}
#primary {
	padding-bottom: 35px;
	float: right;
	width: 590px;
}
#secondary {
	float: left;
	width: 200px;
}
#footer {
	clear: both;
	background-color: #FF0000;
}

.box { 
	float: left;
}
.clear {
	clear: both;
}

/* ナビゲーションバー */
.menu {
	font-size: 14px;
	width: 200px;
}
.menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.menu li a {
	height: 26px;
	_height: 32px;
	text-decoration: none;
}
.menu li a:link {
    color: #000000;
    display: block;
    background:  url(images/menu.gif);
    padding: 6px 0 0 17px;
}
.menu li a:visited {
    color: #000000;
    display: block;
    background:  url(images/menu.gif);
    padding: 6px 0 0 17px;
}
.menu li a:hover {
    color: #FFFFFF;
    background:  url(images/menu.gif) 0 -32px;
    padding: 6px 0 0 17px;
}
.menu li a.current {
    color: #FFFFFF;
    background:  url(images/menu.gif) 0 -32px;
    padding: 6px 0 0 17px;
}

/* 見出し */
h1{
	font-size: 12px;
	color: #FFFFFF;
	font-weight: normal;
	padding-left: 5px;
	float: left;
}
h2 {
	font-size: 12px;
	font-weight: normal;
	padding-left: 18px;
	float: right;
}
#primary h2 {
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
	padding: 5px 5px 5px 15px;
	float: none;
	height: 20px;
	_height: 30px;
	background-image: url('images/h2bg.jpg');
	background-repeat: no-repeat;
}
#primary h3 {
	font-size: 14px;
	color: #333333;
	margin-left: 4px;
	padding: 3px 0 3px 6px;
	border-bottom: 1px solid #99FF00;
	border-left: 5px solid #99FF00;
}
#primary h4 {
	font-size: 14px;
	color: #333333;
	padding-left: 8px;
}
#secondary h2 {
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
	margin-bottom: 1px;
	padding: 5px 5px 5px 10px;
	float: none;
	height: 20px;	
	_height: 30px;
	background-image: url('images/h3bg.jpg');
	background-repeat: no-repeat;
}

/* テキスト */
p.sitemap {
	font-size: 12px;
	padding: 0 3px 3px 0;
	float: right;
}
p.sitemap a {
	color: #FFFFFF;
}

p {
	font-size: 14px;
	padding: 5px 8px;
}
#footer p {
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
	padding: 7px 0 5px;
}
#footer p a {
	color: #FFFFFF;
}

.right {
	text-align: right;
	padding: 5px 8px;
}
.center {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
.red {
	color: #FF0000;
}
.red_b {
	color: #FF0000;
	font-weight: bold;
}
.blue {
	color: #0000FF;
}
.blue_b {
	color: #0000FF;
	font-weight: bold;
}
.big {
	font-size: 16px;
	font-weight: bold;
}
.small {
	font-size: 12px;
}
.line {
	text-decoration: underline;
}
bold {
	font-weight: bold;
}

/* リンク */
a:link {
	color: #0000FF;
}
a:visited {
	color: #0000FF;
}
a:hover {
	text-decoration: none;
}
#footer a {
	color: #333333;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
span.link {
	text-align: right;
	padding-bottom: 5px;
	padding-left: 20px;
	background-image: url('images/control.gif');
	background-repeat: no-repeat;
}

/* リスト */
#primary ul {
	font-size: 16px;
	margin: 5px 0 5px 28px;
	list-style-type: disc;
}
#primary ul.sub {
	font-size: 14px;
	margin: 5px 0 5px 40px;
	list-style-type: circle;
}
#primary ul.kome li {
	font-size: 14px;
	text-indent: -1em;
	list-style: none;
}
#primary ol {
	font-size: 14px;
	margin: 5px 0 5px 35px;
	list-style-type: decimal;
}
dl {
	font-size: 14px;
	padding: 5px 8px;
}
dt {
	font-weight: bold;
	padding: 3px 0; 
}
dd {
	padding-left: 5px;
	padding-bottom: 5px;
}

/* 画像 */
.imgbox {
	margin: 8px;
}
.imgbox img {
	border: 1px solid #666666;
}
.imgbox img.none {
	border: none;
}
.imgbox_c {
	text-align: center;
	margin: 8px auto;
}
.imgbox_c img {
	border: 1px solid #666666;
}
.imgbox_c img.none {
	border: none;
}
.imgbox_l {
	margin: 5px 10px;
	float: left;
}
.imgbox_l img{
	border: 1px solid #666666;
}
.imgbox_l img.none {
	border: none;
}
.imgbox_r {
	margin: 5px 10px;
	float: right;
}
.imgbox_r img{
	border: 1px solid #666666;
}
.imgbox_r img.none {
	border: none;
}

/* ライン */
img.line {
	margin: 5px 0;
	clear: both;
}

/* ボックス*/
.contentsbox1 {
	float: left;
	margin: 10px;
	padding-top: 40px;
	width: 250px;
	background-image: url('images/tb_t1.gif');
	background-repeat: no-repeat;
	background-position: left top;
}
.contentbox1 {
	padding-bottom: 20px;
	width: 250px;
	background-image: url('images/tb_b1.gif');
	background-repeat: no-repeat;
	background-position: left bottom;
}
.contentbox1 p {
	font-size: 14px;
	margin: 0;
	padding-left: 12px;
	background-image: url('images/tb_bg1.gif');
	background-repeat: repeat-y;
	background-position: 0 0;
}
.contentbox1 p.right {
	font-size: 14px;
	text-align: right;
	margin-left: 0;
	padding-right: 15px;
	background-image: url('images/tb_bg1.gif');
	background-repeat: repeat-y;
	background-position: 0 0;
}

.contentsbox2 {
	float: left;
	margin: 10px;
	padding-top: 40px;
	width: 250px;
	background-image: url('images/tb_t2.gif');
	background-repeat: no-repeat;
	background-position: left top;
}
.contentbox2 {
	padding-bottom: 20px;
	width: 250px;
	background-image: url('images/tb_b2.gif');
	background-repeat: no-repeat;
	background-position: left bottom;
}
.contentbox2 p {
	font-size: 14px;
	margin: 0;
	padding-left: 12px;
	background-image: url('images/tb_bg2.gif');
	background-repeat: repeat-y;
	background-position: 0 0;
}
.contentbox2 p.right {
	font-size: 14px;
	text-align: right;
	margi: 0;
	padding-right: 15px;
	background-image: url('images/tb_bg2.gif');
	background-repeat: repeat-y;
	background-position: 0 0;
}

.contentsbox3 {
	float: left;
	margin: 10px;
	padding-top: 40px;
	width: 250px;
	background-image: url('images/tb_t3.gif');
	background-repeat: no-repeat;
	background-position: left top;
}
.contentbox3 {
	padding-bottom: 20px;
	width: 250px;
	background-image: url('images/tb_b3.gif');
	background-repeat: no-repeat;
	background-position: left bottom;
}
.contentbox3 p {
	font-size: 14px;
	margin: 0;
	padding-left: 12px;
	background-image: url('images/tb_bg3.gif');
	background-repeat: repeat-y;
	background-position: 0 0;
}
.contentbox3 p.right {
	font-size: 14px;
	text-align: right;
	margin: 0;
	padding-right: 15px;
	background-image: url('images/tb_bg3.gif');
	background-repeat: repeat-y;
	background-position: 0 0;
}

.contentsbox4 {
	float: left;
	margin: 10px;
	padding-top: 40px;
	width: 250px;
	background-image: url('images/tb_t4.gif');
	background-repeat: no-repeat;
	background-position: left top;
}
.contentbox4 {
	padding-bottom: 20px;
	width: 250px;
	background-image: url('images/tb_b4.gif');
	background-repeat: no-repeat;
	background-position: left bottom;
}
.contentbox4 p {
	font-size: 14px;
	margin: 0;
	padding-left: 12px;
	background-image: url('images/tb_bg4.gif');
	background-repeat: repeat-y;
	background-position: 0 0;
}
.contentbox4 p.right {
	font-size: 14px;
	text-align: right;
	margin-left: 0;
	padding-right: 15px;
	background-image: url('images/tb_bg4.gif');
	background-repeat: repeat-y;
	background-position: 0 0;
}
.contentsbox5 {
	margin: 10px;
	padding-top: 40px;
	clear: both;
	width: 520px;
	background-image: url('images/tb_t5.gif');
	background-repeat: no-repeat;
	background-position: left top;
}
.contentbox5 {
	padding-bottom: 20px;
	width: 520px;
	background-image: url('images/tb_b5.gif');
	background-repeat: no-repeat;
	background-position: left bottom;
}
.contentbox5 p {
	font-size: 14px;
	margin: 0;
	padding-left: 12px;
	background-image: url('images/tb_bg5.gif');
	background-repeat: repeat-y;
	background-position: 0 0;
}
.contentbox5 p.right {
	font-size: 14px;
	text-align: right;
	margin-left: 0;
	padding-right: 15px;
	background-image: url('images/tb_bg5.gif');
	background-repeat: repeat-y;
	background-position: 0 0;
}

/* テーブル */
table.shop {
	font-size: 14px;
	margin: 10px auto;
}
table.shop td {
	text-align: center;
	padding: 5px 5px 10px;
	border: 1px solid #333333;
}
div.by {
  font-size: 10px;
  text-align: right;
}
div.by a {
	color: #CCCCCC;
	text-decoration: none;
}

