﻿@charset "utf-8";

/***********************************************************/
/* pick up oeiグループ用　基本スタイル　2    調整          */
/*     ヘッダー部　1 行                                    */
/*     メニュー　  1 行                                    */
/*     コンテンツ　2 行                                    */
/*     フッター部　1 行                                    */
/***********************************************************/

/***********************/
/* コンテンツ          */
/***********************/
/* コンテンツ　中央部分 */
#container_c {
	margin: 0px 0px 0px -130px;
	padding: 0px;
	width: 100%; 
	height: auto;
	float: right; 
}
#contents_c {
	margin: 0px 0px 0px 130px;
	padding: 0px;
}

/* コンテンツ　左部分 */
#container_l {
	margin: 0px 0px 0px 0px;
	width: 130px; 
	height: auto;
	float: right; 
}

#contents_l li a {
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 0px 5px;
	height: 20px;
	width: 110px;
	color: black;
	font-size: 9pt;
	text-decoration: none;
	background-color: #efc;
	border-style: outset;
	border-color: #efc;
	border-width: 2px;
	display: block;
}
#contents_l li span {
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 0px 5px;
	display: block;
	height: 20px;
	width: 110px;
	color: black;
	font-size: 9pt;
	text-decoration: none;
	background-color: #ffffcc;
	border-style: outset;
	border-width: 2px;
	border-color: #ffffcc;
}

#contents_l li a.a_link2 {
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 0px 5px;
	display: block;
	height: 20px;
	width: 110px;
	color: black;
	font-size: 9pt;
	text-decoration: none;
	background-color: #efc;
	border-style: outset;
	border-width: 2px;
	border-color: #efc;
}

#contents_l a.a_link3 {
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 0px 5px;
	width: 110px;
	color: black;
	font-size: 9pt;
	text-decoration: none;
	background-color: #efc;
	border-style: outset;
	border-color: #efc;
	border-width: 2px;
	display: block;
}

#contents_l a.a_link4 {
	margin: 0px 10px 0px 0px;
	padding: 5px 0px 0px 5px;
	height: 25px;
	width: 110px;
	color: black;
	font-size: 9pt;
	text-decoration: none;
	background-color: #fff;
	border-style: outset;
	border-color: #fff;
	border-width: 2px;
	display: block;
}

/*2009/11/06 変更 ST terada ページャーを追加する*/
/*oei_userinfo.css、oei_roomlistの2箇所で使用しているため
  g_oei_pickup2.css に移動しました*/
div.div_bukken_tbl{
	margin:0px 10px 0px 10px;
}

div.div_bukken_tbl table{
	border-collapse:collapse;
	border: solid 2px #c0c0c0;
}
div.div_bukken_tbl tr{border: solid 1px #c0c0c0;}

div.div_bukken_tbl th{border: solid 1px #c0c0c0;font-size: 9pt;padding: 3px 10px;}
div.div_bukken_tbl td{
	font-size: 9pt;padding: 5px 10px;
	border-bottom: solid 1px #c0c0c0;
}

td.td_bu_i {border-left: solid 1px #c0c0c0;border-right: solid 1px #c0c0c0;background-color:#ffffcc;text-align:center;}

/*2009/11/06 変更 ED terada ページャーを追加する*/

/*2009/11/19 変更 ST WATANABE 携帯*/
/*共通部分オーバーライド*/
div.div_bukken_tbl tr.lst_tr1{border-width:0px;}
div.div_bukken_tbl tr.lst_tr2{border-width:0px;}
div.div_bukken_tbl td.td_cnt_l1{
	border-width:0px;
	border-left: solid 1px #c0c0c0;
	border-right:dashed 1px #c0c0c0;
	border-bottom:dashed 1px #c0c0c0;
	text-align:right;
}
div.div_bukken_tbl td.td_cnt_l2{
	border-width:0px;
	border-left: solid 1px #c0c0c0;
	border-right:dashed 1px #c0c0c0;
	border-bottom:solid 1px #c0c0c0;
	text-align:right;
}
div.div_bukken_tbl td.td_cnt_r1{
	border-width:0px;
	border-left:dashed 1px #c0c0c0;
	border-right: solid 1px #c0c0c0;
	border-bottom:dashed 1px #c0c0c0;
	text-align:right;
}
div.div_bukken_tbl td.td_cnt_r2{
	border-width:0px;
	border-left:dashed 1px #c0c0c0;
	border-right: solid 1px #c0c0c0;
	border-bottom:solid 1px #c0c0c0;
	text-align:right;
}
/*2009/11/19 変更 ED WATANABE 携帯*/

