@charset "utf-8";

/*基本要素*/

body {
position: relative;
margin: 0;
padding: 0;
text-align: center;
color: #000;
background-color: #666;
background-image: url(./resources/toplogo_rev2.1.jpg); 
background-repeat: no-repeat;
background-position: top left;
font: normal medium 100%; "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴ Pro W3", Arial, Helvetica, sans-serif;
}

h1 {
margin: 0 0 0.8em 0;
color: #000;
background: transparent; 
background: #fff;
text-align: center;
font: normal 700 160% "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro W6", "ヒラギノ角ゴ Pro W6", Arial, Helvetica, sans-serif;
clear: left;
}

h2 {
margin: 1.1em 0 0.8em;
padding: 0.03em 0 0.03em 0.5em;
border-left: 24px solid #030;
font: normal 700 128% "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro W6", "ヒラギノ角ゴ Pro W6", Arial, Helvetica, sans-serif;
color: #030;
background: transparent; 
clear: left;
}

h3 {
margin: 0.7em 0 0.8em 0.3em;
font: normal 700 120% "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro W6", "ヒラギノ角ゴ Pro W6", Arial, Helvetica, sans-serif;
color: #033;
background: transparent; 
clear: left;
}

h4 {
margin: 0.7em 0 0.8em 0.6em;
font: normal 700 100% "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro W6", "ヒラギノ角ゴ Pro W6", Arial, Helvetica, sans-serif;
color: #336; 
background: transparent; 
clear: left;
}

h5 {
margin: 0.7em 0 0.8em 1em;
font: normal 600 100% "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro W6", "ヒラギノ角ゴ Pro W6", Arial, Helvetica, sans-serif;
color: #633; 
background: #FFFFFF; 
clear: left;
}

h6 {
margin: 0.7em 0 0.8em 1.3em;
font: normal 500 100% "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro W6", "ヒラギノ角ゴ Pro W6", Arial, Helvetica, sans-serif;
color: #306; 
background: #ffffff;
clear: left;
}

p {
margin: 0 1em 0.5em 1.3em;
font: normal 500 100% "Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Arial, Helvetica, sans-serif;
line-height: 1.25;
}

/* レイアウトdivスタイル */

/* 本文コンテナ（左メニュー以外のコンテンツを内包） */

#maincontainer {
position: absolute; 
top: 60px; 
left: 161px; 
right: 16px;
color: #000;
background-color: #fff;
background-image: url(./resources/rev2.1_topleft.jpg);
background-repeat: no-repeat;
background-position: top left;
}

/* 左メニューコンテナ */

#sidecontainer {
position: absolute; 
top: 120px; 
left: 0px; 
width: 160px;
margin: 0;
padding: 0;
color: #fff;
background: #647378;
text-align: center;
z-index: 100;
}

/* 本文テキストボックス*/

#maincopy {
text-align: left;
margin: 1em;
padding: 0;
}

/* 右サイド製品リストのコンテナ */

#itemlist {
width: 180px;
margin: 4px;
padding: 8px;
border: 1px solid #fc3;
float: right;
font-weight: bold;
font-size: 90%;
color: #fff;
background: #333;
}

/* 2段組みボックス */
div.dbcolbox {
width: 312px;
text-align: left;
font-size: 80%;
margin: 0.8em 1em 0.8em 0;
padding: 0.5em;
border:1px solid aqua;
float: left;
}

/* 特殊なスタイルのパラグラフ */
p.inln {
margin: 0 3em 0.5em 3em;
font-size: 80%;
}

p.supl {
margin: 0 3em 0.5em 3em;
font-size: 80%;
color: #333;
}

p.notify {
font: bold 80% "Hiragino Kaku Gothic Pro W6", "ヒラギノ角ゴ Pro W6", "ＭＳ Ｐゴシック", Arial, Helvetica, sans-serif;
color: #fff;
background: #f00;
margin: 0.3em;
padding: 0.5em;
}

/* 画像のフローティング */

.center {
display: block;
margin: 0.8em auto;
text-align: center;
}

.f-left {
float: left;
margin: 0.8em 0.8em 0.8em 0;
}

