/********************************************************************************/
/* リンク集ＣＳＳ（CSS_LNK_A.css）基調は黄色                                     */
/********************************************************************************/
/************/
/* 基本タグ */
/************/
body     { font-size: 10pt; background: transparent url(lnk_soft.gif) }

table  { font-size: 10pt; background-color: transparent }

/************/
/* リンク   */
/************/
a:link { color:#a52a2a; }
a:visited { color:#003366; }
a:active { color:#006633; }
a:hover { color:#0000c; }

a:link, a:visited, a:active, a:hover {
	text-decoration:none
}

/************/
/* 小見出し */
/************/
.css_title  { color: red; font-size: 11pt; font-family: HG丸ｺﾞｼｯｸM-PRO; text-decoration: underline }

/************/
/* テーブル */
/************/
/* テーブル */
.css_table_title     { color: #a52929; font-weight: bold; font-size: 20pt; font-family: HG丸ｺﾞｼｯｸM-PRO; background-color: transparent; border-width: 5px 0px 0px 30px; border-color: #9c9cff; width: 90%; height: 50px; border-collapse: collapse ; lnk_sozai.gif: border-style: solid  }

.css_table_title_sub   { color: #ffffff; font-weight: bold; font-size: 16pt; font-family: HG丸ｺﾞｼｯｸM-PRO; background-color: #BA55D3; text-align: center; border: solid 0px silver; width: 90%; height: 30px; border-collapse: collapse  }

.css_table_main{
	font-size: 10pt;
	width:90%;
	background-color:#c0c0c0;
	border:solid 0px #c0c0c0;
	border-collapse:collapse;
}

/* タイトル・セル */
.css_td_title  { font-weight: bold; font-size: 11pt; background-color: #FFE4E1; border: solid 2px #BA55D3; height: 60px }

/* タイトル・セル2 */
.css_td_title2    { color: #ffffff; font-size: 12pt; background-color: #BA55D3; text-align: left; border: solid 1px #BA55D3; height: 30px }

/* タイトル・セル3 */
.css_td_title3   { color: #8A2BE2; font-size: 11pt; background-color: #FFF0F5; text-align: left; border: solid 0px #9c9cff; height: 30px }

/* セル         */
.css_td_value  { color: #000000; background-color: #ffffff; border: solid 2px #BA55D3; height: 60px }
.css_td_value2   { color: #000000; background-color: #efefef; border: solid 2px #BA55D3; height: 60px }
.css_table_bottom {
	position: absolute;
	bottom:23px;
}

@page {
	size: landscape
}