/* -------------------------------------------------------

JOYOBANK.co.jp Cascading Style Sheets

File Name  : contents.css
update     : 2007.03.09

-------------------------------------------------------- */

.cnt_bg_idn {
	/*background: url(../img/cot_bg_idn.jpg) no-repeat;*/
}

/* --------------------------------------------------------
page title box
-------------------------------------------------------- */
.page_title {
	width:670px;
	padding-top: 7px;
	margin: 0 14px 15px 15px;
	background: #E1E6F3 url(../../../img/cmn/nw/pagetitle_bg.gif) no-repeat;
}

/* ----------------------------------------------------
table
----------------------------------------------------- */

.shikin_table1 {
	width: 100%;
	margin-bottom: 20px;
	background: #C2C2C2;
}

.shikin_table1 th{
	width:25%;
	white-space:nowrap;
	font-weight: bold;
	background: #E1E6F3;
	padding:4px;
}

.shikin_table1 td {
	text-align: left;
	padding: 4px;
	background: #FFF;
	color: #666666;
}
/* ----------------------------------------------------
list
----------------------------------------------------- */
li.normal{
	list-style:disc;
	margin-left:10px;
}

/* ----------------------------------------------------
other
----------------------------------------------------- */
.atten{
	color:#FF0000;
}

.p_right{
	margin-top: 3px;
	text-align: right;
}

ul.ul_tkc {
	margin: 0;
	padding-top: 3px;
	list-style: none;
}

ul.ul_tkc li {
	margin-right: 2em;
	display: inline;
}

/* ----------------------------------------------------
zeirishi.html,zeirishi_small.html
----------------------------------------------------- */
/*width685px*/
.zeirishi_ph_posi{
	float:left;
	width:350px;
	padding-bottom:20px;
}
.zeirishi_text_posi{
	float:right;
	width:330px;
	padding-bottom:20px;
}

/* --------------------------------------------------------
page title hr
-------------------------------------------------------- */
.page_title div.page_title_hr {
	clear: both;
	height: 3px;
	background: url(../../../img/cmn/nw/pagetitle_hr_bg.gif) repeat-x;
}

.page_title div.page_title_hr hr {
	display: none;
}

table.tbl_qbc {
 	line-height: 110%;
  	background-color: #c2c2c2 
}
table.tbl_qbc th {
	background-color: #e1e6f3;
	text-align: center;
	vertical-align: top;
	padding: 5px;
	width: auto
}
table.tbl_qbc td { background-color: #ffffff; padding: 5px; width: auto }

/* --------------------------------------------------------
page title h2
-------------------------------------------------------- */
.page_title h2 {
	font-size: 120%;
	margin: 0 9px 7px;
	padding: 3px 8px 2px;
	border-left: #0062B9 solid 4px;
}