.f-right {
float: right;
margin: 0.8em 0 0.8em 0.8em;
}

.f-clr {
clear: both;
}

.f-cl-left {
clear: left;
}

/* 強調要素 */

/*強調*/
em {
color: #493640;
font-size: 100%;
font-style: normal;
font-weight: 600;
text-decoration: underline;
}

/*さらに強調*/
strong {
color: #f2123;
font-size: 100%;
font-style: normal;
font-weight: 800;
text-decoration: none;
}

/*アンダーライン*/
.uline {
text-decoration: underline;
}

/*打ち消し線*/
.uchikeshi {
text-decoration: line-through;
}

/* Link 要素(基本) */
a:link {
color: #366;
text-decoration: none;
}

a:visited {
text-decoration: none;
}

a:hover{
color: #900;
text-decoration: underline;
}

a:active {
color: #900;
background: #fcc;
}

/* ul基本スタイル */
ul {
list-style-type: none;
margin: 1.1em 0;
padding: 0;
font-size: 100%;
}

ul li {
margin: 0;
margin-left: 2.2em;
padding-top: 0.4em;
}

/* ul for list page */

ul.pagelist {
list-style-type: none;
margin: 1.5em 2em;
padding: 0;
font-size: 90%;
}

ul.pagelist li {
display: block;
width: 360px;
border: 1px solid #dddddd;
margin: 0.4em 1em;
padding: 0.1em 0.8em;
}

ul.pagelist li span {
font: normal 700 100% Arial, Helvetica, sans-serif;
color: #666;
}

ul.pagelist li a {
text-decoration: none;
}

ul.pagelist li a:link,
ul.pagelist li a:visited
{
color: #366;
}

ul.pagelist li a:hover,
ul.pagelist li a:active
{
color: #f63;
}

/* ol基本 */
ol {
list-style-position: inside;
margin: 0;
padding: 0;
margin-left: 6em;
font-size: 90%;
}

ol li {
margin: 0;
padding: 0;
margin-left: 1em;
padding: 0.6em 0;
}

/* dl基本スタイル */
dl {
font-size: 100%;
margin-left: 3em;
}

dt {
/* width: 16em; */
margin: 0.4em 0em;
padding: 2px 4px;
text-align: left;
font-weight: 700;
color: #003;
background: #eee;
}

dd {
margin-left: 0;
margin-bottom: 1.1em;
padding-bottom: 0.22em;
font-weight: 400;
font-size: 90%;
color: #000;
line-height: 1.18em;
}

dd span {
font: normal 700 100% Arial, Helvetica, sans-serif;
color: #030;
}

/* テーブル */
table {
 font-size: 80%;
 color: #000000;
 margin: 0.8em auto 1.1em 3em;
 border-collapse: collapse;
 border: 1px solid #999999;
}

th {
 padding: 0.2em 0.8em;
 color: #333333;
 background-color: #eeeeee;
 border: 1px solid #999999;
}

td {
 padding: 0.2em 0.8em;
 border: 1px solid #999999;
 background-color: #ffffff;
 color: #000000;
}

caption {
margin-left: 2em;
margin-bottom: 0.8em;
text-align: left;
font: bold 800 90% "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro W6", "ヒラギノ角ゴ Pro W6", Arial, Helvetica, sans-serif;color: red;
}

td.item {
font: normal 400 100% "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro W6", "ヒラギノ角ゴ Pro W6", Arial, Helvetica, sans-serif;
color: #000;
}

td.dimension {
font: normal 400 100% Arial, Helvetica, sans-serif;
text-align: center;
}

td.model {
font: normal 600 100% Arial, Helvetica, sans-serif;
color: #003;
}

td.wei {
color: #330
font: normal 400 100% Arial, Helvetica, sans-serif;
text-align: right;
char="."
charoff="16"
}

td.price {
font: normal 600 100% Arial, Helvetica, sans-serif;
color: #300;
text-align: right;
}

/* table@mobileindex */
table.index {
 font-size: 90%;
 color: #000000;
 margin: 0.8em auto 1em 0.5em;
 border-collapse: collapse;
 border: 1px solid #999999;
}

