/* お取引用のCSS */
/* ページ初期設定 */
body {
	text-align: center;
	border-width: 0px 1px;
	border-color: #E4E6FA;
	border-style: solid;
	background-color: #E4E6FA;
	margin-top: 5px;
	color: #000000;
}
/*
td {
	font-size: 10pt; 
}
*/
/* リンク設定 */
a:link {
	color: #2B4FC0;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #6F00A7;
}
a:hover {
	text-decoration: underline;
	color: #2B4FC0;
}
a:active {
	text-decoration: underline;
	color: #2B4FC0;
}
/* コンテンツの隙間各種 */
.f01px {
	font-size: 1px;
	line-height: 1px;
}
.f02px {
	font-size: 2px;
	line-height: 2px;
}
.f03px {
	font-size: 3px;
	line-height: 3px;
}
.f04px {
	font-size: 4px;
	line-height: 4px;
}
.f05px {
	font-size: 5px;
	line-height: 5px;
}
.f07px {
	font-size: 7px;
	line-height: 7px;
}
/* フォントの各種定義 */
.f10 {
	font-size: 10pt;
}
.f12 {
	font-size: 12pt;
}
.f14 {
	font-size: 14pt;
}
.f16 {
	font-size: 16pt;
}
.f_red {
	color: #FF0000;
}
.f_pp {
	color: #9E7097;
}
.f_gre {
	color: #90A460;
}
.f_gre2 {
	color: #4AA743;
}
.f_gla {
	color: #ABABAB;
}
.f_bl3 {
	color: #747EB3;
}
.f_bl4 {
	color: #8B84B8;
}
.f_bl4_lh {
	color: #8B84B8;
	line-height: 150%;
}
.lh {
	line-height: 150%;
}

/* フッター情報 */
.footerInfo {
	color: #424542;
	font-size: 80%;
	text-indent: -3em;
	margin-left: 4em;
	margin-top: 6px;
}
.info {
	color: #424542;
	font-size: 80%;
	line-height: 120%;
}

.footerCorp {
	color: #424542;
	font-size: 80%;
}

/* テーブル設定 */
body table {
	margin-right: auto;
	margin-left: auto;
}
body div table {
	margin-right: auto;
	margin-left: auto;
}

/* ページタイトル */
.pgtitle td.normal {
	font-size: 12pt;
	color: #6256AC;
	font-weight: bold;
}
.pgtitle td.help {
	font-size: 12pt;
	text-align: right;
	font-weight: bold;
}
/* イレギュラーボックス */
.bo_0 {
	background-color: #000000;
}
.bo_1 {
	background-color: #8B84B8;
}
.bo_2 {
	background-color: #A5A5A5;
}
.bo_3 {
	background-color: #FFFFFF;
}
.bo_4 {
	background-color: #cccccc;
}
.bo_top {
	border-width: 0px 1px 2px 1px;
	border-color: #A5A5A5;
	border-style: solid;
	background-color:#FFFFFF;
	text-align: center;
}
.spcace {
	background-color:#EEDFE9;
}
.left_bar {
	background-color:#E9C5DD;
}
.what_new_title {
	background-color:#9E7097;
	color:#FFFFFF;
	font-size: 12px;
}
.what_new_body {
	background-color:#FFFFFF;
	line-height: 140%;
}
.what_new_menu {
	background-color:#EEEEEE;
}
.list {
	list-style-position: outside;
	list-style-type: circle;
}

.t_table_g td {
border-color:#A3A3A3;
border-style:solid;
border-width:0px 1px 1px 0px;
}
.t_table_g td.head {
border-top-width:1px;
}

.t_table_g td.left {
border-left-width:1px;
}
.t_table td {
border-color:#9D97C8;
border-style:solid;
border-width:0px 1px 1px 0px;
}
.t_table td.head {
border-top-width:1px;
}

.t_table td.left {
border-left-width:1px;
}
.t_table td.none {
border-style:none;
border-width:0px;
padding:0pt;
}
.dl_b{
border-bottom:1px dotted #9D97C8;
}
.dl_r{
border-right:1px dotted #9D97C8;
}
