/*------------------------------ 基本レイアウト ------------------------------*/
body {
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
}

em {
	color:#333333;
	font-weight: nomal;
	font-style:italic;
	text-decoration: none;
}
strong {
	color:#333333;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
}
a:link {
	color: #3366CC;
	font-style: normal;
	text-decoration: none;
}
a:visited {
	color: #3366CC;
	font-style: normal;
	text-decoration: none;
}
a:hover {
	color: #FF6600;
	font-style: normal;
	text-decoration: underline;
}

/* コンテンツ領域の余白 */

#contents {
	margin-top: 0;
	margin-right: 32px;
	margin-bottom: 0;
	margin-left: 32px;
	padding: 0;
}


/*------------------------------ 基本的な要素 ------------------------------*/

h1 {
	font-size: 1.5em;
	line-height:1.25em;
	color: #666666;
	font-weight: normal;	
	margin-top: 0em;
	margin-bottom: 0.5em;
}
h2 {
	font-size: 1.1875em;
	line-height: 1.25em;
	color: #666666;
	margin-top: 0;
}
h3 {
	font-size: 0.875em;
	color: #668080;
	line-height: 1.25em;
}
h4 {
	font-size: 0.75em;
	line-height: 1.25em;
	color: #668080;
	margin-bottom: 0;
}
p {
	font-size: 0.75em;
	line-height: 1.75em;
	color: #000000;
	margin-top: 0.5em;
}
ol {
	margin-left: 2em;
	padding: 0;
}
ul {
	margin-left: 2em;
	padding: 0;
}
li {
	font-size: 0.75em;
	line-height: 1.25em;
	margin: 0.25em 0;
	padding: 0;
}

/* リンク：現在地表示  */
a.this:link {
	color:  #FF6600;
	font-style: normal;
	text-decoration: none;
}
a.this:visited {
	color: #FF6600;
	font-style: normal;
	text-decoration: none;
}
a.this:hover {
	color: #FF6600;
	font-style: normal;
	text-decoration: underline;
}

/*------------------------------ 各種スタイル ------------------------------*/

/* リード文 */
p.lead {
	font-size: 0.875em;
	line-height: 1.25em;
	color: #668080;
	font-weight:bold;
}
/* 行間狭い段落 */
p.article {
	line-height: 1.25em;

	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
/* 中央揃え */
.center {
	text-align: center;
	margin: 0 auto;
}
/* 右端揃え */
.right {
	text-align: right;
}
/* 大小フォント */
.smaller {
	font-size: 0.75em;
}
.small {
	font-size: 0.8333em;
}
.large {
	font-size: 1.1667em;
}
.larger {
	font-size: 1.3333em;
}
/* 囲み 1pixの枠 */
.thinborder {
	border: 1px solid #CCCCCC;
	padding: 0px;
}
/* 文中の注 */
.attention {
	color: #666666;
	font-size: 0.75em;
}
/* 脚注 */
p.note {
	color: #666666;
	font-size: 0.6875em;
	line-height: 1.25em;
	text-indent: -1em;
	margin: 0 0 0.5em 1em;
	padding: 0;
}
/* 上方区切り線 1px */
.pause_top1 {
	border-top: 1px solid #D0D8D8;
	padding-top: 1em;
}
/* 上方区切り線 4px */
.pause_top4 {
	border-top: 4px solid #D0D8D8;
	padding-top: 1em;
}
/* 下線 1px */
.section_b1 {
	border-bottom: 1px solid #D0D8D8;
}
/* 下線 4px */
.section_b4 {
	border-bottom: 4px solid #D0D8D8;
}


/*------------------------------ IMAGE ------------------------------*/
/* 図版に適用 <p class="fig"><img><br>キャプション</p> */
p.fig {
	font-size: 0.625em;
	line-height: 1.25em;
	margin-top: 2em;
	margin-bottom: 1.5em;
}
p.fig img {
	border: none;
	margin-bottom: 5px;
}
/* 図版を並べる場合に適当な行列のテーブルに下記を適用 */
/* <table cellspacing="0" class="imgbox"><tr><td><p class="fig">以下略 */
/* ※ テーブルタグには cellspacing="0" を設定のこと */
table.imgbox {
	margin: 0 auto;
}
table.imgbox td {
	padding: 6px;
}
table.imgbox td p {
	font-size: 0.625em;
	margin-top: 0.5em;
}
img.right {
	float: right;	
}






/*------------------------------ FOOT MENU ------------------------------*/
#footmenu {
	text-align: right;
	margin:2px 20px 0 20px;
}
#footmenu p{
	font-size: 0.6875em;
	margin: 0;
	color: #666666;
}
#footmenu a:link {
	color: #666666;
	font-style: normal;
	text-decoration: none;
}
#footmenu a:visited {
	color: #666666;
	font-style: normal;
	text-decoration: none;
}
#footmenu a:hover {
	color: #FF6600;
	font-style: normal;
	text-decoration: underline;
}
#topfootmenu {
	text-align: right;
	margin: 2px 20px 0 20px;
}
#topfootmenu p{
	font-size: 0.6875em;
	margin: 0;
	color: #666666;
}
#topfootmenu a:link {
	color: #666666;
	font-style: normal;
	text-decoration: none;
}
#topfootmenu a:visited {
	color: #666666;
	font-style: normal;
	text-decoration: none;
}
#topfootmenu a:hover {
	color: #FF6600;
	font-style: normal;
	text-decoration: underline;
}
/* 現在地 */
#topfootmenu a.this:link {
	color: #ff6600;
	font-style: normal;
	text-decoration: none;
}
#topfootmenu a.this:visited {
	color: #666666;
	font-style: normal;
	text-decoration: none;
}
#topfootmenu a.this:hover {
	color: #FF6600;
	font-style: normal;
	text-decoration: underline;
}



