@charset "utf-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}

body {
	margin-left: auto;
	margin-right: auto;
	background-color: #FFF;
	background-image: url(../images/bg.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 14px;
	color: #333333;
}

h1 {
	padding-top: 12px;
	padding-left: 15px;
	font-size: 12px;
	font-weight: normal;
}

img {
	border: none;

}


#container {
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	margin-bottom: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FEC01F;
}

#home {
	width: 860px;
	background-image: url(../images/head_bg.gif);
	background-repeat: no-repeat;
	padding-right: 20px;
	padding-left: 20px;
}

#hed01 {
	height: 38px;
	background-image: url(../images/head1_bg.jpg) ;
}

#hedimage {
	padding-top: 10px;
	float: left;
}


#mainim {
	margin: 0px;
	padding: 0px;
	background-image: url(../images/navi_bg.jpg);
	height: 35px;
	width: 860px;
}

#mainmenu {
	padding-left: 20px;
	font-size: 14px;
}

#mainbody {
	margin-left: auto;
	margin-right: auto;
	width: 820px;
}

#footer {
	width: 860px;
	height: 69px;
	clear: left;
}

#copyright {
	padding-top: 40px;
	text-align: center;
}

#breadcrumbslist {
	width: 800px;
	padding-top: 15px;
	padding-bottom: 15px;
	height: 15px;
	font-size: 12px;
	color: #E18700;
}

#lin {
	padding: 0px;
	clear: left;
	width: 860px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 3px;
	margin-left: 0;
}
#mainmenu li {
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-decoration: none;
	display: inline;
}
#mainmenu  li a {
	text-decoration: none;
	color: #993300;
	font-weight: bold;
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
	height: 25px;
	display: block;
	float: left;
	padding-top: 10px;
	margin-right: 20px;
}
#mainmenu  li a:hover {
	background-image: url(../images/navi_bg_on.jpg);
	color: #FFFFFF;
}
#main2 img {
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
}



ul {
	margin: 0px;
	padding: 0px;
}
.mail {
	float: right;
	margin-top: 38px;
	padding-right: 10px;
}

.right {
	float: right;
}
.left {
	float: left;
}

.cart {
	vertical-align: middle;
}
.center {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
.clear {
	clear: both;
}
.bg {
	font-size: larger;
}
.sml {
	font-size: smaller;
}
