@import url("design.css");
/*
  $Id: stylesheet.css,v 1.5 2003/03/14 12:46:31 hawk Exp $

  osCommerce, Open Source E-Commerce Solutions
  http://www.oscommerce.com

  Copyright (c) 2003 osCommerce

  Released under the GNU General Public License

=====================================================================
日本語のためのカスタマイズ履歴
  1. 全てののfont-familyプロパティに、Osakaを追加
       （Apple Mac/Macintosh用文字化け対策）
  2. stockWarning のfont-sizeプロパティを10から12に変更
  3. SPAN.greetUserのカラー(いらっしゃいませ○○さん)を#f0a480から#0000a0へ変更
  4. TD.smallText, SPAN.smallText のfont-sizeプロパティを10から11に変更
  5. TD.productListing-heading  のfont-sizeプロパティを10から11に変更
  6. TD.productListing-data のfont-sizeプロパティを10から11に変更
  7. TD.headerNavigation のfont-sizeプロパティを10から11に変更
  8. boxText のfont-sizeプロパティを10から11に変更
  9. infoBoxContents のfont-sizeプロパティを10から11に変更
10. orderEdit のfont-sizeプロパティを10から11に変更
11. TD.footer のfont-sizeプロパティを10から11に変更
12. TD.infoBoxHeading のfont-sizeプロパティを10から11に変更
13. TD.infoBox, SPAN.infoBox のfont-sizeプロパティを10から11に変更
14. SPAN.newItemInCart のfont-sizeプロパティを10から11に変更
15. checkoutBarFrom, .checkoutBarTo のfont-sizeプロパティを10から11に変更
16. checkoutBarCurrent のfont-sizeプロパティを10から11に変更
=====================================================================
*/

