@charset "UTF-8";

/*
body{
	background: #FFFFFF url(../images/common/leftbanner.jpg?d=201403020000) repeat-y left 250px;
	min-width: 1000px;
	text-align: center;
	margin: 0 auto;
	width:expression(document.body.clientWidth < 1002? "1000px" : "auto");
	position: relative;
}
*/
/*
#tatebnr {
	background: #FFFFFF url(../images/common/leftbanner.jpg?d=201403020000) repeat-y left 180px;
	min-width: 1000px;
	height: auto;
	position: relative;
}

#tatebnr2 {
	background: #FFFFFF url(../images/common/leftbanner.jpg?d=201403020000) repeat-y left 240px;
	min-width: 1000px;
	height: auto;
}

#tatebnr .pointlink,
#tatebnr2 .pointlink {
	padding: 0px;
	margin: 0px;
}

#tatebnr .pointlink a,
#tatebnr2 .pointlink a {
display: block;
position: absolute;
width: 92px;
top: 0;
left: 0;
height: 100%;
text-indent: -9999px;
}
*/
/* right fixd
* html body {  background: url(null) fixed; }

* html div#rc_rightArea{
	position:absolute !important;
	top: expression((documentElement.scrollTop || document.body.scrollTop) + 100 + 'px');
	left: expression((documentElement.scrollLeft || document.body.scrollLeft) + document.body.clientWidth - 67 + 'px');
}
 */
/* right bannar
div#rc_rightArea{
	width: 77px;     /* マウスオーバー前に表示するバナーの幅*/
	height: 200px;   /* バナーの高さ　*/
	position: fixed; 
	top: 100px;       /*バナーの上下位置指定*/
	right: -10px;
	text-indent:-9993px;
	display:block;
}

div#rc_rightArea .rc_right{
	outline:none;
	display: block;
	background: url(../images/common/rightfixd.jpg) no-repeat scroll 16px 0 transparent;
	position: relative;
	width:200px;
	height:200px;
	left:0px;
	z-index:9998px;
} 
*/

/* 縦バナー2 
.tblink {
    position: absolute;
    width: 92px; /*縦バナーの横サイズに合わせる*/
    top: 183px;
    min-height: 100%;
    z-index: 0;/*重なり順の設定大きい数字程上になる*/
    height: 100%;/*ページの長さによって調整する*/
    visibility: visible;/*縦バナーの表示・非表示（hidden＝消す、visible＝見せる）*/
}
#tbl {
    left: 20px;
    background: url(../images/common/rightbanner.jpg?d=201307311000) repeat-y scroll;/*縦バナー左の画像URL*/
 
}
#tbr {
    right: 20px;
    background: url(../images/common/rightbanner.jpg?d=201307311000) repeat-y scroll;/*縦バナー右の画像URL*/
}
.tblink a {
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
 */

