/* CSS Document */

@charset "UTF-8";

html {
	overflow-y: scroll;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote {
	margin: 0;
	padding: 0;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	font-size: 100%;
}
address,caption,cite,code,dfn,h1,h2,h3,h4,th,var {
	font-style: normal;
	font-weight: normal;
}
fieldset,img,abbr {
	border: 0;
}
img {
	vertical-align: bottom;
}


table {
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0 auto;
}
th,td {
	margin: 0;
	padding: 0;
}
th,td {
	text-align: left;
}
caption,th {
	text-align: left;
	margin: auto;
}
object,embed {
	vertical-align: top;
}
hr,legend {
	display: none;
}






body {
    background-color: #FFFFFF;
	color: #666666;
	font-family: Verdana, "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
	font-size:13px;
}

h1 {
    font-size: 100%;
	color: #666666;
	text-decoration: none;
	vertical-align: top;
}

h1 img { margin-bottom: -5px; }

h2 {
    font-size: 130%;
	font-weight: bold;
	text-align: left;
	border-bottom: solid 3px #FF9999;
	margin-bottom: 10px;
}

h3 {
    font-size: 110%;
	font-weight: bold;
	text-align: left;
	color: #FF9999;
	border-bottom: solid 1px #666666;
	margin-top: 30px;
	margin-bottom: 10px;
}

h4 {
    font-size: 110%;
	font-weight: bold;
	border-bottom: solid 3px #FF9999;
}

p { 
    margin-bottom: 1em;
	line-height: 150%; }

strong {
    font-weight: normal;
}

td, th { 
    padding: 5px; 
}




a { 
    color:#CC66FF; 
}

a:hover { 
    color: #FF9999; 
}




#wrapper { 
    width: 800px;
	margin: auto;
	padding-top: 10px;
	background-color: #FFFFFF;
}



/*--header--*/
#header { 
    width: 800px;
	height:110px; 
}

#header img { 
    border: none; 
}


#sitemap { 
    text-align: right; 
	margin-top: -100px; 
	font-size: 80%; 
}

#samplefax { 
    margin-left: 280px; 
	padding-top: 20px; 
	margin-bottom: 0; 
}





ul#h-img { 
    list-style: none;
	margin-left: 280px;
	margin-top: 30px;
}

ul#h-img li img { 
    display: none;
}

ul#h-img li {
    float: left;
	height: 50px;
}

#h-present {
    display: block;
	width: 145px;
	height: 50px;
}

#h-present a {
	background: url(../img/other/present.gif) no-repeat;
	display: block;
	width: 145px;
	height: 50px;
}

#h-present a:hover {
	background: url(../img/other/present2.gif) no-repeat;
	height: 50px;
}

#h-sample {
    display: block;
	width: 160px;
	height: 50px;
}

#h-sample a {
	background: url(../img/other/sample.gif) no-repeat;
	display: block;
	width: 160px;
	height: 50px;
}

#h-sample a:hover {
	background: url(../img/other/sample2.gif) no-repeat;
	height: 50px;
}

#h-fax {
    display: block;
	width: 200px;
	height: 50px;
}

#h-fax a {
	background: url(../img/other/faxmail.gif) no-repeat;
	display: block;
	width: 200px;
	height: 50px;
}

#h-fax a:hover {
	background: url(../img/other/faxmail2.gif) no-repeat;
	height: 50px;
}




/*--navigation--*/
ul#navigation {
    width: 800px;
	height: 25px;
	margin-top: 5px;
	clear: both;
}

ul#navigation li {
	width: 133px;
	height: 25px;
	float: left;
	list-style: none;
	text-indent: -9999px;
}

ul#navigation li a {
    display: block;
	height: 25px;
    background-image: url(../img/other/navi.gif);
	background-repeat: no-repeat;
}

ul#navigation li#navi-home a {
    background-position: 0 0;
}

ul#navigation li#navi-item a {
    background-position: -133px 0;
}

ul#navigation li#navi-order a {
    background-position: -266px 0;
}

ul#navigation li#navi-payment a {
    background-position: -399px 0;
}

ul#navigation li#navi-shipping a {
    background-position: -532px 0;
}

ul#navigation li#navi-curt a {
    background-position: -665px 0;
}



ul#navigation li#navi-home a:hover {
    background-position: 0 -25px;
}

