@charset "UTF-8";

/* CSS Document 
Title:      YAHATA_bace styles
Updated:    Feb. 28 2007
auther:		arecaindex.com
*/


/*タグの独自設定
------------------------------------------------------------ */

* {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
img {
	border: none;
	vertical-align: top;
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Verdana, Helvetica, sans-serif;
	line-height: 1.5;
	margin: 0px;
	padding: 0px;
	font-size:62.5%;
}
ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	line-height: 100%;
}
li {
	margin: 0px;
	padding: 0px;
}
dl {
	list-style-type: none;
	line-height: 100%;
	margin: 0px;
	padding: 0px;
}
dt {
	margin: 0px;
	padding: 0px;
}
dd {
	margin: 0px;
	padding: 0px;
}
h1,h2,h3,h4,h5,h6 {
	margin: 0px;
	padding: 0px;
	font-size: 1em;
	font-weight:normal;
}
p {
	margin: 0px;
	padding: 0px;
}
span {
	display: none;
}
.clear {
clear: both;
}
table {
	margin: 0px;
	padding: 0px;
}
tr {
	margin: 0px;
	padding: 0px;
}
td {
	margin: 0px;
	padding: 0px;
}
th {
	margin: 0px;
	padding: 0px;
}

/*ページの基本構造
------------------------------------------------------------ */
#container {
	margin: 0 auto;
	width: 760px;
	text-align: left;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
}

/*header*/

#header {
	overflow: hidden;
}

#header #branding {
	background: url(../images/branding_bg.gif) no-repeat;
	height: 50px;
}


#header #branding h1 {
	float: left;
	width: 140px;
}
#header #branding ul {
	float: none;
	color: #FFFFFF;
	text-align: right;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 9px;
}
#header #branding li {
	font-size: 1.1em;
	display: inline;
}
#header #branding img {
	vertical-align: middle;
}

/*0908update
--------------------*/

#news {
	width: 760px;
	height: 130px;
}
#news_l li {
	float: left;
}
#news #news_l {
	width: 493px;
	float: left;
	height: 130px;
}
#news #news_l dl {
	color: #666666;
	font-size: 12px;
	padding: 10px 0px 10px 20px;
	line-height: 1.4em;
}
#news #news_l dt {
	float: left;
	padding-bottom: 15px;
	margin-right: 10px;
}
#news #news_l dd {
	margin-bottom: 5px;
}
#news #news_l a {
	color: #666666;
	text-decoration: underline;
}
#news #first {
	background: url(../images/yht_top_firstbg.gif) no-repeat;
	height: 130px;
	width: 267px;
	float: right;
	overflow: hidden;
}
#first ul {
	margin-top: 40px;
	margin-left: 0px;
	height: 72px;
}
#first li a {
	display: block;
	overflow: hidden;
	height: 18px;
	width: 0 !important;
	width /**/: 267px;
	padding-left: 267px;
	background-image: url(../images/yht_top_firstbga.gif);
	color: #FFFFFF;
}

	/*off*/
	#q1 a { background-position: 0  0; }
	#q2 a { background-position: 0 -18px; }
	#q3 a { background-position: 0 -36px; }
	#q4 a { background-position: 0 -54px; }

	/*on*/
	#q1 a:hover { background-position: -267px  0; }
	#q2 a:hover { background-position: -267px -18px; }
	#q3 a:hover { background-position: -267px -36px; }
	#q4 a:hover { background-position: -267px -54px; }
	
	

/* topimage 0908delete
-------------------

#container #top_images {
	clear: both;
	background: #f0f0f2;
	margin: 0px;
	padding: 0px;
	text-align: left;
	width: 760px;
}
#container #top_images li {
	float: left;
}
#container #top_images dl {
	padding: 5px 5px 0px 8px;
}
#container #top_images dd {
	padding-left: 10px;
	padding-top: 5px;
}
---------------------*/


/* globalnavi
---------------------*/
#globalnavi {
	width: 760px;
	height: 180px;
	clear: both;

	background: url(../images/ top_glonavi.gif);
	overflow: hidden;
}
#globalnavi li {
	width: 152px;
	float: left;
}
#globalnavi li a {
	display: block;
	overflow: hidden;
	width: 100%;
	height: 0 !important;
	height /**/: 180px;
	padding-top: 180px;
	background-image: url(../images/top_glonavi.gif);
	color: #FF0000;
}

	/*off*/
	#nav01 a { background-position:  0     0; }
	#nav02 a { background-position: -152px 0; }
	#nav03 a { background-position: -304px 0; }
	#nav04 a { background-position: -456px 0; }
	#nav05 a { background-position: -608px 0; }
	
	/*stay*/
	#nav01 a.stay { background-position:  0 -180px; }
	#nav02 a.stay { background-position: -152px  -180px; }
	#nav03 a.stay { background-position: -304px -180px; }
	#nav04 a.stay { background-position: -456px -180px; }
	#nav05 a.stay { background-position: -608px -180px; }

	/*on*/
	#nav01 a:hover { background-position:  0     -180px; }
	#nav02 a:hover { background-position: -152px  -180px; }
	#nav03 a:hover { background-position: -304px -180px; }
	#nav04 a:hover { background-position: -456px -180px; }
	#nav05 a:hover { background-position: -608px -180px; }
	
/*contents*/

#contents {
}
#contents h3 {
	margin-bottom: 5px;
	clear: both;
	margin-top: 7px;
	padding-left: 12px;
}

/*local_navi*/
#localnavi {
	padding-left: 12px;
}
#localnavi li {
	float: left;
	padding-right: 5px;
}
#localnavi dd {
	padding-top: 4px;
}
	
/*footer*/

#footer {
	clear: both;
	text-align: right;
	padding-right: 20px;
	padding-bottom: 1px;
	font-size: 1.1em;
	color: #000;
	background: #d8d8da;
}

/* 疑似クラス
------------------------------------------------------------ */
a {
	color: #ffffff;
	text-decoration: none;
}
a:visited {
	color: #ffffff;
	text-decoration: none;
}
a:hover {
	color: #cccccc;
	text-decoration: none;
}
#container #contents #counter {
	float: right;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-top: -10px;
}


/* CSSハック
------------------------------------------------------------ */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix { display: inline-block; }

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