/*------------------------------ COPYRIGHT ------------------------------*/
#copyright {
	text-align: right;
	margin:2px 20px 10px 20px;
}
#copyright p{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.625em;
	color: #668080;
	margin:0;
}
#topcopyright {
	text-align: left;
	margin: 2px 20px 0 20px;
}
#topcopyright p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.625em;
	color: #668080;
	margin:0;
}




/*------------------------------ TABLE ------------------------------*/

/* ※古典的な方法でタグに属性を設定していけばそちらが優先されるので */
/* 必ずしも以下のスタイルシートを適用させる必要はない */

/* ※ テーブルタグには cellspacing="0" を設定のこと */


/* テーブル（ケイ線なし） <table cellspacing="0" class="table_nb"> */
.table_nb {
	empty-cells: show;
}
.table_nb td {
	font-size: 0.75em;
	padding: 5px 12px 3px 12px;
	vertical-align: top;
}
/* 見出しセルに適用 <td class="item"> */
.table_nb .itemrownb {
	color: #4D4D4D;
	background-color: #D0D8D8;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}
/* 見出しセルに適用（セル境界のケイ線なし） <td class="itemrownb"> */
.table_nb .itemrownb {
	color: #4D4D4D;
	background-color: #D0D8D8;
	border-right: none;
	border-bottom: none;
}
.table_nb p {
	font-size: 1em;
	line-height: 1.25em;
	margin: 0.25em 0;
}
.table_nb h4 {
	color: #668080;
	font-size: 1em;
	line-height: 1.25em;
	font-weight: bold;
	margin: 0.25em 0;
}
.table_nb ol {
	margin-left: 2em;
	margin-bottom: 0;
	padding: 0;
}
.table_nb ul {
	margin-left: 2em;
	margin-bottom: 0;
	padding: 0;
}
.table_nb li {
	font-size: 1em;
	line-height: 1.25em;
	margin-left: 0;
	padding: 0;
}


/* テーブル（ケイ線あり） <table cellspacing="0" class="table_a"> */
.table_a {
	border-left: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	empty-cells: show;
}
.table_a td {
	font-size: 0.75em;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	padding: 5px 12px 3px 12px;
	vertical-align: top;
}
/* タテ方向の見出しセルに適用 <td class="item"> */
.table_a .item {
	color: #4D4D4D;
	background-color: #D0D8D8;
	border-right: none;
	border-bottom: 1px solid #FFFFFF;
}
/* タテ方向の見出しセルの下端セルに適用 <td class="itemlast"> */
.table_a .itemlast {
	color: #4D4D4D;
	background-color: #D0D8D8;
	border-right: none;
}
/* ヨコ方向の見出しセルに適用 <td class="itemrow"> */
.table_a .itemrow {
	color: #4D4D4D;
	background-color: #D0D8D8;
	border-right: 1px solid #FFFFFF;
	border-bottom: none;
}
/* ヨコ方向の見出しセルに適用 <td class="itemrowlast"> */
.table_a .itemrowlast {
	color: #4D4D4D;
	background-color: #D0D8D8;
	border-right: none;
	border-bottom: none;
}
/* ヨコ方向の見出しセルに適用（セル境界ケイ線なし） <td class="itemrownb"> */
.table_a .itemrownb {
	color: #4D4D4D;
	background-color: #D0D8D8;
	border-right: none;
	border-bottom: none;
}
.table_a p {
	font-size: 1em;
	line-height: 1.25em;
	margin: 0.25em 0;
}
.table_a h4 {
	color: #668080;
	font-size: 1em;
	line-height: 1.25em;
	font-weight: bold;
	margin: 0.25em 0;
}
.table_a ol {
	margin-left: 2em;
	margin-bottom: 0;
	padding: 0;
}
.table_a ul {
	margin-left: 2em;
	margin-bottom: 0;
	padding: 0;
}
.table_a li {
	font-size: 1em;
	line-height: 1.25em;
	margin-left: 0;
	padding: 0;
}


/* テーブル（FAQ）<table cellspacing="0" class="table_faq"> */
.table_faq {
	empty-cells: show;
}
.table_faq td {
	font-size: 0.75em;
	line-height: 1.5em;
	padding: 7px 12px 5px 12px;
	vertical-align: top;
	border-bottom: 1px dotted #D0D8D8;
}
/* 見出し行のtdに適用 */
.table_faq td.itemrownb {
	color: #668080;
	font-size: 0.875em;
	font-weight: bold;
	border-bottom: 4px solid #D0D8D8;
	padding-top: 1em;
	padding-bottom: 0;
}
/* 小見出し行のtdに適用 */
.table_faq td.subitemrownb {
	color: #668080;
	font-weight: bold;
}


/* テーブル（キーワード）<table cellspacing="0" class="table_keyword"> */
.table_keyword {
	empty-cells: show;
	border-top: 6px solid #D0D8D8;
	margin: 0 auto;
}
.table_keyword td {
	font-size: 0.75em;
	line-height: 1.5em;
	vertical-align: top;
	border-bottom: 1px solid #D0D8D8;
	padding: 8px 12px 8px 0;
}
/* 見出しtdに適用 */
.table_keyword .item {
	color: #666666;
	line-height: 1.25em;
	font-weight: bold;
	vertical-align: baseline;

}
/* 備考tdに適用 */
.table_keyword .note {
	font-size: 0.6875em;
	line-height: 1em;
	color: #999999;
	vertical-align: bottom;
	padding-right: 0;
}

/* テーブル（ダウンロード）<table cellspacing="0" class="table_download"> */
.table_download {
	empty-cells: show;
	border-top: 6px solid #D0D8D8;
	width: 504;
	margin: 0;
}
.table_download td {
	font-size: 0.75em;
	line-height: 1.25em;
	vertical-align: top;
	border-bottom: 1px solid #D0D8D8;
	padding: 8px 12px 8px 0;
}
/* 見出し行のtdに適用 */
.table_download .item {
	color: #666666;
	line-height: 1.25em;
	font-weight: bold;
	vertical-align: baseline;
	width: 20%;
}

/* テーブル（リンク）<table cellspacing="0" class="table_link"> */
.table_link {
	empty-cells: show;
	border-top: 6px solid #D0D8D8;
	width: 504;
	margin: 0;
}
.table_link td {
	font-size: 0.75em;
	line-height: 1.25em;
	vertical-align: top;
	border-bottom: 1px solid #D0D8D8;
	padding: 8px 12px 8px 0;
}
/* 見出し行のtdに適用 */
.table_link .item {
	color: #666666;
	line-height: 1.25em;
	font-weight: bold;
	vertical-align: baseline;
	width: 20%;
}


/* テーブル（トピックス一覧）<table cellspacing="0" class="table_topics"> */
.table_topics {
	empty-cells: show;
	border-top: 6px solid #D0D8D8;
	width: 504;
	margin: 0;
}
.table_topics td {
	font-size: 0.75em;
	line-height: 1.25em;
	vertical-align: top;
	border-bottom: 1px dotted #D0D8D8;
	padding: 8px 12px 8px 0;
}
/* 見出し行のtdに適用 */
.table_topics .item {
	color: #666666;
	line-height: 1.25em;
	font-weight: bold;
	vertical-align: baseline;
	width: 20%;
}
/* 「NEW」マーカー．<span class="new">NEW</span>を挿入 */
.table_topics .new {
	font-family: Verdana, Myriad, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 9px;
	color:#FFFFFF;
	font-weight: normal;
	text-decoration: none;
	background-color: #BEBE00;
	border: 2px solid #BEBE00;
	margin: 1px 4px 2px 0;
	padding: 0px 1px 0px 1px;
	vertical-align: baseline;
	float: left;
}

/* テーブル（問合せフォーム）<table cellspacing="0" class="table_contact"> */
.table_contact {
	border: 1px solid #668080;
	empty-cells: show;
	margin: 0 auto;
}
.table_contact td {
	font-size: 0.75em;
	line-height: 1.25em;
	padding: 6px;
}
/* 見出しセル（ケイ線なし） */
.table_contact .item {
	color: #668080;
}
/* 見出しセル（上部ケイ線あり） */
.table_contact .itembordert {
	color: #668080;
	border-top: 1px dotted #668080;
}
/* 上部ケイ線あり */
.table_contact .bordert {
	border-top: 1px dotted #668080;
}
/* <span class="must">※必須</span> */
.table_contact .must {
	font-size: 0.8333em;
	color: #FF6600;
}
/* 商品名 */
.itemname {
	color:#181C4B;
	font-weight: bold;
}
.keshine {
	color:#FF0000;
}
.price {
	font-size:1.4em;
	font-weight: bold;
}
td h1 {
	color:;
	font-size:2em;
	font-weight: bold;
	color: #8E5451;
}

/*------------------------------ listing ------------------------------*/

#dl01 {
	float: left;
	width: 670px;
	text-align: left;
	margin: 15px 0 18px 0;
	padding: 0 0 0 31px;
	font-size: 24px;
}
#dl01 dt {
 text-align: left;
 padding-bottom: 20px;
}
#dl01 dd {
	line-height: 1.5;
	font-size: 65%;
	color: #666;
	padding-left: 3px;
}

