body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,
fieldset,input,textarea,p,blockquote,th,td{
margin: 0; 
padding: 0;
}
html{
overflow-y: scroll;
}
h1,h2,h3,h4,h5,h6{
font-size: 100%; 
font-weight: normal;
}
ol, ul{
list-style:none;
}
p{
margin:0 0 1em 0;
}
img{
border:0;
vertical-align:bottom;
}
table{
border-collapse: collapse; 
border-spacing:0;
}
caption, th{
text-align: left;
}
address,caption,cite,code,dfn,em,strong,th,var{
font-style: normal; 
font-weight: normal;
}

a:link  {
color: #0033FF;
}

a:visited {
color:#000066;
}

a:hover {
color: #EE8EB1;
}

body{
margin: 0;
padding: 0;	
text-align: center;
font-size:0.8em;
line-height:1.5;
font-family:Verdana, Tahoma, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
background-image:url(img/bg_body.gif);
background-color:#FFFFFF;
}
#wrapper {
margin: 0px auto;
padding: 0px 15px;
border-left: 1px solid #999999;
border-right: 1px solid #999999;
border-bottom: 1px solid #999999;
background-color:#FFFFFF;
width:763px;
text-align:left;

}
#header {
width: 760px;
}
ul#lnavi {
float:right;
margin-top:75px;
margin-right:10px;

}
ul#lnavi li{
float:left;
margin-left:20px;
}
ul#gnavi {	
width: 763px;
height: 48px;
}
ul#gnavi li{
float: left;
}
#footer {
clear: both;
margin: 0px;
padding: 0px;
width: auto;
background-color: #FFFFFF;
color:#FFFFFF;
}
p.title{
background-image:url(img/bg_titlebar.gif);
padding-top:10px;
padding-bottom:5px;
padding-left:1em;
font-weight:bold;
}
.redbold {
font-weight:bold;
color:#FF0000;
}
p.caution {
padding-left:36px;
background-image:url(img/bg_important.png);
background-repeat:no-repeat;
line-height:33px;
color:#CC0000;
font-size:1.5em;
font-weight:bold;
}

div.graybox {
width:auto;
border:10px solid #DCDCDC;
background-color: #F5F5F5;
padding:20px;
margin-bottom:1em;
}

/* _________________________

index.html
_________________________ */

#indexleft {
float:left;
width:520px;
margin-top: 20px;
}
#infobottom{
width: 520px;
height:123px;
background-image:url(img/wsinfo_bg.gif);
background-repeat:no-repeat;
}
img#infomore {
margin-top:5px;
margin-left:220px;
}
ul#newstopics {
width:520px;
background-image:url(img/news_bg.gif);
background-repeat:repeat-x;
}
ul#newstopics li{
padding:0 15px;
line-height:2.5;
border-bottom:1px dashed #999999;
}
.newsdate {
margin-right:10px;
font-weight:bold;
}
#indexright {
width:192px;
margin-top: 20px;
margin-left:568px;
}
ul#hanbailist{
width:192px;
margin-top: 10px;
}
ul#hanbailist li.message{
min-height:40px;  
height: auto !important;  
height: 40px; /*ここにIE６用の高さを設定*/
background-image:url(img/hanbai_bg.gif);
background-repeat:no-repeat;
background-position:100% 100%;
padding:0px 5px 5px 5px;
margin-bottom:10px;
}
ul#wasedablog {
width: 192px;
background-image:url(img/blog_bg.gif);
background-repeat:repeat-y;
}
ul#wasedablog li {
padding: 5px 7px;
border-bottom: 1px dotted #999999;
}
ul#wasedablog li span.date {
font-weight: bold;
}
ul#wasedablog li span.desc {
font-size: 0.9em;
line-height: 1.3;
}

.margintop {
margin-top:30px;
}
.pr {
margin-left:30px;
background-image:url(img/pr_arrow.png);
background-repeat:no-repeat;
line-height:16px;
text-indent:19px;
font-weight:bold;
color:#FF00CC;
}
#management {
text-align:right;
}

/* _________________________

index.html以外のページ
_________________________ */

#left_column {
float: left;
width: 198px;
margin-top: 40px;
margin-bottom: 40px;
background-image:url(img/bg_ystripe.gif);
background-repeat:repeat-y;
}
#right_column {
float: right;
width: 500px;
margin-top: 40px;
margin-bottom: 40px;
margin-right: 25px;

}
h1 {
}
h2{
}
ul.menu {
background-color:#FFFFFF;

}

ul.menu li{
display: block;
overflow-y: hidden;
margin: 0;
color: #999;
line-height: 48px;
height: 48px;
font-size: 1.2em;
background: url("img/menu_bg.gif") no-repeat;
}
ul.menu li.title{
font-weight:bold;
color:#FFFFFF;
background: url("img/menu_bg_title.gif") no-repeat;
text-indent:10px;
}
.menu li.menuhere{
color:#000000;
background: url("img/menu_bg_link.gif") no-repeat;
font-weight:bold;
}
.menu li a:link, .menu li a:visited, .menu li a:active {
display: block;
margin: 0;
color: #999900;
text-indent: 10px;
text-decoration: none;
}
.menu li a:hover {
color: #666600;
background: url("img/menu_bg_link.gif") no-repeat;
}

/* フォーム */
.short {
width:150px;
}
.middle {
width:250px;
}
.long {
width:300px;
}
/* お問い合わせ */
table.onlineform {

}
table.onlineform tr{
border-top:1px solid #DDDDDD;
}
table.onlineform th{
padding:15px;
vertical-align:top;
text-align:right;
background-color:#F4F4F4;
}
table.onlineform td{
padding:10px;
}
table.contactform {
}
table.contactform th{
padding:10px;
vertical-align:top;
background-image:url(img/bg_ystripe.gif);
border-top:2px solid #FFFF33;
}
table.contactform td{
padding:10px;
border-top:1px solid #FFFF33;
}
.necessity {
color:#FF0000;
}
table.storelist {
width:500px;
margin-bottom:2em;
}
table.storelist td {
border-bottom:1px dotted #CCCCCC;
line-height:1.7; 
}
table.storelist th {
background-image:url(img/bg_ystripe.gif);
font-weight:bold;
}
table.storelist td.storename{
width:230px;
}
/* 最新号の紹介ページ */
div.tatiyomi {
float:right;
margin:10px;
margin-left:0px;
}
/* バックナンバーのページ */
.outer {
width:auto;
background-image:url(img/bg_ystripe.gif);
padding:10px;
margin-bottom:20px;
border:1px solid #FFFF33;
}
.inner {
width:auto;
padding:15px;
background-color:#FFFFFF;
color:#000000;
}
.bn_hyosi{
float:left;
margin-right:10px;
margin-bottom:auto;
}
.soldout{
background-image:url(img/soldout.gif);
background-position:100% 0%;
background-repeat:no-repeat;
}
.bn_intro{
margin-left:245px;
}
/* アンケートページ */
.ss-required-asterisk {
color:#FF0000;
}
.ss-q-title {
font-weight:bold;
}
.ss-q-help{
color:#333333;
font-size:0.9em;
}