@import url("yui-font-grid-reset.css");
@import url("cal.css");

a {
	color: #2B89D2;
	text-decoration: none;
}

a:hover {
text-decoration: underline;
}

h2,h3 {
	text-indent: -9999px;
}

p {
	line-height: 150%;
}

/* -----------------------------------------------------------------------------
	layout
----------------------------------------------------------------------------- */
#wrap {
	margin: 0 auto;
	width: 920px;
}

#header {
	padding: 10px 0 10px 0;
}


#footer {
	clear: both;
	padding: 20px 0 80px 0;
}



/* -----------------------------------------------------------------------------
	header
----------------------------------------------------------------------------- */
#header li{
	font-size: 77%;
}

#header a {
	color: #000000;
}

h1 {
	float: left;
	text-indent: -9999px;
}

h1 a{
	display: block;
	overflow: hidden;
	width: 261px;
	height: 83px;
	background: url("../img/common/logo.gif") no-repeat 0 0;
}

#header .ul0 {
	padding-top:35px;
	float: right;
}

#header .ul0 li{
	float: left;
	display: inline;
	padding: 0 0 0 10px;
	margin: 0 0px 0 20px;
}

#header .ul0 li {
	background: url("../img/common/arrow0.gif") no-repeat 0 center;
}

#header_banner{
	float:left;
	width:auto;
	padding:6px 0 0 23px;
}


/* -----------------------------------------------------------------------------
	footer
----------------------------------------------------------------------------- */
address {
	float: left;
	display: inline;
	font-size: 77%;
	
}

#footer a {
	color: #000000;
}

#footer .ul0 {
	float: right;
	display: inline;
}

#footer .ul0 li{
	float: left;
	display: inline;
	padding: 0 0 0 10px;
	margin: 0 0px 0 20px;
	font-size: 77%;
}

#footer .ul0 li {
	background: url("../img/common/arrow0.gif") no-repeat 0 center;
}


/* -----------------------------------------------------------------------------
	div_menus
----------------------------------------------------------------------------- */


/* ---------------------------------------------
	banner
--------------------------------------------- */
.bnr_area {
	clear: both;
	margin: 10px 0 0px 10px;
}

.bnr_area li{
	margin: 5px 0 0px 0;
}

.bnr_contact{
	width:200px;
	height:60px;
	margin:10px 10px 0px 10px;
}



/* -----------------------------------------------------------------------------
	etc
----------------------------------------------------------------------------- */

.hr0 {
	clear: both;
}

.hr0 hr{
	display: none;
}

.cl {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}