/* ---------------------------
左右のボックス：通常
--------------------------- */
.boxText {  font-family: Osaka, Verdana, Arial, sans-serif;  /* フォントファミリ */
font-size: 11px;                                 /* フォントサイズ */
}
/* ---------------------------
左右のボックス：エラー
--------------------------- */
.errorBox {  font-family: Osaka, Verdana, Arial, sans-serif;  /* フォントファミリ */
font-size : 10px;                                /* フォントサイズ */
  background: #ffb3b5;                             /* 背景色 */
  font-weight: bold;                               /* フォント太さ */
}
/* ---------------------------
「カートには何が入っている?」ページでカタログの在庫が無い時に表示するメッセージ
--------------------------- */
.stockWarning {  font-family: Osaka, Verdana, Arial, sans-serif;  /* フォントファミリ */
font-size : 12px;                                /* フォントサイズ */
  color: #cc0033;                                  /* フォントカラー */
}
/* ---------------------------
調査中
--------------------------- */
.productsNotifications {
  background: #f2fff7;                             /* 背景色 */
}
/* ---------------------------
「ご注文の最終確認」ページ「変更」文字
--------------------------- */
.orderEdit {  font-family: Osaka, Verdana, Arial, sans-serif;  /* フォントファミリ */
font-size : 11px;                                /* フォントサイズ */
  color: #70d250;                                  /* フォントカラー */
  text-decoration: underline;                      /* テキストの装飾 */
}
/* ---------------------------
BODY：ボディ
--------------------------- */
BODY {
	background-color: #FFFFFF;
	margin: 0px;
	color: #656565;
	text-align:center;
}
/* ---------------------------
A：リンク（通常）
--------------------------- */
A { 
  color: #2864B4;                                  /* フォントカラー */
  text-decoration: none;                           /* テキストの装飾 */
}
/* ---------------------------
A：リンク（カーソルが上に乗ったとき）
--------------------------- */
A:hover { 
  color: #2864B4;                                  /* フォントカラー */
  text-decoration: underline;                      /* テキストの装飾 */
}
/* ---------------------------
FORM：フォーム
--------------------------- */
FORM {
  display: inline;                                 /* インラインボックス */
}
/* ---------------------------
TR：ヘッダー（ショップ名）
--------------------------- */
TR.header {
  background: #ffffff;                             /* 背景色 */
}
/* ---------------------------
TR：ヘッダー（ナビゲーション）
--------------------------- */
TR.headerNavigation {
  background: #bbc3d3;                             /* 背景色 */
}
/* ---------------------------
TD：ヘッダー（ナビゲーション）
--------------------------- */
TD.headerNavigation {  font-family: Osaka, Verdana, Arial, sans-serif;  /* フォントファミリ */
font-size: 10px;                                 /* フォントサイズ */
  background: #FFFFFF;                             /* 背景色 */
  color: #029DBB;                              /* フォント太さ */
}
/* ---------------------------
A：ヘッダー（ナビゲーションのリンク）
--------------------------- */
A.headerNavigation { 
  color: #029DBB;                                  /* フォントカラー */
}
/* ---------------------------
A：ヘッダー（ナビゲーション・カーソルが上に乗ったとき）
--------------------------- */
A.headerNavigation:hover {
  color: #029DBB;                                  /* フォントカラー */
}
/* ---------------------------
TR：ヘッダー（エラー）
--------------------------- */
TR.headerError {
  background: #ff0000;                             /* 背景色 */
}
/* ---------------------------
TD：ヘッダー（エラー）
--------------------------- */
TD.headerError {
  font-family: Osaka, Verdana, Arial, sans-serif; /* フォントファミリ */
  font-size: 12px;                                 /* フォントサイズ */
  background: #ff0000;                             /* 背景色 */
  color: #ffffff;                                  /* フォントカラー */
  font-weight : bold;                              /* フォント太さ */
  text-align : center;                             /* 横位置 */
}
/* ---------------------------
TR：ヘッダー（メッセージ）
--------------------------- */
TR.headerInfo {
  background: #00ff00;                             /* 背景色 */
}
/* ---------------------------
TD：ヘッダー（メッセージ）
--------------------------- */
TD.headerInfo {
  font-family: Osaka, Verdana, Arial, sans-serif; /* フォントファミリ */
  font-size: 12px;                                 /* フォントサイズ */
  background: #00ff00;                             /* 背景色 */
  color: #ffffff;                                  /* フォントカラー */
  font-weight: bold;                               /* フォント太さ */
  text-align: center;                              /* 横位置 */
}
/* ---------------------------
TR：フッター
--------------------------- */
.footer {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #325082;
}
/* ---------------------------
TD：フッター
--------------------------- */
TD.footer {  font-family: Osaka, Verdana, Arial, sans-serif;  /* フォントファミリ */
  font-size: 10px;                                 /* フォントサイズ */
  color: #ffffff;                                  /* フォントカラー */
}
/* ---------------------------
TABLE：情報ボックス
--------------------------- */
.infoBox {
  background: #b6b7cb;                             /* 背景色 */
}
/* ---------------------------
TABLE：情報ボックス（コンテンツ）
--------------------------- */
.infoBoxContents {
  background: #FFFFFF;                             /* 背景色 */  font-family: Osaka, Verdana, Arial, sans-serif;  /* フォントファミリ */
font-size: 11px;                                 /* フォントサイズ */
}
/* ---------------------------
調査中
--------------------------- */
.infoBoxNotice {
  background: #FF8E90;                             /* 背景色 */
}
/* ---------------------------
調査中
--------------------------- */
.infoBoxNoticeContents {
  background: #FFE6E6;                             /* 背景色 */  font-family: Osaka, Verdana, Arial, sans-serif;  /* フォントファミリ */
font-size: 10px;                                 /* フォントサイズ */
}
/* ---------------------------
TD：情報ボックス（タイトル）
--------------------------- */
TD.infoBoxHeading {  font-family: Osaka, Verdana, Arial, sans-serif;  /* フォントファミリ */
font-size: 11px;                                 /* フォントサイズ */
  font-weight: bold;                               /* フォント太さ */
  background: #bbc3d3;                             /* 背景色 */
  color: #ffffff;                                  /* フォントカラー */
}
/* ---------------------------
TD,SPAN：情報ボックス（情報・メッセージ）
--------------------------- */
TD.infoBox, SPAN.infoBox {  font-family: Osaka, Verdana, Arial, sans-serif;  /* フォントファミリ */
font-size: 11px;                                 /* フォントサイズ */
}
/* ---------------------------
TR：奇数行
--------------------------- */
TR.accountHistory-odd, TR.addressBook-odd, TR.alsoPurchased-odd, TR.payment-odd, TR.productListing-odd, TR.productReviews-odd, TR.upcomingProducts-odd, TR.shippingOptions-odd {
  background: #f4f7fd;                             /* 背景色 */
}
/* ---------------------------
TR：偶数行
--------------------------- */
TR.accountHistory-even, TR.addressBook-even, TR.alsoPurchased-even, TR.payment-even, TR.productListing-even, TR.productReviews-even, TR.upcomingProducts-even, TR.shippingOptions-even {
  background: #ffffff;                             /* 背景色 */
}
/* ---------------------------
TR：カタログ一覧（タイトル）
--------------------------- */
TR.productListing-heading {
  background: #d2e9fb;                             /* 背景色 */
}
/* ---------------------------
TD：カタログ一覧（タイトル）
--------------------------- */
TD.productListing-heading {  font-family: Osaka, Verdana, Arial, sans-serif;  /* フォントファミリ */
font-size: 11px;                                 /* フォントサイズ */
  background: #d2e9fb;                             /* 背景色 */
  color: #656565;                                  /* フォントカラー */
  font-weight: bold;                               /* フォント太さ */
  font-variant: small-caps;                        /* 文字異体（全て大文字にする） */
}
/* ---------------------------
TD：カタログ一覧（データ）
--------------------------- */
TD.productListing-data {  font-family: Osaka, Verdana, Arial, sans-serif;  /* フォントファミリ */
font-size: 11px;                                 /* フォントサイズ */
}
/* ---------------------------
A：ページリンク（通常）
--------------------------- */
A.pageResults { 
  color: #4797BB;                                  /* フォントカラー */
}
/* ---------------------------
A：ページリンク（カーソルが上に乗ったとき）
--------------------------- */
A.pageResults:hover { 
  color: #4797BB;                                  /* フォントカラー */
}
/* ---------------------------
TD：ページヘッダ
--------------------------- */
TD.pageHeading, DIV.pageHeading, H1.pageHeading {
	font-family: Osaka, Verdana, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #516182;
	margin-top: 17px;
	margin-bottom: 10px;
	background-image: url(images/design/contents/headding_title.jpg);
	background-repeat: no-repeat;
	padding-left: 13px;
	/*width:518;*/
	height: 25px;
	padding-top: 3px;
}
TD.pageHeading_long, DIV.pageHeading_long, H1.pageHeading_long {
	font-family: Osaka, Verdana, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #516182;
	margin-top: 17px;
	margin-bottom: 10px;
	background-image: url(images/design/contents/headding_title_long.jpg);
	background-repeat: no-repeat;
	padding-left: 13px;
	height: 25px;
	padding-top: 3px;
}