ul#navigation li#navi-item a:hover {
    background-position: -134px -25px;
}

ul#navigation li#navi-order a:hover {
    background-position: -267px -25px;
}

ul#navigation li#navi-payment a:hover {
    background-position: -400px -25px;
}

ul#navigation li#navi-shipping a:hover {
    background-position: -533px -25px;
}

ul#navigation li#navi-curt a:hover {
    background-position: -666px -25px;
}



ul#navigation li#navi-home.current a {
    background-image: url(../img/other/navi.gif);
    background-position: 0 -25px;
}

ul#navigation li#navi-item a:hover {
    background-position: -133px -25px;
}

ul#navigation li#navi-order a:hover {
    background-position: -266px -25px;
}

ul#navigation li#navi-payment a:hover {
    background-position: -399px -25px;
}

ul#navigation li#navi-shipping a:hover {
    background-position: -532px -25px;
}

ul#navigation li#navi-curt a:hover {
    background-position: -665px -25px;
}



#contents {
    width: 800px;
}


#main {
    float: right;
	width: 600px;
	padding-top: 23px;
	padding-left: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
}

#main ul { 
    padding-left: 20px; 
}

#main ol { 
    padding-left: 30px; 
}


/*--top page--*/
#top { 
    text-align: right; 
	clear: both; 
	padding-top: 20px;
}

#top-image { 
    background-image: url(../img/other/top.jpg);
	background-repeat: no-repeat;
	width: 100%;
	height: 320px;
	margin-top: 20px;
}
 
.top-image p {
    text-indent: -9999px;
}  
 
.top-copy1 {
    font-size: 140%;
	font-weight: bold;
	padding-top: 20px;
	padding-left: 30px;
	color: #660000;@
}

.top-copy2 {
    font-size: 140%;
	font-weight: bold;
	padding-left: 90px;
	margin-top: -10px;
	color: #660000;@
}

.copy2 {
    font-size: 110%;
    color: #FFFFFF;
	width: 500px;
	text-align: center;
	margin-left: -65px;
	margin-top: 40px;
	line-height: 2em;
}

.copy3 {
    font-size: 120%;
	font-weight: bold;
	color: #660000;
} 
 

.about {
    margin-top: 10px;
}

.about dt { 
    width: 460px;
	float:left;
	line-height: 1.5em;
	padding-right: 10px;
}

.about dd img {
    display: none;
}

#catalog1 {
    margin-left: 470px; 
    height: 145px; 
	display: block;
}

#catalog1 a {
    background: url(../img/other/12500.jpg) no-repeat ;
	height: 145px;
	display: block; 
}
	
#catalog1 a:hover {
    background: url(../img/other/12500-2.jpg) no-repeat ;
	height: 145px;
}

#catalog2 {
    margin-left: 470px; 
    height: 145px; 
	display: block;
}

#catalog2 a {
    background: url(../img/other/15500.jpg) no-repeat ;
	height: 145px;
	display: block; 
}
	
#catalog2 a:hover {
    background: url(../img/other/15500-2.jpg) no-repeat ;
	height: 145px;
}

#catalog3 {
    margin-left: 470px; 
    height: 145px; 
	display: block;
}

#catalog3 a {
    background: url(../img/other/25500.jpg) no-repeat ;
	height: 145px;
	display: block; 
}
	
#catalog3 a:hover {
    background: url(../img/other/25500-2.jpg) no-repeat ;
	height: 145px;
}

#catalog4 {
    margin-left: 470px; 
    height: 145px; 
	display: block;
}

#catalog4 a {
    background: url(../img/other/30500.jpg) no-repeat ;
	height: 145px;
	display: block; 
}
	
#catalog4 a:hover {
    background: url(../img/other/30500-2.jpg) no-repeat ;
	height: 145px;
}




/*--ƒJƒ^ƒƒOˆê——--*/
.catalogallwrap {
    width: 600px;
	height: 250px;
	margin-top: 10px;
}

.catalogall {
    width: 150px;
	height: 250px;
	margin-top: 10px;
	text-align: center;
	float: left;
}

.catalogall img {
    margin-bottom:: 5px; 
	border: solid 1px #CCCCCC; 
}
  


.cataloggallwrap {
    width: 600px;
	height: 230px;
	margin-top: 10px;
}