#dl02 {
	float: left;
	width: 660px;
	text-align: left;
	margin: 15px 0 18px 0;
	padding: 0 0 0 0;
	font-size: 24px;
}
#dl02 dt {
 text-align: left;
 padding-bottom: 20px;
}
#dl02 dd {
	line-height: 1.5;
	font-size: 80%;
	color: #666;
	padding-left: 3px;
}

#dl03 {
	float: left;
	width: 660px;
	text-align: left;
	margin: 15px 0 18px 0;
	padding: 0 0 0 0;
	font-size: 24px;
}
#dl03 dt {
 text-align: left;
 padding-bottom: 20px;
}
#dl03 dd {
	line-height: 1.5;
	font-size: 80%;
	color: #000;
	padding-left: 3px;
}

/*------------------------------ table ------------------------------*/

table.table211 {
  padding: 0 0 0 40px;
  width: 500px;
  border-collapse: separate;
  border-spacing: 2px;
  font-size: 100%;
}

table.table211 caption {
  margin-top: 1em;
  text-align: right;
}

table.table211 th,
table.table211 td {
  padding: 4px 6px;
}

table.table211 th {
  background: #1B3AB4;
  text-align: center;
  white-space: nowrap;
  font-size: 92%;
  color: #FFF;
}

table.table211 td {
  text-align: left;
  white-space: nowrap;
}

table.table211 col.one {
  background: #D9D9D9;
}

table.table211 col.two {
  background: #F7F7F7;
}

/*更新履歴
------------------------------------------------------------------------------------*/
#kousin {
	overflow:auto;
	width:500px;
	height:120px;
	padding:5px;
	border:2px dotted #999;
	color:#666;
	background-color:#ffffff;
	line-height:1.5em;
	font-size:12px;
	margin-left:20px;
    }
#kousin_c {
	color:#F00;
	font-weight:bolder;
}

#kousin_b {
	font-weight:bolder;
}