/* ---------------------------
TR：サブバー（未使用）
--------------------------- */
TR.subBar {
  background: #f4f7fd;                             /* 背景色 */
}
/* ---------------------------
TD：サブバー（未使用）
--------------------------- */
TD.subBar {  font-family: Osaka, Verdana, Arial, sans-serif;  /* フォントファミリ */
font-size: 10px;                                 /* フォントサイズ */
  color: #000000;                                  /* フォントカラー */
}
/* ---------------------------
TD：メイン
--------------------------- */
TD.main, P.main {  font-family: Osaka, Verdana, Arial, sans-serif;  /* フォントファミリ */
font-size: 11px;                                 /* フォントサイズ */
  line-height: 1.5;                                /* 行の高さ */
}
/* ---------------------------
TD,SPAN：小さい文字（メッセージ）
--------------------------- */
TD.smallText, SPAN.smallText, P.smallText {
	font-family: Osaka, Verdana, Arial, sans-serif;
	font-size: 10px;
	line-height: 1.5;
}TD.smallText strong{
	font-weight:normal;
	color:#666;
	}
/* ---------------------------
TD：アカウントカテゴリー
--------------------------- */
TD.accountCategory {  font-family: Osaka, Verdana, Arial, sans-serif;  /* フォントファミリ */
font-size: 13px;                                 /* フォントサイズ */
  color: #aabbdd;                                  /* フォントカラー */
}
/* ---------------------------
TD：フィールド（キー）
--------------------------- */
TD.fieldKey {  font-family: Osaka, Verdana, Arial, sans-serif;  /* フォントファミリ */
font-size: 12px;                                 /* フォントサイズ */
  font-weight: bold;                               /* フォント太さ */
}
/* ---------------------------
TD：フィールド（値）
--------------------------- */
TD.fieldValue {  font-family: Osaka, Verdana, Arial, sans-serif;  /* フォントファミリ */
font-size: 12px;                                 /* フォントサイズ */
}
/* ---------------------------
TD：一覧表の項目名
--------------------------- */
TD.tableHeading {  font-family: Osaka, Verdana, Arial, sans-serif;  /* フォントファミリ */
font-size: 12px;                                 /* フォントサイズ */
  font-weight: bold;                               /* フォント太さ */
}
/* ---------------------------
SPAN：情報ボックス（新しくカートに入れたカタログ）
--------------------------- */
SPAN.newItemInCart {  font-family: Osaka, Verdana, Arial, sans-serif;  /* フォントファミリ */
font-size: 11px;                                 /* フォントサイズ */
  color: #ff0000;                                  /* フォントカラー */
}
/* ---------------------------
CHECKBOX, INPUT, RADIO, SELECT：FORMの入力・選択項目
--------------------------- */
CHECKBOX, INPUT, RADIO, SELECT {  font-family: Osaka, Verdana, Arial, sans-serif;  /* フォントファミリ */
font-size: 11px;                                 /* フォントサイズ */
}

