@charset "UTF-8";

@import "style_rss.css";
@import "menu.css";


/*  ボディ */
body {
margin: 0 auto;
padding: 0;
background-color: #ffffff; 
color: #333333; 
text-align: center;
font-size: 120%; 
font-family: Verdana, 'Lucida Grande',Meiryo,Osaka,"ＭＳ Ｐゴシック", Arial,Osaka, sans-serif; 
}
div,ul,li,h1,h2,h3,h4,h5,h6,p,th,td,dl,dt,dd {
margin: 0;
padding: 0;
line-height: 1.8em;
font-size: 100%;
text-align: left;
}
.more {
margin: 8px 0;
text-align: right;
}
.pagetop {
margin: 30px 0;
text-align: right;
}
/*zoom: 1;for IE 5.5-7*/
table {
border-collapse: collapse;
border-spacing: 0;
empty-cells: show;
font-size: 100%;
}
fieldset,img {
border: none;
}
li {
list-style:none;
}
caption,th {
text-align:left;
}
h1,h2,h3,h4,h5,h6 {
font-weight: normal;
}
q:before,q:after {
content: '';
}
abbr,acronym {
border: none;
}

/* --- 全体のリンクテキスト --- */
a:link { color: #17327B; }
a:visited { color: #838838; }
a:hover { color: #222222; }
a:active { color: #222222; }

/* ベース */
#wrap {
width: 760px; /* ページの幅 */
margin: 0px auto; /* センタリング */
background-color: #ffffff;
}

.pagelink {
margin: 10px 0;
text-align: right;
}

.no-disp{
display:none;
}

/*  ヘッダ  */
#header {
width:760px;
height: 320px;
}

#header .copy {
width: 754px;
height: 20px;
background-color: #6889C1;
color: #ffffff;
font-size: 60%;
font-weight: normal;
text-align: left;
padding: 3px
}

#header .img1 {
margin-top: 0px;
background: url(../price/images/price_title.png) no-repeat;
height: 300px;
width: 760px;
}


/* コンテンツ */
#content {
float: right;
width: 730px; /* サイドバーの幅 */
padding: 15px;
text-align: left;
}

#content .img2 {
margin-top: 5px;
background: url(../price/images/1000den_price.jpg) no-repeat;
height: 230px;
width: 760px;
}

#content h1 {
margin: 0 0 8px;
padding: 10px 0;
border-bottom: 1px dotted #6889C1;
font-size: 90%;
font-weight: bold;
color: #6889C1;
}
#content h2 {
margin: 5px 0 16px;
padding: 0 0 0 10px;
background-color:#6889C1;
font-size: 80%;
font-weight: bold;
color: #ffffff;
}
#content h3 {
width:730px;
height:34px;
margin: 0 0 10px;
padding-top: 5px;
padding-left: 20px;
background:url(obi.png) no-repeat top;
font-size: 70%;
font-weight: bold;
clear:both;
color: #0050c4;
}
#content h4 {
margin-left: 10px;
margin-bottom: 10px;
padding-top: 5px;
padding-left: 10px;
background-color: #f0f0f0;
font-size: 70%;
font-weight: bold;
clear:both;
color: #666666;
}
#content p {
margin-left: 20px;
margin-top: 0;
margin-right: 10px;
margin-bottom: 10px;
font-size: 65%;
}
#content .tables{
width: 610px;
margin: 0 auto 30px;
border: 10px solid #0050c4;
}
#content .tables table {
border-top: 1px dotted #ffffff;
border-left: 0px solid #67ae78;
width: 100%;
}
#content .tables table th,
#content .tables table td {
padding: 10px;
font-size: 70%;
border-right: 0px dotted #efefef;
border-bottom: 1px dotted #ffffff;
}
#content .tables table th {
width: 25%;
text-align: left;
vertical-align: top;
}
#content .tables table td {
width: 75%;
text-align: left;
}
#content ul {
margin-left: 6px;
padding: 10px;
font-size: 70%;
text-align: left;
list-style-type:none;
}
#content ul li {
border-bottom: 1px #0050c4 dotted; /* 項目の下枠線 */
padding: 5px;
font-size: 100%;
text-align: left;
list-style-position:inside;
list-style-image:url(../images/h3libg.png);
margin-left:10px;
}
#content ul li a {
display: block;
position: relative; /* IE6用 */
padding: 0; /* リンクエリアのパディング（上右下左） */
font-size: 100%;
text-align: left;
text-decoration: none;
margin-left:20px;
line-height:1.5em;
}
#content ul li a:hover {
display: block;
position: relative; /* IE6用 */
padding: 0; /* リンクエリアのパディング（上右下左） */
text-decoration: underline;
font-size: 100%;
text-align: left;
margin-left:20px;
line-height:1.5em;
}
#content ul li p {
margin: 3px 15px 5px;
font-size:90%;
text-align: left;
color: #ffffff;
}
#content dl dt{
background-image:url(../images/h3libg.png);
background-repeat:no-repeat;
background-position:left;
color: #0050c4;
font-size: 80%;
font-weight: bold;
text-decoration: none;
margin: 0px 18px 5px;
border-bottom: 1px #f29600 dotted; /* 項目の下枠線 */
}
#content dl dt a{
margin-left:20px;
font-size: 100%;
color: #0050c4;
font-weight: bold;
text-decoration: none;
}
#content dl dt a:hover{
margin-left:20px;
font-size: 100%;
color: #0050c4;
font-weight: bold;
text-decoration: none;
}
#content dl dd{
font-size: 70%;
margin: 0 20px 20px;
}

/* フッタ */
#footer {
clear: both; /* フロートのクリア */
width:760px;
background-color: #F3F3F3; /* フッタの背景色 */
border: 0px solid #cccccc;
margin: 0 auto;
}
#footer p {
font-size: 65%;
line-height: 20px;
text-align: center;
margin: 3px 0 3px 0;
}
#footer p a {
text-decoration: none;
}
#footer p a:hover {
text-decoration: none;
}

/* --- フッタナビゲーション --- */
#footer .footNav {
width:760px;
background-color: #F3F3F3; /* フッタの背景色 */
font-size: 65%;
}

/* --- メニューエリア --- */
#footer .footNav .nl {
margin: 2px;
padding-top: 1px;
list-style-type: none;
text-align: right; /* メニューの配置位置 */
}

/* --- メニュー項目 --- */
#footer .footNav .nl li {
margin: 0px 4px; /* 項目のパディング（上下、左右） */
display: inline;
}

/* --- Dottedスタイル --- */
.separator1 {
height: 2px;
border: none;
border-top: 1px #6889C1 dotted; /* 枠線 */
}

/*clearfix*/
#wrap:after{
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
* html #wrap{
/*\*/height: 1%;/*for WinIE*/
display: inline-table;/*for MacIE*/
}

/*Browser clear*/
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
* html .clearfix {
/*\*/height: 1%;/*for WinIE*/
display: inline-table;/*for MacIE*/
}
.clear {
clear: both;
}