/* CSS Document */

body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
	font-family: "ＭＳ Ｐゴシック", Osaka, sans-serif;
	font-size: 12px;
	background-image: url(../img/bg_main.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #996633;
}
.twoColFixLt #container {
	width: 880px;
	text-align: left;
	margin: 80px auto 0px;
	padding: 5px 10px 5px 0px;
}
.twoColFixLt #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 180px;
}
.banner {
	margin-top: 10px;
	margin-left: 20px;
}
.twoColFixLt #mainContent {
	margin-top: 45px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 182px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 10px;
} 
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
/* sidebar*/
div#side-logo {
	text-align:center;
	vertical-align: top;
	padding-bottom: 20px;
}
div#side-nav {
	margin-top: 50px;
	margin-bottom: 10px;
	margin-left: 20px;
	}
#side-nav a {
	color: #5A1603;
	line-height:24px;
	letter-spacing:.1em;
	text-decoration: none;
	display:block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	background-image: url(../img/logo-leaf.gif);
	background-repeat: no-repeat;
	background-position: 14px 35%;
	padding-top: 8px;
	padding-right: 6px;
	padding-bottom: 10px;
	padding-left: 40px;
	}
#side-nav a:hover {
	color: #FF9900;
	background-image: url(../img/logo-leaf.png);
	background-repeat: no-repeat;
	background-position: 14px 35%;
	}
#side-text {
	width: 150px;
	margin-left: 20px;
	margin-top: 10px;
}
#side-text a {
	color:#333;
	text-decoration: none;
}
.side-text {
	margin: 0px;
}
.qr-code {
	margin-top: 5px;
	margin-left: 10px;
	margin-bottom: 5px;
}

/*main page*/
div#head {
	text-align: right;
	padding-right: 25px;
	margin-bottom: 10px;
	}
#head a {
	color: #fff;
	text-decoration: none;
	}
#head a:hover {
	color:#FFCC99;
	}
td#main {
	margin: 10px;
	background-color: #f4dcc7;
	}
.mainimg {
	padding-left: 11px;
	}
td#main2 {
	background-color: #f4dcc7;
	margin-bottom: 10px;
	margin-top: 5px;
	}
td#main h2 {
	color: #CC6633;
	margin-top: 12px;
	margin-bottom: 5px;
	margin-left: 20px;
	font-size: 14px;
	}
td#main h3 {
	color: #333333;
	margin-top: 12px;
	margin-bottom: 5px;
	font-size: 12px;
	font-weight: normal;
	text-align: right;
	}
.txt {
	margin-right: 20px;
	margin-left: 20px;
	margin-top: 0px;
}
.txt a {
	color:#FF0033;
	}
.left-img {
	float:left;
	padding: 0px 5px 5px 0px;
}

/*foot*/
div#foot {
	text-align:center;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	font-size: 10px;
	}

/*menu nav*/
div#menu {
	background-color:#f4dcc7;
	margin-left: 10px;
	margin-top: 10px;
	}
#menu li {
	display: inline;
}
#menu li a {
	color: #CC6633;
	text-decoration: none;
	float: left;
	display: block;
	line-height: 1.2;
	margin-top: 5px;
	margin-right: 0px;
	padding-top: 5px;
	padding-right: 30px;
	padding-bottom: 5px;
	padding-left: 30px;
	font-family: "ＭＳ Ｐゴシック", Osaka, sans-serif;
	font-size: 13px;
	font-weight: bolder;
	background-image: url(../img/menu/logo-leaf2.gif);
	background-repeat: no-repeat;
	background-position: left;
}
#menu li a:hover {
	color:#FF9900;
	}
#menu .subselected a {
	color: #5A1603;
}
div#menu-bar {
	border-bottom-color:#663300;
	margin-right: 20px;
	margin-bottom: 5px;
	margin-left: 20px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	margin-top: 5px;
	}
#menu-table {
	margin-left: 10px;
	margin-top: 10px;
	}
div#menu-bar2 {
	border-bottom-color:#663300;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	margin-left: 20px;
	}
#menu-table a {
	color: #CC6633;
	margin-top: 12px;
	margin-bottom: 5px;
	margin-left: 20px;
	font-size: 14px;
	font-weight: bolder;
	text-decoration: none;
	}
#menu-table a:hover {
	color: #FF9933;
	text-decoration: underline;
	}
.addon {
	color: #CC6633;
	margin-top: 12px;
	margin-left: 20px;
	font-size: 14px;
	}
.txt-priceL {
	color: #333333;
	margin-top: 12px;
	font-size: 12px;
	font-weight: normal;
	}
.txt-indent{
	padding-left: 30px;
	}
/*form*/
#form-table {
	margin: 20px 0;
	}