/* ---------------------------
TEXTAREA：FORMの入力項目
--------------------------- */
TEXTAREA {
  width: 100%;  font-family: Osaka, Verdana, Arial, sans-serif;  /* フォントファミリ */
font-size: 11px;                                 /* フォントサイズ */
}
/* ---------------------------
SPAN：トップページのメッセージ（こんにちは、○○さん～）
--------------------------- */
SPAN.greetUser {  font-family: Osaka, Verdana, Arial, sans-serif;  /* フォントファミリ */
font-size: 12px;                                 /* フォントサイズ */
  color: #0000a0;                                  /* フォントカラー */
  font-weight: bold;                               /* フォント太さ */
}
/* ---------------------------
TABLE：フォームエリア（境界線）
--------------------------- */
TABLE.formArea {
  background: #FFFFFF;                             /* 背景色 */
  border-color: #E8E8E8;                           /* 境界線の色 */
  border-style: solid;                             /* 境界線のスタイル */
  border-width: 1px;                               /* 境界線の幅 */
}
/* ---------------------------
TD：フォームエリア（タイトル）
--------------------------- */
TD.formAreaTitle {
  font-family: Osaka, Verdana, Arial, sans-serif; /* フォントファミリ */
  font-size: 12px;                                 /* フォントサイズ */
  font-weight: bold;                               /* フォント太さ */
}
/* ---------------------------
SPAN：マーク（在庫切れ）
--------------------------- */
SPAN.markProductOutOfStock {
  font-family: Osaka, Verdana, Arial, sans-serif; /* フォントファミリ */
  font-size: 12px;                                 /* フォントサイズ */
  color: #c76170;                                  /* フォントカラー */
  font-weight: bold;                               /* フォント太さ */
}
/* ---------------------------
SPAN：特価カタログ価格
--------------------------- */
SPAN.productSpecialPrice {  font-family: Osaka, Verdana, Arial, sans-serif;  /* フォントファミリ */
color: #ff0000;                                  /* フォントカラー */
}
/* ---------------------------
SPAN：エラー
--------------------------- */
SPAN.errorText {  font-family: Osaka, Verdana, Arial, sans-serif;  /* フォントファミリ */
color: #ff0000;                                  /* フォントカラー */
}
/* ---------------------------
レジチェックボックス・マウスオフ
--------------------------- */
.moduleRow { }
/* ---------------------------
レジチェックボックス・マウスオーバー
--------------------------- */
.moduleRowOver {
  background-color: #D7E9F7;                       /* 背景色 */
  cursor: hand;                                    /* カーソル形状 */
}
/* ---------------------------
レジチェックボックス選択行
--------------------------- */
.moduleRowSelected {
  background-color: #E9F4FC;                       /* 背景色 */
}
/* ---------------------------
チェックアウト手順
--------------------------- */
.checkoutBarFrom, .checkoutBarTo {  font-family: Osaka, Verdana, Arial, sans-serif;  /* フォントファミリ */
font-size: 11px;                                 /* フォントサイズ */
  color: #8c8c8c;                                  /* フォントカラー */
}
/* ---------------------------
チェックアウト手順（現在の手順）
--------------------------- */
.checkoutBarCurrent {  font-family: Osaka, Verdana, Arial, sans-serif;  /* フォントファミリ */
font-size: 11px;                                 /* フォントサイズ */
  color: #000000;                                  /* フォントカラー */
}
.menu_bg {
	background-image: url(images/design/menu_bg.jpg);
	background-repeat: no-repeat;
	width: 115px;
	text-align: center;
}
h3 {
	font-family: Osaka, Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	margin: 0px;
}
.c_menu {
	background-image: url(images/design/menu_arrow.jpg);
	width: 135px;
	background-repeat: no-repeat;
	padding-left: 15px;
	color: #656565;
}
.bestseller_image_border {
	border: 2px solid #FFFFFF;
}
.pageHeading_line {
	background-image: url(images/design/page_heading.gif);
	background-repeat: no-repeat;
	height: 8px;
	margin-top: 5px;
	margin-bottom: 10px;
	margin-left: 20px;
}

