a:link {
	text-decoration: none;
	color: #EF5309;
}
a:visited {
	text-decoration: none;
	color: #EF5309;
}
a:hover {
	text-decoration: none;
	color: #3366FF;
}
body {
	line-height: 20px;
	color: #444444;
}
.title {
	font-size: 24px;
	color: #FF0000;
	letter-spacing: 0.1em;
	line-height: 38px;
}
.concept {
	font-size: 14px;
	line-height: 25px;
	color: #444444;
}
.txt01 {
	font-size: 14px;
}

/* ========TEXT CUSTOMIZE======== */
.txt02	{;font-size:12px;color:#0033FF;}	/* サイズ：12px,色：青 */
.txt03	{;font-size:12px;color:#333;}		/* サイズ：12px,色：グレイ */
.txt04	{;font-size:10px;color:#FF0000;}		/* サイズ：10px,色：赤 */
.txt05	{;font-size:12px;color:#FF0000;font-weight:bold}	/* サイズ：12px,色：赤,太字 */
.txt06	{;font-size:13px;color:#333;}		/* サイズ：13px,色：グレイ */
.txt07	{;font-size:16px;color:#FF5900;font-weight:bold}/* サイズ：16px,色：オレンジ,太字 */
.txt08	{;font-size:14px;color:#333;}		/* サイズ：14px,色：グレイ */
.txt09	{;font-size:15px;color:#FFF;font-weight:bold;line-height: 1.4em;}/* サイズ：15px,色：白,太字,行間：1.4em */

/* ========LINE CUSTOMIZE======== */
.lin14	{line-height: 1.4em;}		/* 行間：1.4em */

/* ========TABLE CONTENTS CUSTOMIZE======== */
table.style1 {background-repeat:no-repeat;}
table.style2 {border: solid 1px #2747AA; border-collapse: collapse;}
table.style3 {border: solid 1px #ccccff; border-collapse: collapse;}
tr.style1 {border: solid 1px #2747AA; background:#E1E1E1;}
tr.style2 {border: solid 1px #2747AA;}
td.style1 {border: solid 1px #2747AA;}
td.style2 {background-repeat:no-repeat;}
td.style5 {font-size:14px; background:#ffffcc;}	

/*テーブルセット*/
#tbl_setA{
	border:#006666 solid 1px;
	border-collapse:collapse;
	margin:0;
	background-color: #FFF;
	}
#tbl_setA th{
	border:#006666 solid 1px;
	padding:6px;
	text-align:center;
	}
#tbl_setA td{
	border:#006666 solid 1px;
	padding:6px;
	}

