/********************
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;
}

*html p{
	letter-spacing: -2px;
}

/********************
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 Styles
********************/
body{
	background: #050000 url('../images/commons/bg_body.jpg') repeat top center;
	color: #500;
/*	font-size: 93%;*/
	line-height: 1.3;
}

a:link,a:visited{
	color: #864;
	text-decoration: none;
}
a:hover{
	color: #ba5;
}
a:active{
	color: #fec;
}

.accent1{
	color: #82030d;
	font-family: georgia;
}

.crl1{
	color: #82030d;
}

.clr2{
	color: #247f7d;
}

.flt_img_l{
	display: inline;
	float: left;
	padding: 0 10px 0 0;
}

.flt_img_r{
	display: inline;
	float: right;
	padding: 0 0 0 10px;
}

.align_l{
	text-align: left;
}

.align_r{
	text-align: right;
}

.float_r{
	display: block;
	float: right;
}

.float_l{
	display: block;
	float: left;
}

.clr{
	clear: both;
}

.none{
	display: none;
}

.hdn{
	visibility: hidden;
}

/********************
Basix Box Setting
********************/

#container{
	width: 825px;
	margin: 0 auto;
}

#header{
	width: 810px;
	height: 200px;
	padding: 0;
	background: url('../images/commons/bg_header.jpg') no-repeat;
	overflow:hidden;
}

h1{
	width: 810px;
	height: 120px;
	text-indent: -9999px;
}

#main{
	width: 820px;
	clear: both;
}

#footer{
	clear: both;
	width: 800px;
	height: 20px;
	padding: 20px 0 0 0;
	color: #515153;
	font-size: 11px;
	text-align: center;
}

#fnavi{
	width: 800px;
	height: 120px;
	text-align: right;
}

/********************
Go to top 
********************/
.go_top{
	clear: both;	
	width: 140px;
	height: 26px;
	margin: 0 0 0 400px;
}

.go_top a{
	display: block;
	width: 140px;
	height: 26px;
	background: url('../images/blidal_gotop_btn.jpg') no-repeat;
	text-indent: -9999px;
}

.go_top a:link,
.go_top a:visited{
	background-position: 0 0;
}

.go_top a:hover{
/*	background-position: 0 -26px;*/
}

.go_top a:active{
/*	background-position: 0 -52px;*/
}


/********************
for jQueery UI tab js
********************/

.ui-tabs-hide { display: none; }


.alt{
	display: none;
}


/*******************
Footer Navigation Setting
********************/
#fnavi{
	text-align: center;
	margin: 0 0 10px 10px;
	
}

#fnavi li{
	float: left;
	padding: 0 5px;
	font-size: 11px;
}


.contact_btn{
	clear: both;
	text-align: center;
	margin: 10px 0px;
	height: 30px !important;
	border-top: 1px solid #999;
}

.contact_btn img{
	padding: 0 5px;
	margin: 0 !important;
}