table.index td {
 padding: 0.1em 0.3em;
 border: 1px solid #999999;
 background-color: #ffffff;
 color: #000000;
}

table.index td.mdname {
padding-left: 1em;
font-size: 100%;
font-weight: 800;
color: red;
}

table.index td.scsize {
font-size: 130%;
font-weight: 800;
text-align: center;
}

table.index td.scsize span {font-weight: 500; font-size: 70%; color: blue;}

table.index td.desc {
margin: 1em;
padding: 0.5em 3em;
width: 40%;
font-size: 80%;
color: #eee;
background-color: #333;
}

/* table @ mobile products */
table.guide {
 font-size: 80%;
 color: #000000;
 margin: 0.8em auto 1em 0.5em;
 border-collapse: collapse;
 border: 1px solid #999999;
}

table.guide th {
padding: 0.1em 0.3em;
border: 1px solid #999999;
background-color: #ffffff;
color: #999999;
font-weight: 700;
font-size: 90%;
text-align: center;
}

table.guide td {
 padding: 0.1em 0.3em;
 border: 1px solid #999999;
 background-color: #ffffff;
 color: #000000;
}

table.guide td.vari {
font-weight: 800;
font-size: 140%;
color: #ff3333;
}

table.guide td.mat {
color: #990099;
}


/*特別linkスタイル*/

/*read more*/
a.readmore:link {
color: #0066FF; 
font-weight: 600;
text-decoration: none; 
margin: 1px; 
padding: 1px 1px 1px 68px; 
background-color: transparent; 
background-image: url(./resources/readMore_st1.gif); 
background-repeat: no-repeat; 
background-position: 0 0px;
}

a.readmore:visited {
color: #9900CC;
text-decoration: none; 
margin: 1px; 
padding: 1px 1px 1px 68px; 
background-color: transparent;
background-image: url(./resources/readMore_st1.gif); 
background-repeat: no-repeat; 
background-position: 0 0px;
}

a.readmore:hover {
color: #FF0033; 
text-decoration: none; 
background-image: url(./resources/readMore_st2.gif); 
background-repeat: no-repeat; 
background-position: 0 0px;
}


/* 矢印付リンク */
a.arrow {
text-decoration: none; 
padding: 1px 0px 1px 18px;
margin: 0px 0px 0px 3px;
background-color: transparent;
background-image: url(./resources/link_arrow.gif);
background-repeat: no-repeat;
background-position: 0 2px;
}

a.arrow:link {
 color: #3333CC;
}

a.arrow:visited {
 color: #663366;
}

a.arrow:hover {
 color: #ff6600;
}

a.arrow:active {
 color: #ff6600;
}

/*段組み要素*/

/* フッター */

#footer {
 font-size: 70%;
 text-align: center;
 padding: 8px 0;
 clear: both;
 color: #cc6666;
 background: #333; 
}



div.note {
color: #333;
background: #fff;
font-size: 90%;
margin: 1em 4em;
padding: 0.8em;
border: 1px solid #333;
}

div.note span {
color: #639;
font-weight: 700;
}


/* コード表記<code></code>をブロックにして、バックをクリーム色に */
code {
display: block;
font-size: 90%;
line-height: 1.5;
margin: 1em;
padding: 1em;
color: #303;
background: #ffffcc;
}

/* dl::faketabel */
dl.ftb {
font-size: 100%;
}

dl.ftb dt {
color: #666;
font-weight: 700;
float: left;
width: 8em;
margin-left: 4em;
_margin-left: 2em;
}

dl.ftb dd {
color: #2d4c2e;
margin-left: 13em;
_margin-left: 11em;
}

/* dl class features */
dl.features {margin: 0;
padding: 0;
font-size: 90%;
}

dl.features dt {
width: 32em;
font: bold 500 100% "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro W6", "ヒラギノ角ゴ Pro W6", Arial, Helvetica, sans-serif;
}

dl.features dd {
padding-left: 1em;
font: normal 500 90% "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴ Pro W3", Arial, Helvetica, sans-serif;
}