.image_border {
	padding: 1px;
	border: 1px solid #E8E8E8;
}
.listing_image {
	float: left;
	margin-right: 25px;
	margin-top: 25px;
}
.listing_image_return {
	margin-top: 25px;
	float: none;
}
address {
	font-family: Osaka, Verdana, Arial, sans-serif;
	font-style: normal;
	font-size: 10px;
}
#menu a{
   color:#656565;
}   
.body_shadow {
		/*float: left;*/
}
#body_text {
	background-color: #FFFFFF;
}
.search_box{
	color: #9DB391;
	background-color: #F1F2EE;
	border: 1px solid #9DB391;
}
strong {
	color: #95A078;
}
.underline{
	border-top: 1px solid #E0E0E7;
	margin-top: 15px;
	/*width:689;*/
}
P.description{
	margin-top:5px;
	text-align : left;
	width : 95%;
	height : 63px;
	scrollbar : yes;
	overflow:auto;
	font-family: Osaka, Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #666666;
	padding-left: 10px;
}

.formAreaTitle {
	font-size: 11px;
	font-weight: bold;
	color: #4A6175;
}
/* ---------------------------
登録用
--------------------------- */
#touroku h2{
	font-family: Osaka, Verdana, Arial, sans-serif;
	font-size: 14px;
	color: #128BE4;
	margin-top: 17px;
	margin-bottom: 10px;
	background-image: url(images/design/contents/bg_h2.gif);
	font-weight:bold;
	background-repeat: no-repeat;
	padding-left: 30px;
	height: 25px;
	padding-top: 5px;
}
#touroku h2 a{
	color: #128BE4;
	}

#touroku h4{
	color:#12ABF9;
	font-size:14px;
	margin: 0 3px;
	padding:5px;
		border-bottom:#1AAEF9 1px solid;
		clear:left;
		}
	#touroku h4 a{
	color:#12ABF9;
		}
#touroku .brown{
	color:#990000;
	}
#touroku .red{
	color:#FF0000;
	}
.red{
	color:#FF0000;
	}
	/*
#touroku table{
	width: 562px;
	margin:20px 0px;
	padding: 0px;
	border-collapse: collapse;
		empty-cells: show;
				width: 689px;
}


#touroku td{
	margin: 0px;
	padding: 5px;
	border: 1px #B7CCDC solid;
	font-size:80%;

}
#touroku th{
	margin: 0px;
	padding: 5px;
	border-top: 0px #B7CCDC solid;
	border-right: 0px #B7CCDC solid;
	border-bottom: 1px #B7CCDC solid;
	border-left: 0px #B7CCDC solid;
	border-collapse: collapse;
	font-size:80%;
		background-color: #7CA6C5;
		color: #fff;
		font-weight: normal;
		text-align: left;
		white-space: nowrap;
}*/
#touroku hr {
	border-top: solid #C8DBED 1px;
	border-left: none;
	border-right: none;
	border-bottom: none;
	margin: 0px;
	padding: 0px;
	height: 1px;
	color: #3399CC;
}
/*#touroku p{
	line-height:170%;
	margin-left:20px;
	margin-right:100px;
	font-size:12px;

	}*/
#touroku table td p{
	line-height:170%;
	margin-left:5px;
	margin-right:5xpx;
	font-size:12px;

	}
