/* CSS Document */

h2 {
background-image:url(../image/news_topics.jpg);
background-repeat:no-repeat;
width:525px;
height:100px;
}

h3 {
background-image:url(../image/news_item.jpg);
background-repeat:no-repeat;
width:525px;
height:100px;
}


body {
background:url(../image/bg_top.jpg) repeat-x 0 0;
margin: 0px;
padding: 0px;
}


#contents {
background-image:url(../image/bg_contents.jpg);
background-repeat:repeat-x;
width:860px;
background-color:#FFFFFF;
margin:0 auto;
}

#header {
width:860px;
height:250px;
background-image:url(../image/header.jpg);
margin:0;
}

#logo a{
background-image:url(../image/logo.jpg);
background-repeat:no-repeat;
display:block;
width:433px;
height:122px;
margin-top:0;
margin-left:0;
float:left;
}




#menubox {
margin:0;
width:860px;
height:29px;
background-image:url(../image/bg_menu2.jpg);
}

#menubox li { 
display : inline; 
padding :0; 
margin:0;
float:left; 
}

ul { 
margin: 0; 
padding :0; 
list-style-type : none;
}

/*メニューボタン*/
#homebutton {
margin-top:0;
margin-left:0;
width:860px;
height:29px;
}

#newitembutton {
margin-top:0;
margin-left:0;
width:172px;
height:29px;
float:right;
}

#shoppingbutton {
margin-top:0;
margin-left:0;
width:171px;
height:29px;
float:left;
}


#contactbutton {
margin-top:0;
margin-left:0;
width:171px;
height:29px;
float:left;
}



#companybutton {
margin-top:0;
margin-left:0;
width:172px;
height:29px;
float:left;
}



#spacerbox {
width:860px;
height:20px;
background-image:url(../image/bg_menu.jpg);
background-repeat:no-repeat;
}

#infomationbox {
width:860px;
margin:0;
}

#infoleft {
width:475px;
}

#infotext  {
width:450px;
margin-left:20px;
margin-top:10px;
}

#magazinebox {
width:450px;
margin-left:20px;
margin-top:10px;
}

#magazinebox a {
text-decoration:none;
color:#ff66cc;
}

#magazinebox a:hover {
text-decoration:none;
color:#a61b40;
}

#buttonbox  {
width:300px;
margin-right:10px;
float:right;
}

#calender {
width:300px;
margin-right:10px;
float:right;
}
.buttonmargin {
margin-bottom:15px;
}

#footer {
width:860px;
height:120px;
background-image:url(../image/bg_footer.jpg);
background-repeat:no-repeat;
font-size:12px;
font:bold;
color:#ffffff;
background-color:#9e1d60;
text-align:center;
margin:0;
}

#footer a {
text-decoration:none;
color:#ffffff;
}

#footer a:hover {
text-decoration:none;
color:#ff66cc;
}

.none {
display:none;
}

.clear {
clear:both;
}

/*新商品情報ページ*/

#spacerbox2 {
width:800px;
height:12px;
background-image:url(../image/menu_underbar2.jpg);
background-repeat:no-repeat;
background-position:top;
}

#newitemtitlebox{
width:860px;
height:93px;
background-image:url(..//image/newitem_titlebar.jpg);
background-repeat:no-repeat;
}

#newitembox {
width:800px;
margin-top:20px;
margin-left:25px;
font-size:12px;
color:#FF3366;
font-style:bold;
border:#ff6699 solid 5px;
background-color:#FFFFFF;
}

.newitemmargin {
margin:20px 10px 0 15px;
border:#cc3399 solid 3px;
float:left;
}

.floatright {
margin-right:0;
float:right;
}

.floatleft {
margin:20px 10px 10px 15px;
float:left;
}