/* dl:: class liststyle */
dl.liststyle {
width: 90%;
font: normal 500 90% "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴ Pro W3", Arial, Helvetica, sans-serif;
}

dl.liststyle dt {
width: 4em;
padding: 0 0 0 0.2em;
font-weight: 700;
color: #666;
background: #fff;
text-align: right;
}

dl.liststyle dd {
margin: -2em 0.2em 0.8em 6em;
padding-bottom: 0.1em;
border-bottom: 1px solid #eee;
font-weight: 400;
color: #333;
}

dl.liststyle dd a {
text-decoration: none;
}

dl.liststyle dd a:link {
color: #039 
}

dl.liststyle dd a:visited {
color: #636
}

dl.liststyle dd a:hover {
color: #c30
}

/* 右サイド製品リスト */

div#itemlist ul {
margin: 0;
padding: 0;
list-style-type: none;
font-size: 90%;
font-weight: bold;
color: #fff;
text-decoration: none;
}

div#itemlist ul li {
margin: 3px 0 0;
padding: 0;
}

div#itemlist ul li a {
text-decoration: none;
font-weight: normal;
}

div#itemlist ul li a span {
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
}

div#itemlist ul li a:link {color: #fff;}

div#itemlist ul li a:visited {color: #fff;}

div#itemlist ul li a:hover {color: #c30;}

div#itemlist ul li li {
margin-top: 2px;
padding-left: 0.5em;
}

/*ページ上部のtabナビゲーション*/
div#navicontainer {
padding-bottom: 4px;
}

div#navicontainer p, 
div#navicontainer ul {
font-size: 75%;
color: #666;
}

div#navicontainer ul {
display: block;
list-style-type: none outside;
padding: 0;
margin: 0 0 0 10px;
}

div#navicontainer ul li {
padding: 0;
margin: 0 4px 0 0;
border-top: 1px solid #cecbc6;
border-right: 1px solid #cecbc6;
border-left: 1px solid #cecbc6;
background-color: #006;
color: #fff;
font-weight: bold;
display: block;
float: left;
position: relative;
top: -1.32em;
}

div#navicontainer ul li a{
text-decoration: none;
}

div#navicontainer ul li a:link,
div#navicontainer ul li a:visited {
background-color: #006;
color: #fff;
text-decoration: none;
padding-left: 1em;
padding-right: 1em;
}

div#navicontainer ul li a:hover {
background-color: #006;
color: #f66;
text-decoration: none;
}

div#navicontainer a#focus {
color: #666;
background-color: #fff;
}

div#navicontainerclear {
display: none;
}

html>body #navicontainerclear {
display: block;
clear: both;
}

div#navicontainer li#current {
background-color: #fff;
}

/*ページ上部のtabナビゲーション*/
div#navicont-large {
padding-bottom: 4px;
}

div#navicont-large p {
font: normal 500 80% "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴ Pro W3", Arial, Helvetica, sans-serif;
color: #666;
}

div#navicont-large ul {
display: block;
list-style-type: none outside;
padding: 0;
margin: 0 0 0 8px;
font-size: 90%;
color: #666;
}

div#navicont-large ul li {
padding: 4px;
margin: 0 4px 0 0;
border: 1px solid #cecbc6;
background-color: #666;
color: #fff;
font-weight: bold;
display: block;
float: left;
position: relative;
top: -0.8em;
}

div#navicont-large ul li a {
text-decoration: none;
}

div#navicont-large ul li a:link {
color: #fff;
background: #666;
text-decoration: none;
padding-left: 1em;
padding-right: 1em;
}

div#navicont-large ul li a:visited {
color: #fff;
background: #666;
}

div#navicont-large ul li a:hover {
color: red;
}

div#navicont-large a#focus {
color: #666;
background-color: #fff;
}

div#navicont-largeclear {
display: none;
}

html>body #navicont-largeclear {
display: block;
clear: both;
}

div#navicont-large li#current {
background-color: #fff;
}

/* ジャンプボタン */
ul.jumpb {
font-size: 75%;
}

ul.jumpb li {
text-align: left;
padding: 8px 0px 8px 36px;
}


