﻿@charset "utf-8";
/* CSS Document */

/***** オールリセット *****/
* { border-collapse:collapse; font-size:100%; font-style: normal;  }
img{ border:none; }
.clearfix:after { content: "."; display: block; height: 0; visibility: hidden; clear: both; }

body { font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3"; font-size:12px; line-height:1.5em; color:#666666; margin:0; padding:0; }
a, 
a:link, 
a:visited { color:#0A8BB0; font-weight:bold; text-decoration:none;}
a:hover { text-decoration:underline;}


/***** 共通要素 *****/
#wrap { width:915px; margin: 0px auto 0px auto; padding: 0px; }
#contents{ background-image:url(/static/images/bg.jpg); background-position:top; background-repeat:repeat-x; border:none; border-top:1px solid white;}
#main {background-color:#ffffff; border:1px solid #cccccc; width:817px; margin:0 auto 20px auto; padding:25px; }
#main_1 { width:380px; margin-right:55px; float:left;}
#main_2 { width:380px; float:left;}

#err {border-left:5px solid red; color:red; background-color:#fff1f1; padding:3px 5px 3px 8px; margin: 5px 0 5px 0;}
.red {color:red;}
.bold {font-weight:bold;}


.header{ background-image:url(/static/images/header_bg.jpg); background-position:top; background-repeat:repeat-x; height:101px;}
.header a, 
.header a:link, 
.header a:visited { color:white; text-decoration:none;}
.header a:hover { text-decoration:underline;}

#footer { margin:10px 24px 50px 24px; border:1px solid #cccccc; background-image:url(/static/images/footer_bg.jpg); background-position:top; background-repeat:repeat-x; height:195px; padding:25px; color:#666666;}
#footer ul {margin-top:10px; list-style: none;}
#footer li {display:block; float:left; margin-right:10px;}
#footer a, 
#footer a:link, 
#footer a:visited { color:#666666; font-weight:normal; text-decoration:none; border:none;}
#footer a:hover { text-decoration:underline;}

#pankuzu {margin: 5px 10px 5px 10px; color:#666666;}
#cell {margin-bottom:10px;}
#cell ol{padding-left:30px;}

.selections td {text-align:center;}

/***** トップページ要素 *****/
#top #contents{ background-image:url(/static/images/top_bg.jpg); background-position:top; background-repeat:no-repeat; }
#top #contents1{ background-image:url(/static/images/top_bg1.jpg); background-position:top; background-repeat:no-repeat; }
#top #contents2{ background-image:url(/static/images/top_bg2.jpg); background-position:top; background-repeat:no-repeat; }
#top #contents3{ background-image:url(/static/images/top_bg3.jpg); background-position:top; background-repeat:no-repeat; }
#top #contents4{ background-image:url(/static/images/top_bg4.jpg); background-position:top; background-repeat:no-repeat; }
#top #contents5{ background-image:url(/static/images/top_bg5.jpg); background-position:top; background-repeat:no-repeat; }
#top #contents6{ background-image:url(/static/images/top_bg6.jpg); background-position:top; background-repeat:no-repeat; }
#top #contents7{ background-image:url(/static/images/top_bg7.jpg); background-position:top; background-repeat:no-repeat; }
#top #contents8{ background-image:url(/static/images/top_bg8.jpg); background-position:top; background-repeat:no-repeat; }
#top #main_430 { width:430px; margin-right:55px; float:left; }
#top #main_325 { width:325px; float:left; }

/***** 商品一覧要素 *****/
#list h1 {background-image:url(/static/images/regular_titlebg.gif); background-repeat:no-repeat; width:815px; height:13px; padding:18px 10px 15px 15px; margin-bottom:10px; overflow:hidden; font-size:14px;}
#list #cartin {text-align:center; margin: 20px auto 20px auto;}
#list #itemcell {width:435px; float:left;}
#list #itemcell th {text-align:left; color:#0A8BB0;}

/***** 商品詳細要素 *****/
#detail #leftpanel {width: 350px; margin-right:10px; float:left;}
#detail #rightpanel {width: 410px; float:left;}

#detail h1 {background-image:url(/static/images/detail_titlebg.gif); background-repeat:no-repeat; width:410px; height:13px; padding:18px 10px 15px 15px; margin-bottom:10px; overflow:hidden; font-size:14px;}

#detail #cartin {text-align:center; margin: 20px auto 20px auto;}
#detail #itemcell {margin-left:20px;}
#detail #itemcell th {text-align:left; color:#0A8BB0;}




/***** 一般ページ要素 *****/
#regular h1 {background-image:url(/static/images/regular_titlebg.gif); background-repeat:no-repeat; width:815px; height:13px; padding:18px 10px 15px 15px; margin-bottom:10px; overflow:hidden; font-size:14px;}
#regular h2 {border-bottom:1px solid #cccccc; font-size:14px; padding-bottom:3px; margin-bottom:10px; text-align:left;}

#regular #contents table {border-right: 1px solid #cccccc; border-top: 1px solid #cccccc;}
#regular #contents th {background-color:#E4F6F9; border-left: 1px solid #cccccc; border-bottom: 1px solid #cccccc;}
#regular #contents td {border-left: 1px solid #cccccc; border-bottom: 1px solid #cccccc; }
#regular #spec th { text-align:left; }
#regular #spec td { text-align:left; }