#touroku div.right2 { text-align: right; float: right;vertical-align: baseline}
TD.main STRONG{
	color:#FF0000;
	}
#touroku ol li{
	margin:5px 50px 5px 0;
		line-height:170%;
	}
#touroku ul li{
	margin:5px 100px 5px 5px;
		line-height:170%;
	}
#touroku strong{
	color:#3366CC;
	}


#content-faq strong{
	color:#3366CC;
	}
#content-faq{
	padding:0;
		margin:0;
		line-height:150%;
}
#content-faq ol{
	margin: 5px 0px;
	padding: 0px;
}
#content-faq ol li{
list-style: none;
background: url(images/design/contents/faq_q.gif) no-repeat;
padding-left: 20px;
}
#content-faq ul{
	margin: 5px  0px;
	padding: 0px;
}
#content-faq ul li{
list-style: none;
background: url(images/design/contents/faq_a.gif) no-repeat;
padding-left: 20px;
}
#content-faq h3{
background: url(images/design/contents/images/bg_h3.png) no-repeat; 
font-weight: bold;
font-size: 13px; 
color: #0070AF; 
padding-top: 3px; 
padding-right: 3px; 
padding-bottom: 3px; 
padding-left: 8px;
height: 22px;
clear: left;
}
i {  font-style: normal; font-weight: bold; color: #00639A}
.right2 { text-align: right; float: right;vertical-align: baseline}
#content-faq hr{
	border-top: solid #C8DBED 1px;
	border-left: none;
	border-right: none;
	border-bottom: none;
	margin: 0px;
	padding: 0px;
	height: 1px;
	color: #3399CC;
}
#content-faq p{
	clear:both;
	}
#sitemap{
	font-size:12px;
	}
#sitemap ul.main li{
	list-style:none;
	background:url(images/bg-lo01.gif) no-repeat;
	padding-left:15px;
	background-position:0 5px;
	margin:5px;
	}

#sitemap ul.sub li{
	list-style:none;
	background:url(images/bg-lo02.gif) no-repeat;
	padding-left:15px;
	background-position:0 5px;
	margin-left:-40px;
	}
#sitemap ul.shouhin li{
	list-style:none;
	background:#fff;
	margin-top:-10px;
	}

#sitemap dt{
	list-style:none;
	}
#sitemap dd{
	display:none;
	}
td.new{
	font-size:12px;
	}
td.new ul{
	margin:10px 0 5px 10px;
	}
td.new ul li{
	background:url(bannersitem/wn-li.png) no-repeat;
	padding-left:16px;
	margin:3px;
	list-style:none;
	height:22px;
	}
td.new ul li strong{
	color:#003399;
	}
td.new02{
	font-size:12px;
	}
td.new02 h2{
	background:url(bannersitem/contact-title001.gif) no-repeat;
	width:250px;
	height:33px;
	display:block;
	padding:5px;
	font-weight:bold;
	font-size:14px;
	}
td.new02 ul{
	margin:5px 0;
	}
td.new02 ul li{
	background:url(bannersitem/arrow_menu_blue.png) no-repeat;
	padding-left:13px;
	margin-bottom:3px;
	list-style:none;
	text-align:left;
	background-position:0 2px;
	}
td.new02 ul li strong{
	color:#003399;
	}
td.new02 ul li a:hover{
	text-decoration:underline;
	}
td.new ul li a:hover{
	text-decoration:underline;
	}
td.new00{
	text-align:left;
	font-size:12px;
	padding-left:0;
	padding-right:0;
	}
td.new00 li{
	margin:8px 0px 8px -30px;
	list-style:none;
	background:url(images/bg-lo01.gif) no-repeat;
	background-position:0 3px;
	padding-left:20px;
	}
#touroku02{
	text-align:left;
	padding:0;
	margin:0 0 0 -10px;
	}
#touroku02 h2{
	font-family: Osaka, Verdana, Arial, sans-serif;
	font-size: 14px;
	color: #128BE4;
	margin-top: 17px;
	margin-bottom: 10px;
	background-image: url(images/design/contents/bg_h2.gif);
	font-weight:bold;
	background-repeat: no-repeat;
	padding-left: 30px;
	height: 25px;
	padding-top: 5px;
}
#touroku02 h2 a{
	color: #128BE4;
	}