ul.jumpb li#printpage {
background-image: url(./resources/printpage.gif);
background-repeat: no-repeat;
background-position: 0px 4px;
}

ul.jumpb li#newitem {
background-image: url(./resources/new_2924.gif);
background-repeat: no-repeat;
background-position: 0px 4px;
}

ul.jumpb li a {
text-decoration: none;
}

ul.jumpb li a:link {
color: #0066FF; 
}

ul.jumpb li a:visited {
color: #9900CC; 
}

ul.jumpb li a:hover {
color: #FF0033; 
}

ul.jumpb li a:active {
color: #FF0033;
}

/* リンクリスト */
div.locater {
margin-left: 1em;
width: 75%;
padding: 0.1em;
border-left: 6px solid #636;
border-right: 1px dotted #636;
}

ul.lklist {
list-style-type: none;
font-size: 80%;
margin: 0.2em 0.4em;
padding: 0.3em;
}

ul.lklist li {
display: inline;
text-align: left;
line-height: 1.38em;
margin: 0.8em 0.5em 1em 0;
padding: 0.05em 0;
}

ul.lklist li a:link {
color: #0066FF; 
text-decoration: none;
}

ul.lklist li a:visited {
color: #9900CC; 
}

ul.lklist li a:hover {
color: #FF0033; 
}

ul.lklist li a:active {
color: #FF0033;
}


/* 日付の書式 (date of issue)*/
.doi {
display: block;
border-top: 1px solid #666;
font-size: 70%;
color: #666;
text-align: right;
}

/* 囲みつきコンテンツ */
div.enclosed {
clear: both;
width: 88%;
margin: 0.2em auto;
padding: 0.6em;
border: 1px solid navy;
font-size: 90%;
}

/* 左メニューリストスタイル */

div#sidecontainer ul {
width: 158px;
\width: 130px;
w\idth: 156px;
border: 1px solid #6f878e;
border-top: 0px;
margin: 0px;
padding: 0px;
font-size: 100%;
}

div#sidecontainer li {
list-style-type: none;
margin: 0px;
padding: 0px;
border-top: 1px solid #6f878e;
color: aqua;
}

div#sidecontainer li a {
display: block; 
width: 136px;
\width: 128px;
w\idth: 134px;
border: 0px;
border-right: 6px solid #6f878e;
font-size: 90%; 
font-weight: 700;
padding: 2px 8px;
text-decoration: none;
color: #fff;
background: #647378;
}

div#sidecontainer a:hover {
color: #f30;
background: #ccc;
border-color: #c99;
}

div#sidecontainer a:link#present,
div#sidecontainer a:visited#present,
div#sidecontainer a:hover#present {
color: #000;
background: #ccc;
border-color: #c99;
}


div#sidecontainer li li a {
display: block; 
width: 126px;
\width: 118px;
w\idth: 124px;
text-align: left; 
font-size: 80%;
font-weight: 500;
padding-left: 12px;
margin: 0px 1px;
text-decoration: none;
color: #fff;
background: #6f878e;
}

div#sidecontainer a span {
display: none;
}

div#sidecontainer a:hover span {
display: block;
position: absolute;
top: 244px;
left: 0;
width: 124px;
padding: 5px;margin: 10px;
z-index: 100;
color: #fff;
background: transparent;
font-size: 80%;
font-weight: bold;
line-height: 1.1;
text-align: center;
}

/*--------------------------------------------------
  REQUIRED to hide the non-active tab content.
  But do not hide them in the print stylesheet!
  --------------------------------------------------*/
.tabberlive .tabbertabhide {
 display:none;
}

