/* reset */

html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input { margin: 0; padding: 0; font-style: normal; }
img { border: none; }
table { border-collapse: collapse; border-spacing: 0; }

/* general */

body {
background-color: #FFFFFF;
font: 13px "Lucida Sans", Verdana, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, "メイリオ", "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;
color: #333333;
}

.right {
float:right;
}

.left {
float:left;
}
.clear {
clear:both;
}

a {
text-decoration: none;
color: #5b082d;
}

h1 {
font-size: 22px;
line-height: 150%;
margin-bottom: 16px;
font-weight:normal;
color: #5b082d;
}
h1 a {
color: #5b082d;
}

h2 {
font-size: 15px;
line-height: 150%;
margin-bottom: 16px;
font-weight:bold;
color: #5b082d;
}
h2 a {
color: #5b082d;
}

h3 {
font-size: 1em;
line-height: 150%;
font-weight:bold;
color: #5b082d;
}
h3 a {
color: #5b082d;
}

h4 {
font-size: 1em;
line-height: 160%;
font-weight:bold;
}

p {
line-height: 150%;
margin-bottom: 16px;
}

ul, ol {
list-style-position: outside;
padding: 0.5em 0 1em 2em;
}
li {
padding: 0.2em 0 0.2em 0;
}


#wrapper {
	background-image: url(images/header_bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

#header {
    margin: 0 auto;
    width:950px;
    height: 100px;
    clear:both;
}
#header a.logotitle {
    padding: 48px 0 0 28px;
    float:left;
    display:block;
}
#header ul {
    padding: 59px 0 0 20px;
    float:left;
    list-style: none;
}
#header ul, #header ul a {
    color: #5b082d;
    font-size: 12px;
    font-weight: bold;
}
#header ul li {
    padding: 0 10px 0 10px;
    float:left;
}
#main {
    margin: 0 auto;
	background-image: url(images/footerbox_bt.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
    clear:both;
}
#shopset {
margin: 0 auto;
width:950px;
text-align: right;
clear:both;
font-size: 12px;
}
#shopset ul {
padding: 3px 10px 3px 0;
    list-style: none;
}
#shopset ul li {
padding-left: 7px;
display: inline;
}
#shopset ul form {
display: inline;
}
#shopset img {
vertical-align: bottom;
}
#content {
    margin: 0 auto;
    padding: 10px 10px 0px 20px;
width:910px;
min-height: 300px;
        clear:both;
}
#headnavi {
padding-top: 20px;
text-align: right;
font-size: 10px;
}
#headnavi, #headnavi a {
    color: #5b082d;
}
#footer {
    padding-top: 20px;
    padding-bottom: 20px;
	background-image: url(images/footerbox_tp.gif);
	background-repeat: no-repeat;
	background-position: center top;
	    clear:both;
}
#footercontent {
    margin: 0 auto;
    padding-top:10px;
    padding-bottom:10px;
width:950px;
clear:both;
}
.footerbox {
padding: 0 5px 0 15px;
float:left;
font-size: 10px;
color: #5b082d;
}
.footerbox h3 {
font-size: 11px;
line-height: 150%;
font-weight:bold;
color: #5b082d;
}
.footerbox ul {
padding:0;
list-style:none;
}
.footerbox ul li {
padding:0;
list-style:none;
font-size: 11px;
line-height: 150%;
color: #5b082d;
}

.whatsnew a {
padding: 7px 0 0 0;
display: block;
float:left;
}

#copyright {
padding: 20px;
text-align: center;
font-size: 10px;
line-height: 150%;
color: #5b082d;
}

#category_desc h2 {
font-size: 13px;
line-height: 150%;
margin-bottom: 5px;
font-weight:bold;
color: #333333;
}

/* product info */
#product_deatail {
width:345px;
padding-right:5px;
float:left;
}
#product_deatail .price {
padding: 0 5px 5px 0;
font-size: 14px;
text-align: right;
display: block;
}
#product_deatail .addtocart {
padding: 5px 0 5px 0;
text-align: right;
display: block;
}
#product_photo {
width:550px;
float:left;
padding-bottom: 10px;
}
#option_img {
    padding: 5px;
	clear:both;
	text-align: left;
	font-size: 13px;
	line-height: 100%;
}
#option_img div.optionimgbox {
	font-size: 10px;
	width: 70px;
	height: 50px;
	padding: 2px;
	display: block;
	float:left;
}
.optionimgbox img {
	vertical-align:middle;
}

#topcategory {
    width: 100%;
	clear: both;
}
#topcategory a {
	width: 120px;
	height: 120px;
	padding-top: 8px;
	display: block;
	color: #FFFFFF;
	float: left;
	text-align: center;
	font-size: 12px;
	text-decoration: none;
	border: 1px #FFFFFF solid;
}
#topcategory a:hover {
	color: #FFFFFF;
	background-color: #CCCCCC;
	border: 1px #999999 solid;
}

#register-form {
width: 540px;
}
#register-login {
width: 300px;
padding: 10px;
border: dotted 1px #5b082d;
}

.alignright {
	text-align: right;
}

.maincolumn {
width: 700px;
}
.sidecolumn {

}
.submit {
	text-align: center;
	margin-top: 15px;
	margin-bottom: 10px;
}
.back {
	margin-top: 15px;
	margin-bottom: 10px;
}
.error {
padding: 10px;
color:#ff0000;
font-weight: bold;
}

.smallText {
font-size:10px;
}

.module-select:hover{
background-color:#ebf9fe;
}

td.productListing-data img {
padding-bottom: 10px;
}
td.productListing-data {
font-size: 11px;
padding-bottom: 30px;
}
td.productListing-data a {
font-size: 12px;
}

#socialapp {
clear:both;
text-align:right;
opacity:0.80;filter:alpha(opacity=80);
}
#socialapp:hover {
opacity:1;filter:alpha(opacity=100);
}
#socialapp a {
color: #333333;
}
#socialapp a:hover {
text-decoration:underline;
}