body{
 padding:2px 4px;
 line-height:1.3;
 margin:2px auto;
 font-family:"メイリオ","ＭＳ Ｐゴシック",sefif;
 width:920px;
 font-size:95%;
}

a.smp
{
 display:block;
 font-size:36pt;
 width:100%;
 border-width:1px 0px 1px 0px;
 border-color:gray;
 border-style:solid;
 text-align:center;
 text-decoration:none;
 color:black;
 height:160px;
 line-height:80px;
 background-image: -webkit-gradient(linear, left top, left bottom, from(#ff80ff), to(#ffddff));
 background: -moz-linear-gradient(top, #ff80ff, #ffddff);
 text-shadow: 2px 2px #dddddd;
 margin-bottom:5px;
}

/* ヘッダー */
header{
 display:block;
 margin-bottom:3px;
}

.home{
 text-align:left;
}

header h1{
 text-align:center;
 font-size:80%;
 margin:0px;
 color:gray;
}

.upnavi{
 font-size:85%;
 width:720px;
 float:left;
 height:24px;
 line-height:24px;
}

.modi{
 text-align:right;
 font-size:85%;
 width:170px;
 float:right;
 height:24px;
 line-height:24px;
}
/* ヘッダー終 */


/* 広告 */
div.ads{
 text-align:center;
 margin:1.5em auto;
}


/* 本文 */
div.main{
 float:left;
 width:740px;
}

section h1{
 font-size:110%;
 text-align:center;
 margin-top:1.5em;
 background-image:url("image/h3.jpg");
 background-repeat:repeat-x;
 background-position:left top;
}

.ex h1{
 font-size:130%;
 margin:0px 0px 1em 0px;
 padding:2px;
 background-image:url("image/h2.jpg");
}

h2{
 font-size:125%;
 color:#0080ff;
 background-image:url('image/001.gif');
 background-position:left center;
 background-repeat:no-repeat;
 padding-left:22px;
}

.center{
 text-align:center;
}

.std,.red
{
  color:red;
}


/* 更新情報 */
div.kosin
{
  font-size:80%;
  padding:5px;
}

/* PR商品 */
div.pr
{
 margin:1.3em;
 text-align:center;
}

/* ページ下部リンク */
.btmlink{
 margin:1.5em;
 line-height:2.6;
 text-align:center;
}

/* リスト表示 */
dt{
 background-image:url('image/list.gif');
 background-position:left center;
 background-repeat:no-repeat;
 padding-left:15px;
 font-weight:bold;
 margin-top:1em;
}

/* ２段組 */
div.fleft{
 float:left;
 width:49%;
 margin-bottom:1em;
}
div.fright{
 float:right;
 width:49%;
 margin-bottom:1em;
}
br.cl{
 clear:both;
}

/* メモ */
.memo
{
background-color:#ffffaa;
padding:1em;
border:6px double gray;
margin:2em 0px;
}


/* 右欄 */
div.right{
 float:right;
 width:170px;
 font-size:90%;
}


/* ナビゲーター */
div.navi{
 border:1px solid #bb88ff;
 padding:0px;
 margin-bottom:0px;
}
div.navi div.conts{
 background-image:url("image/navi.jpg");
 background-repeat:repeat-x;
 background-position:left top;
 font-weight:bold;
 padding:1px;
 text-align:center;
 margin:0px;
 color:black;
}
div.links a{
 background-image:url("image/links.gif");
 background-repeat:no-repeat;
 background-position:left center;
 display:block;
 text-decoration:none;
 overflow:hidden;
 white-space:nowrap;
 text-overflow:ellipsis;
 height:32px;
 line-height:32px;
 padding:0px 2px 0px 20px;
}
div.links a:hover{
 background-image:url("image/linksred.gif");
 background-repeat:no-repeat;
 background-position:left center;
 background-color:#ffff88;
}
/* ナビゲーター終 */


/* フッター */
div.footer{
 padding:20px;
 font-weight:bold;
 line-height:1.5;
 font-size:70%;
 text-align:center;
 clear:both;
}