/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
.tabber {
}
.tabberlive {
 margin-top:1em;
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav
{
 margin:0;
 padding: 3px 0;
 border-bottom: 1px solid #778;
 font: bold 12px Verdana, sans-serif;
}

ul.tabbernav li
{
 list-style: none;
 margin: 0;
 display: inline;
}

ul.tabbernav li a
{
 padding: 3px 0.5em 3px 18px;
 margin-left: 3px;
 border: 1px solid #778;
 border-bottom: none;
 background: #DDE;
 text-decoration: none;
}

ul.tabbernav li a:link {
color: #448;
background-image: url(./resources/stage1.gif);
background-repeat: no-repeat;
background-position: 3px 4px;
}

ul.tabbernav li a:visited {
color: #667;
background-image: url(./resources/stage1.gif);
background-repeat: no-repeat;
background-position: 3px 4px;
}

ul.tabbernav li a:hover{
color: #000;
background-color: #AAE;
background-image: url(./resources/stage2.gif);
background-repeat: no-repeat;
background-position: 3px 4px;
border-color: #227;
}

ul.tabbernav li.tabberactive a {
background-color: #fff;
background-image: url(./resources/stage_down.gif);
background-repeat: no-repeat;
background-position: 3px 4px;
border-bottom: 1px solid #fff;
}

ul.tabbernav li.tabberactive a:hover {
color: #000;
background: white;
background-image: url(./resources/stage_down.gif);
background-repeat: no-repeat;
background-position: 3px 4px;
border-bottom: 1px solid white;
}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab {
 padding:5px;
 border:1px solid #aaa;
 border-top:0;

 /* If you don't want the tab size changing whenever a tab is changed
    you can set a fixed height */

 /* height:200px; */

 /* If you set a fix height set overflow to auto and you will get a
    scrollbar when necessary */

 /* overflow:auto; */
}

/* If desired, hide the heading since a heading is provided by the tab */
.tabberlive .tabbertab h2 {
 display:none;
}
.tabberlive .tabbertab h3 {
 display:none;
}
.tabberlive .tabbertab h4 {
 display:none;
}

/* Example of using an ID to set different styles for the tabs on the page */
.tabberlive#tab1 {
}
.tabberlive#tab2 {
}
.tabberlive#tab2 .tabbertab {
 height:200px;
 overflow:auto;
}

/* archive block style (div.archive) */
div.panelblk {
width: 70%;
margin: 0.5em auto;
padding: 1em;
border: 1px solid #609;
color: #966;
background: #fff;
clear: both;
}

div.panelblk h3 {
border-bottom: 5px solid #069;
text-align: center;
font: normal 600 "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro W6", "ヒラギノ角ゴ Pro W6", Arial, Helvetica, sans-serif;
color: #069;
background: #fff;
}

div.panelblk p {
text-align: left;
font: normal 500 90% "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴ Pro W3", Arial, Helvetica, sans-serif;
}

div.panelblk ul {
list-style-type: none;
margin: 0;
margin-bottom: 1em;
padding: 0;
font-size: 90%;
}

/* table on Stylist system */
table.systemtable {
font: normal 500 80% "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴ Pro W3", Arial, Helvetica, sans-serif;
text-align: center;
color: #000000;
width: 66%;
margin: 0.8em auto 1.1em 3em;
border-collapse: collapse;
border: 1px solid #666666;
}

table.systemtable th {
padding: 0.12em 0.4em;
color: #333333;
background-color: #eeeeee;
font-size: 90%;
font-weight: 700;
}

td.yesno {
font-size: 70%;
color: #aaaaaa;
}

/* small font block */
div.intromore {
margin: 1em auto;
padding: 1em;
color: #000;
background: #eee;
font-size: 90%;
}

div.intromore ol li {
margin: 0;
padding: 0;
margin-left: 1em;
padding-left: 1em;
}

div.smlcolum {
width: 152px;
margin: 0.4em;
padding: 0.6em 0;
float: left;
}

div.floatcolum {
width: 212px;
margin: 0;
padding: 0;
}

div.floatcolum h3 {
font: bold 600 100% "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro W6", "ヒラギノ角ゴ Pro W6", Arial, Helvetica, sans-serif;
color: #666;
}


div.tekstbox {
margin: 0.5em;
padding: 0.5em;
}


div.tekstbox p {
font: normal 500 90% "Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Arial, Helvetica, sans-serif;
color: #999;
}

div.tekstbox ul li {
margin: 0;
padding: 0;
list-style-type: disc;
color: #669;
font-size: 80%;
}