/* basic elements
-------------------------------------------------------------------------------- */

*{
	padding: 0;
	margin: 0;
	font-family: "MS UI Gothic", Osaka, sans-serif;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	background-color: transparent;
	zoom:1;
}

li {
	zoom:normal;
}

img,a img{
	vertical-align:top;
	border:none;
}

html,body{
	height:100%;
	min-height:100%;
}

html>/**/body{
  overflow:-moz-scrollbars-vertical;
}

html:first-child body{
  min-height:100%;
  padding-bottom:1px;
}

a,a:link,a:visited,a:hover,a:active{
	color: #935a06;
	outline:none;
	font-weight:bold;
	font-size:90%;
}
a,a:link,a:visited{text-decoration:underline;}
a:hover{text-decoration:none;}
a:active{text-decoration:none;}


hr {
	display: none;
}


strong {
	font-weight: bold;
}

em {
	font-style: italic;
}


ul{
	list-style:none;
}


u {
	text-decoration: underline;
}



blockquote {
	margin: 5px 5px 20px 5px;
	border-left: 2px solid #A2D0FF;
}

table{
	border-collapse:collapse;
	margin-bottom:10px;
}
th,
td{
	border:1px solid #c7a777;
	padding:10px;
}
th{
	background:#ffeed4;
	font-weight:bold;
	text-align:center;
}
/* .pkg class wraps enclosing block element around inner floated elements 
-------------------------------------------------------------------------------- */
.pkg:after{
	clear: both;
	height: 0.1px;
	visibility: hidden;
	font-size: 0.1em;
	line-height: 0;
	display: block;
	content: " ";
}

* html .pkg{
	display: inline-block;
}

/* no ie mac \*/
* html .pkg {
	height: 1%;
}

.pkg {
	position: relative;
	display: block;
}

/* */

/* standard helper classes
-------------------------------------------------------------------------------- */
.fly {
	position: absolute;
	left: -999px;
	height: 100px;
	width: 100px;
	overflow: hidden;
}

.flo-right {
	float: right;
}
.flo-left {
	float: left;
}


.tx-center {
	text-align: center;
}
.tx-right{
	text-align:right
}
.tx-left{
	text-align:left
}

.margin10{
	margin:10px;
	display:block;
}

.mar-right0{
	margin-right:0;
}

.mar-right10{
	margin-right:10px;
}
.mar-top10{
	margin-top:10px;
}
.padding10{
	display:block;
	padding:10px;
}
.padding-btm10{
	padding-bottom:10px;
}
.padding-top15{
	padding-top:15px;
}
.padding-top20{
	padding-top:20px;
}

.totop {
	clear:both;
	text-align:right;
	padding:15px 15px 0 0;
}
.totop img{
	position:relative;
	top:2px;
	right:5px;
}

.red {
	color:#FF0000;
}

.clear{
	clear:both;
}

/* this site all use
-------------------------------------------------------------------------------- */

#get-flash {
	padding: 5px;
	border: 1px solid #CCCCCC;
	background-color: #E8E8E8;
}


#get-flash img {
	float: left;
	margin:0 10px 5px 0;
}

#get-flash p {
	letter-spacing:0!important;
	margin:0!important;
	padding:0!important;
}

.noscript {
	text-align:center;
	line-height:150%;
	padding:50px 0;
}

#no-flash {
	padding:50px 0;
	text-align:center;
	vertical-align:middle;
	line-height:150%;
}

#no-flash img {
	margin:0 0 20px;
}

