@charset "utf-8";
/*--------------------------------------
              link style
--------------------------------------*/

a img {
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}
a:link {
	text-decoration: none;
	color: #FFFFFF;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	color: #8d7e44;
	text-decoration: underline;
}
a:active {
	color: #FFFFFF;
	text-decoration: none;
}
/*--------------------------------------
            clearfix
--------------------------------------*/

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;/*ﾂ･*//*/
  height: auto;
  overflow: hidden;
  /**/
}
#wapper {
	width: 1062px;
	margin-right: auto;
	margin-left: auto;
	/*background-image: url(../images/mainBG.jpg);*/
	background-image: url(../images/back-2.png);
	background-repeat: repeat-y;
	background-position: center;
}
#header {
	/*background-image: url(../images/headerBG.jpg);*/
	background: url(../images/back-1.png);
	height: 107px;
	width: 1061px;
	margin-right: auto;
	margin-left: auto;
	background-position: center top;
	position: relative;
	background-repeat: no-repeat;
	padding-left: 1px;
}
#header h2 {
	color: #FFF;
	font-size: 12px;
	font-weight: normal;
	position: absolute;
	left: 30px;
	top: 5px;
}
#header address {
	position: absolute;
	top: 5px;
	/*right: 185px;*/
	right: 27px;
}
#header #headerNavi {
	position: absolute;
	bottom: 4px;
	/*right: 190px;*/
	right: 34px;
}
#header .card {
	position: absolute;
	top: 2px;
	right: 34px;
}
#header #headerNavi li {
	display: inline;
}
#flash {
}
#mainHeader {
	background-image: url(../images/mainBGHeader.jpg);
	height: 17px;
	width: 994px;
	margin-right: auto;
	margin-left: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
	margin-top: 15px;
	margin-bottom: 0px;
}
#main {
	background-image: url(../images/mainInBG.jpg);
	width: 994px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	padding-bottom: 25px;
}
#main #nav {
	width: 941px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
}
#main #nav li {
	display: inline;
	margin: 0px;
	padding: 0px;
	float: left;
}
#footer {
	background-color: #6e0b0b;
	height: 120px;
	width: auto;
	clear: both;
	padding-top: 20px;
	font-size: 12px;
	bottom: 0px;
}
#footer #footerContets {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	color: #FFF;
}
#footer #footerContets ul {
	list-style-type: none;
	font-size: 12px;
	margin-bottom: 5px;
}
#footer #footerContets li {
	display: inline;
	padding-right: 5px;
	padding-bottom: 10px;
}
#footer #footerContets li a {
	color: #FFF;
}
#footer #footerContets h2 {
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: normal;
	clear: both;
}
.gold {
	font-weight: bold;
	color: #d79f1a;
	font-size: 16px;
	padding-right: 3px;
}
.red {
	font-weight: bold;
	color: #ff0000;
	font-size: 16px;
	padding-right: 3px;
}
.red2 {
	color: #ff0000;
}
.pink {
	font-weight: bold;
	color: #ff90f3;
	font-size: 16px;
	padding-right: 3px;
}
.purple {
	font-weight: bold;
	color: #9516e6;
	font-size: 16px;
	padding-right: 3px;
}
.ng {
	color: #666666;
}
.blue {
	color: #00F;
}
#tinybox {
	position:absolute;
	display:none;
	padding:10px;
	background:#fff no-repeat 50% 50%;
	z-index:2000;
}
#tinymask {
	position:absolute;
	display:none;
	top:0;
	left:0;
	height:100%;
	width:100%;
	background:#000;
	z-index:1500
}
#tinycontent {
	background-color: #000;
}
