@charset "shift_jis";
/* CSS Document */

/*初期化*/

body {
	text-align:center;
	margin:0px;
	padding:0px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-image: url(../img/bg.jpg);
	background-repeat: repeat;
	background-position: center top;	
}

p, h1, h2, h3, h4, h5, h6, a, th, td, li, div {
	font-size:13px;
	color:#333;
	font-weight:normal;
	margin:0px; padding:0px;
}

ul, li {
	margin:0px; padding:0px;
	list-style-type:none;
	line-height:0px;
}

img {
	border:none;
}

a {
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}


/* 定番スタイル */
.tbl01 {}
.tbl01 th {
	font-weight:bold;
}
.tbl01 td {}
.tbl01 th,
.tbl01 td {
	padding:5px;
	border-bottom:1px dashed #CCCCCC;
}

/*パターン02*/
.tbl02 {
	border-left:1px solid #CCC;
	border-bottom:1px solid #CCC;
}
.tbl02 th {
	background-color: #F5F5F5;
}
.tbl02 td {}
.tbl02 th,
.tbl02 td {
	padding:5px;
	border-right:1px solid #CCC;
	border-top:1px solid #CCC;
}

/*パターン03*/
.tbl03 {}
.tbl03 th {}
.tbl03 td {}
.tbl03 th,
.tbl03 td {
	padding:5px;
	border-bottom:1px solid #CCCCCC;
}

/*パターン04*/
.tbl04 {}
.tbl04 th {}
.tbl04 td {}
.tbl04 th,
.tbl04 td {
	padding:5px;
}

.tbl05 th,
.tbl05 td {
	padding:3px;
}

/*定義パターン01*/

.dl01 {
	border-bottom:1px solid #CCC;
}
.dl01 dt {
	font-weight:bold;
}
.dl01 dt,
.dl01 dd {
	text-align:left;
	margin:0px;
	padding:2px 0;
}
dd.dd-hinshu {}
dd.dd-sanchi {}
dd.dd-disp {}
dd.dd-price {
	text-align:right;
	color:#FF0000;
}

/*サブメニュー01*/
.submenu01 {
	width:100%;
}

.submenu01 li {
	float:left;
	height:15px;
	width:100px;
	padding-left:10px;
	text-align:left;
	margin-bottom:5px;
	background-image: url(../img/yajirushi01.png);
	background-repeat: no-repeat;
	background-position: left center;
}
.submenu01 li._end {
	background-image:none;
	clear:left;
}

/*フッターメニュー*/

#myfmenu {}
#myfmenu li {
	display:inline;
	margin-right:5px;
	padding-right:5px;
	border-right:1px solid #000;
}
#myfmenu li,
#myfmenu li a {
	color:#000000;
}
#myfmenu li._last {
	margin-right:0px;
	padding-right:0px;
	border-right: none;
}

/* フロート設定初期化 */
._left {
	width:50%;
	float:left;
}
._right {
	width:50%;
	float:left;
}
._clear {
	clear:left;
}


/* ↓↓　ここから開始 ↓↓ */
div.baloon {
   font-size: 11px;
   color: #900;
   position: absolute;
   padding-left: 5px;
   background: url("../img/baloon.gif") no-repeat top left;
   z-index: 1;
}

div.baloon span {
	color:#FF0000;
}

div.baloon a {
   color: blue;
   text-decoration: none;
   padding: 2px;
   margin-right: 2px;
}

div.baloon a:hover {
   background-color: #eef;
}

div.baloon div {
   background: url("../img/baloon_right.gif") no-repeat top right;
   padding: 7px 7px 14px 0;
   white-space: nowrap;
}
/* ↑↑　ここまで ↑↑ */