/*==============TOP Page Style==============*/

@charset "shift-JIS";




html{filter: expression(document.execCommand("BackgroundImageCache", false, true));}

.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 */



/*========all========*/

* { 
	margin: 0; padding: 0; 
	border:0;
	font-family:Verdana,sans-serif;
}
body{
	background:#56565E url(../img/bg0.gif) repeat-x center top;
}
#contentsBg{
	margin-top: 25px;
	background:#56565E url(../img/bg.jpg) repeat-y center top;
}

/*========container========*/
.containerOut{
	width: 1100px;
	margin-left: auto;
	margin-right: auto;
}
#container{
	width: 872px;
	margin-left: auto;
	margin-right: auto;
	background:#56565E url(../../img/bg_topnaka.gif) repeat-y center top;
}



/*========header========*/
#headerArea{
	width:872px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
}
.btnLft{
	float:left;
	margin-top: 3px;
}
/*言語選択*/
#langMenu{
	width: 219px;
	height: 21px;
	float: right;
}
#langMenu ul{
	list-style-type:none;
}		
#langMenu ul li{
	float:left;
}
#langMenu ul li.langTitle{
	display:block;
	width:64px;
	height:21px;
	background: url(../../img/toplang_ttl.gif) no-repeat 0 0;
}
#langMenu ul li a{
	display:block;
	height:21px;
	background: url(../../img/toplang_btn.gif) no-repeat 0 0;
}
#langMenu .btn1_of a {width:78px;background-position: 0px 0px;}
#langMenu .btn2_of a {width:77px;background-position: -78px 0px;}
#langMenu .btn1_of a:hover,
#langMenu .btn1_on a {width:78px;background-position: 0px -21px;}
#langMenu .btn2_of a:hover,
#langMenu .btn2_on a {width:77px;background-position: -78px -21px;}
/*タイトル*/
#title{
	width:872px;
	height:80px;
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
	background: url(../img/header_logo.gif) no-repeat 0 15px;
}
/*flash*/
#flashArea{
	clear: both;
	height:316px;
	text-align:center;
}


/*========contents========*/
#topL{
	width:223px;
	float:left;
}
#topC{
	width:416px;
	padding-left:5px;
	float:left;
}
#topR{
	width:223px;
	padding-left:5px;
	float:left;
}
.inner{
	padding:12px 15px 0 15px;
}
.inner p.topLink{
	font-size:9pt;
	margin-top:3px;
	padding:0 0 0 20px;
	color:#E82511;
	background: url(../../img/arrow.gif) no-repeat 0 0.5em;
}
.inner p.topLink2{
	font-size:9pt;
	margin-top:3px;
	padding:0 0 10px 20px;
	color:#E82511;
	background: url(../../img/arrow.gif) no-repeat 0 0.5em;
}
.inner p{
	font-size:8pt;
	padding:5px 0 10px;
}
.inner p.day{
	padding:0;
}
.inner p.dayNew{
	padding:0 0 0 30px;
	background: url(../../img/icon_new.gif) no-repeat 0 0;
}
.pickup{
	width:186px;
}
.newsBack{
	padding:0;
	margin:0;
	font-size:8pt;
	color:#E82511;
	text-align:right;
}


/*========footer========*/
#footerArea{
	clear: both;
	width:872px;
	height:160px;
	margin-left: auto;
	margin-right: auto;
	background: url(../../img/bg_topfooter.jpg) no-repeat left top;
}
#footerMenu {
	padding:55px 0 0 2px;
	font-size:10px;
	color:#FFF;
}
#footerMenu a,
#footerMenu a:visited {
	color:#FFF;
	text-decoration: none;
}
#footerMenu a:hover,
#footerMenu a:active {
	color:#FFF;
	text-decoration: underline;
}
#footerArea img {
	margin-top:10px;
}


/*=======font設定等=======*/
.text_out{
	position:absolute;
	top:-5000px;
	left:-999px;
}
p,td,th{
	clear: both;
	font-size:9pt;
	color:#666;
	line-height:1.5;
}

/*=======リンク=======*/
a:link,a:visited {
color:#E82511;
text-decoration: underline;
}
a:hover,a:active {
text-decoration: none;
}

/*-----linkIcon-----*/
p.pdfIcon{
	margin: 0px;
	padding: 2px 0px 2px 18px;
	background: url(../img/icon_pdf.gif) no-repeat left 0.3em;
}
