﻿
/****************************************

          Main Area

*****************************************/


/* 各解説ページタイトル */
.kaisetu_title {
	font-size: 1.5em;
	border: none;
	height: 60px;
	padding: 20px 5px 5px 50px;
	background-image: url('../sozai/irasuto/girl/girl_d_0017.gif');
	background-repeat: no-repeat;
	WORD-BREAK: break-all;
	text-align: left;
}
/* 各解説ページ台紙 */
.kaisetu_top {
	border: 1px solid #663300;
	background-image: url('../sozai/wall/paper.gif');
	margin: 20px 10px 10px 10px;
	padding: 20px;
}

/* テーブル設定-------------------------------------------------- */

/* ピンクテーブル */
.table_m {
	width: 280px;
	background-color : #FF6666;
	border-collapse:separate;
	border-spacing: 1px;
	border: none;
	margin-left: auto;
	margin-right: auto;
}

/* 水色テーブル */
.table_b {
	width: 330px;
	background-color : #0066FF;
	border-collapse:separate;
	border-spacing: 1px;
	border: none;
	margin-left: auto;
	margin-right: auto;
}

/* テーブル内セル */
.td_40r {
	width: 40px;
	background-color : #FFFFFF;
	text-align: right;
}

.td_85r {
	width: 85px;
	background-color : #FFFFFF;
	text-align: right;
}

.td_260r {
	width: 260px;
	background-color : #FFFFFF;
	text-align: right;
}

.td_100r {
	width: 100px;
	background-color : #FFFFFF;
	text-align: right;
}

.td_310r {
	width: 310px;
	background-color : #FFFFFF;
	text-align: right;
}

.td_125c {
	width: 125px;
	background-color : #FFFFFF;
	text-align: center;
}



/* 通帳ページ用設定------------------------------------------ */

/* 通帳サイト名 */

.td_tu_site_c {
	width: 160px;
	text-align: center;
}

.td_tu_site {
	width: 160px;
}

/* 通帳分類１ */


.td_tu_bunrui1 {
	width: 78px;
	text-align: center;
}

/* 通帳分類２ */

.td_tu_bunrui2 {
	width: 102px;
	text-align: center;
}

/* 通帳内容 */

.td_tu_uketori {
	width: 90px;
	text-align: center;
}

/* 通帳金額 */


.td_tu_money_c {
	width: 80px;
	text-align: center;
}

.td_tu_money {
	width: 80px;
	text-align: right;
}

/* 通帳手数料 */

.td_tu_tesuu_c {
	width: 70px;
	text-align: center;
}

.td_tu_tesuu {
	width: 70px;
	text-align: right;
}

/* 通帳入金日 */

.td_tu_nyuukin_c {
	width: 46px;
	text-align: center;
}

.td_tu_nyuukin {
	width: 46px;
	text-align: right;
}

/* 通帳財布マーク */

.td_tu_saihu {
	width: 25px;
	text-align: center;
}


