/* *******************************************************************
*リンク色設定
*	色以外は default.cssで定義
*
**********************************************************************/
A:link {
	color: #c000e0;
	text-decoration: none     /* 下線を消す */
}
A:visited {color: #4245d5;
	text-decoration: none     /* 下線を消す */
}
A:hover {color: #cc0000;
	text-decoration: none     /* 下線を消す */
    }

.bdy_11  {
	font-size : 11pt;
	line-height: 20px;
}

.bdy_10  {
	font-size : 10pt;
    line-height:115%;
}

.bdy_10_s1  {
	font-size : 10pt;
}

.bdy_10_sp1  {
    font-size: 10pt;
    margin-left: 5pt;
    line-height:110%;
}

.bdy_10_sp15  {
    font-size: 10pt;
    margin-left: 5pt;
    line-height:115%;
}

.bdy_10_sp2  {
    font-size: 10pt;
    margin-left: 5pt;
    line-height:120%;
}

.bdy_10_Bsp1  {
    font-size: 10pt;
	line-height: 25px;
}

.bdy_10_sp2  {
    font-size: 10pt;
    line-height:20px;
}

.bdy_9  {
	font-size : 9pt;
}

.bdy_9_150％hight  {
	font-size : 9pt;
    line-height:150%;
}

.bdy_9w  {
    font-size: 9pt;
    color:white;
}

.bdy_9_margin_R_15 {
    font-size: 9pt;
    margin-left: 15pt;
}

.bdy_8  {
	font-size : 8pt;
}

.bdy_11  {
	font-size : 11pt;
}


.setsumei9  {
	font-size : 9pt;
	text-align : left;
	list-style-type : disk;
}

.sp1{
	margin-left : 5pt;
}
.sp2{
	margin-left : 10pt;
}
.sp3{
	margin-left : 15pt;
}
.sp4{
	margin-left : 20pt;
}
.sp5{
	margin-left : 25pt;
}
.sp6{
	margin-left : 30pt;
}
.sp7{
	margin-left : 50pt;
}

ol  {
	margin-top : 0pt;
	margin-bottom : 0pt;
	margin-left : 0pt;
	list-style-position : outside;
	marker-offset : 1em;
	font-size : 10pt;
}

.c_style1  {
	font-size : 10pt;
	color : #006699;
}

ol  {
	margin-top : 0pt;
	margin-bottom : 0pt;
	margin-left : 0pt;
	list-style-position : outside;
	marker-offset : 0em;
}

/********************************************************************
*テーブルスタイル
*
**********************************************************************/
td.a
{
	border-style : solid;
	border-width : 1px;
	border-color : #808080;
}

table.a{
	border-style : solid;
	border-collapse : collapse;
	border-width : 1px;
	border-color : #808080;
}

table.black{
	border-style : solid;
  	border-collapse : collapse;
	border-width : 1px;
	border-color : #000000;
}

table.black {
	border: solid 1px #000000;
	border-collapse: collapse;
}

table.black td {
	border: solid 1px #000000;
}

table.gray{
	border-style : solid;
  	border-collapse : collapse;
	border-width : 1px;
	border-color : #707572;
}

table.gray td {
	border: solid 1px #707572;
	border-collapse: collapse;
}

table.red{
	border-style : solid;
	border-collapse : collapse;
	border-width : 1px;
	border-color : #ff7a6f;
}

table.dot_01{
  border : 8px
  red dotted;
}