#touroku02 h3 a{
	color: #516182;
	}
#touroku02 h4{
	color:#12ABF9;
	font-size:14px;
	margin: 0 3px;
	padding:5px;
		border-bottom:#1AAEF9 1px solid;
		clear:left;
		}
	#touroku02 h4 a{
	color:#12ABF9;
		}
#touroku02 p{
	line-height:170%;
	margin-left:20px;
	margin-right:20px;
	font-size:12px;

	}
#touroku02 table{
	width: 518px;
	margin:20px 0px;
	padding: 0px;
	border-collapse: collapse;
		empty-cells: show;
}


#touroku02 td{
	margin: 0px;
	padding: 5px;
	border: 1px #B7CCDC solid;
	font-size:80%;

}#touroku02 td.sel2{
	width:80px;
	}
#touroku02 th{
	margin: 0px;
	padding: 5px;
	border-top: 0px #B7CCDC solid;
	border-right: 0px #B7CCDC solid;
	border-bottom: 1px #B7CCDC solid;
	border-left: 0px #B7CCDC solid;
	border-collapse: collapse;
	font-size:80%;
		background-color: #7CA6C5;
		color: #fff;
		font-weight: normal;
		width:70px;
		text-align: left;
		white-space: nowrap;
}#touroku02 ol li{
	margin:5px 50px 5px 0;
		line-height:170%;
		font-size:12px;
	}
#touroku02 ul li{
	margin:5px 100px 5px 5px;
		line-height:170%;
			font-size:12px;
	}
#ed-com ol{
	padding:0;
	margin:0 0 0 10px;
	}
#ed-com ol li{
	margin:0;
	padding:0;
	list-style:none;
	}
#ed-com ol li a{
	background:url(images/bg-li-content.jpg) no-repeat;
	padding:5px;
	margin:5px;
	display:block;
	}
#touroku02 h3{
	font-family: Osaka, Verdana, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin-top: 17px;
	margin-bottom: 10px;
	background-image: url(images/design/contents/headding_title.jpg);
	background:url(images/design/contents/headding_title-co.jpg) no-repeat;
	color:#fff;
	padding-left: 13px;
	height: 25px;
	padding-top: 3px;
	clear:both;
}#touroku02 h3 a{
	color:#fff;
	}
#touroku h3{
	font-family: Osaka, Verdana, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin-top: 17px;
	margin-bottom: 10px;
	background-image: url(images/design/contents/headding_title.jpg);
	background:url(images/design/contents/headding_title-co02.jpg) no-repeat;
	color:#fff;
	padding-left: 13px;
	height: 25px;
	padding-top: 3px;
	clear:both;
}
#touroku h3 a{
	color: #fff;
	}
	
/* CSS Document */

#templete01 h2{
	font-family: Osaka, Verdana, Arial, sans-serif;
	font-size: 14px;
	color: #128BE4;
	margin-top: 17px;
	margin-bottom: 10px;
	background-image: url(images/design/contents/bg_h2.gif);
	font-weight:bold;
	background-repeat: no-repeat;
	padding-left: 30px;
	height: 25px;
	padding-top: 5px;
}
#templete01 h2 a{
	color: #128BE4;
	}

#templete01 .red{
	color:#FF0000;
	}
.red{
	color:#FF0000;
	}

#templete01 hr{
	border-bottom:#B5C7DA solid 1px;
	height:1px;
	clear:both;
	margin-right:20px;
	}
#templete01 p{
	line-height:170%;
	padding-right:10px;
	font-size:12px;
	float:right;
	width:auto;
	margin-bottom:20px;
	}
#templete01 p.shosai{
	float:right;
	padding-left:200px;
	}
#templete01 p.shosai a{
	color:#FF0000;
	font-size:16px;
	}
#templete01 img{
	float:left;
	border:0;
	}
#templete01 p strong{
	color:#000099;
	}

#templete01 h3{
	font-family: Osaka, Verdana, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin-top: 17px;
	margin-bottom: 10px;
	background-image: url(images/design/contents/headding_title.jpg);
	background:url(images/design/contents/headding_title-co02.jpg) no-repeat;
	color:#fff;
	padding-left: 13px;
	height: 25px;
	padding-top: 3px;
	clear:both;
}
#templete01 h3 a{
	color: #fff;
	}