/********************
Yui font css
********************/
body {font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}
table {font-size:inherit;font:100%;}
/** * Bump up IE to get to 13px equivalent*/
pre,code,kbd,samp,tt {font-family:monospace;*font-size:108%;line-height:100%;}

/********************
reset browsers default css
********************/

/********************
1. Universal selecter
********************/
*{
	margin:0;
	padding:0;
	zoom:1;
}

/********************
html, body
********************/
html{
	height:100%;
}
html>/**/body{
	overflow:-moz-scrollbars-vertical;
}
html:first-child body{
	min-height:100%;
	padding-bottom:1px;
}

/********************
table
********************/
table{
	border-collapse:collapse;
	border:none;
	border-spacing:0;
}
th,td{
	vertical-align:top;
	/*  border:solid 1px #000;*/
	font-weight:normal;
	text-align:left;
}
caption{
	text-align:left;
}

/********************
list
********************/
ul,ol,dl{
	list-style:none;
}
li{
	display:list-item;
	zoom:normal;
}

/********************
img, object
********************/
img,a img{
	vertical-align:bottom;
	border:none;
	background:transparent;
}
object,embed{
	vertical-align:top;
}

/********************
form
********************/
fieldset{
	border:none;
}
input,textarea{
	font-size:100%;
}

/********************
text style
********************/
em,address,dfn{
	font-style:normal;
}
ul ul,ul dl,dl ul,table p,table ul,table table{
	font-size:100%;
}

/********************
hr, other
********************/
hr{
	height:0px;
	margin:7px 0;
	border:none;
	border-top:1px solid #000;
}
* html hr{/* for -IE6 */
	margin:0;
}
*:first-child+html hr{/* for IE7 */
	margin:0;
}

/********************
float fix
********************/
.clearfix:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.clearfix{
	overflow:hidden;
}

/* Hides from IE-mac \*/
* html .clearfix{
	height:0.1%;
	overflow:visible;
}
/* End hide from IE-mac */

/********************
hide outline
********************/	
a, a img{
	outline: 0;
}
/********************
end of reset css
********************/

/********************
Common Setting
********************/
body{
	background: #ebcf7d url('../images/bg_body.jpg') repeat-x 0 0;
	color: #44270C;
	font-size: 85%;
}

p{
	line-height: 1.465;
}

a:link,
a:visited{
	color: #303d15;
	text-decoration: none;
}

a:hover{
	color: #893;
}

a:active{
	color: #be9;
}

/********************
Basic Box Setting
********************/
#container {
	width: 850px;
	margin: 0 auto;
}

#header {
	width: 850px;
	height: 230px;
	background: url('../images/bg_header.jpg') no-repeat top center;
}

#main {
	width: 850px;
}

#contets {
	width: 850px;
}

#footer {
	clear: both;
	width: 850px;
	height: 50px;
	border-top: 1px solid #8A7859;
	margin-top: 10px;
}

/********************
Header 
********************/
h1{
	padding: 35px 0 0 250px;
	line-height: 1;
}

h2{
	height: 25px;
	margin: 0 0 0 250px;	
	line-height: 1;
	overflow: hidden;
	visibility: hidden;
}
#header h1 img,
#header h2 img {
	padding: 0;
	vertical-align: top;
}

/********************
Header Navigation
********************/
/********************
Navigation
********************/
ul#navi {
	list-style:none;
	margin: 20px 0 0 286px;
}

#navi li {
	float:left;
}

#navi li a {
	display: block;
	width: 110px;
	height: 80px;
	background: transparent url('../images/navi.jpg') no-repeat;
	text-indent: -9999px;
}

#navi #navi01 a:link,
#navi #navi01 a:visited { background-position: 0    0; width: 105px;}
#page01 #navi #navi01 a { background-position: 0 -160px;}
#navi #navi01 a:hover   { background-position: 0  -80px;}
#navi #navi01 a:active  { background-position: 0 -160px;}

#navi #navi02 a:link,
#navi #navi02 a:visited { background-position: -105px    0;}
#page02 #navi #navi02 a { background-position: -105px -160px;}
#navi #navi02 a:hover   { background-position: -105px  -80px;}
#navi #navi02 a:active  { background-position: -105px -160px;}

#navi #navi03 a:link,
#navi #navi03 a:visited { background-position: -215px    0;}
#page03 #navi #navi03 a { background-position: -215px -160px;}
#navi #navi03 a:hover   { background-position: -215px  -80px;}
#navi #navi03 a:active  { background-position: -215px -160px;}


#flash {
	width: 830px;
	height: 540px;
	margin: 0 10px;
	background: #ee6;
}

#fnavi {
	margin: 10px 0 0 135px;
}

#fnavi li {
	float: left;
	width: 110px;
}

#copyright {
	clear: both;
	padding: 10px 0;
	font-size: 85%;
	text-align: center;
}

.credit_cards{
	clear: both;
	float:right;
}