.cataloggall {
    width: 150px;
	height: 230px;
	margin-top: 10px;
	text-align: center;
	float: left;
}

.cataloggall img {
    margin-bottom:: 5px; 
	border: solid 1px #CCCCCC; 
}
    


#catalogall td { 
    width: 25%; 
    text-align: center; 
}

#catalogfall td { 
    width: 25%;
	text-align: center;   
}

.catalog td img {
    margin-bottom:: 5px; 
	border: solid 1px #CCCCCC; 
}



/*--ƒJƒ^ƒƒOÚ×--*/
#main-1 {
    width: 600px;
	height: 190px;
	padding-top: 40px;
}

#main-1-left {
    width: 280px;
	height: 190px;
	text-align: center;
	float: left;
}

#main-1-left p {
    font-size: 80%;
	padding-top: 5px; 
}

#main-1-right {
    width: 320px;
	height: 180px;
	float: left;
}

#main-1-right ul {
    padding-left: 20px;
}



#main-2 {
    width: 600px;
	height: 100px;
}

#main-2 form { 
	margin-top: 20px;
	margin-right: 50px;
	text-align: right;
} 


#main-3 {
    width: 600px;
	height: auto;
	padding-bottom: 40px;

}

#main-3 ul li {
    font-size: 90%;
    margin-left: 40px;
	margin-right: 20px;
}



#main-4 {
    width: 600px;
	height: 200px;
	padding-top: 20px;
}

#main-5 {
    width: 600px;
	height: 200px;
	padding-top: 20px;
}




/*--ˆ¥ŽAó--*/
#card-all td { 
    vertical-align: bottom; 
}

.original { 
    width: 380 px; 
}

.original p { 
    float: left; 
}

.card { 
    float: left; 
    padding-left: 10px; 
	padding-right: 20px; 
	padding-top: 20px; 
}



/*--FAX’•¶--*/
#fax-order{
    margin-left: 400px;
	margin-top: 20px;
}

/*--–³—¿Ž‘—¿¿‹--*/
#samplorder form { 
    margin-top: 20px;
	margin-left: 50px;
	margin-bottom: 10px;
}

/*--ƒ‰ƒbƒsƒ“ƒO--*/
.bag p { 
    width: 200px; 
	float: left; 
}

/*--‚Ì‚µ--*/
.noshi { 
    float: left; 
	padding-left: 10px; 
	padding-right: 20px; 
}

/*--ƒŠƒ“ƒN‚É‚Â‚¢‚Ä--*/
#aboutlink { 
    margin-bottom: 20px; 
}

#link a { 
    border: solid 1px #999999; 
	padding: 10px; 
	margin: 10px 10px 0 0 ; 
	text-decoration: none; 
}

#link a:hover { 
    background-color: #CC99FF; 
}

/*--sitemap--*/
#map a { 
    text-decoration: none;
	color: #666666; 
}

#map a:hover {
    text-decoration: underline;
	color: #CC66FF;
}

#sogo {
	float: left;
	width: 200px;
	margin-bottom: 20px;
}

#sogo p { 
    padding-left: 10px; 
}

#foods {
    padding-left: 20px;
	float: left;
	width: 200px;
}

#foods p { 
    padding-left: 10px; 
}




/*--side navigation--*/
#side-navi {
    float: left;
	width: 140px;
	padding-top: 27px;
	padding-left: 10px;
}

#side-navi ul {
	padding-top: 10px;
	padding-bottom: 20px;
	list-style: none;
	width: 140px;
}

#side-navi ul li {
    line-height: 1.5em;
	white-space: pre;
	border-bottom: solid 1px #CCCCCC;
	width: 140px;
}

#side-navi ul li a {
    text-decoration: none;
}



/*--footer--*/
#footer {
    width: 800px;
	margin-top: 10px;
	padding-bottom: 20px;
	clear: both;
	text-align: center;
	border-top: solid 1px #666666;
}

#footer a { 
    text-decoration: none;
	color: #666666; 
}

#footer a:hover { 
	color: #666666; 
}


.price { 
    font-weight: bold;
	color: #FF0000;
}

.clear { 
    clear: both; 
}

.right { 
    text-align: right; 
}

.center {
    text-align: center;
}

.mt10 { 
    margin-top: 10px; 
}

.mt20 { 
    margin-top: 20px; 
}

