BODY {
	font-size: medium;
	font-weight: normal;
}

TABLE {
	background-color: white;
}

TABLE.clear {
	background-color: transparent;
}

/*---------------------行間---------------------*/

.line { 
	line-height: 170%;
 }

.line02 { 
	line-height: 150%;
 }

.line03 { 
	line-height: 120%;
 }

.line04 { 
	line-height: 100%;
 }

/*-------------TABLEの背景色とFONT色------------*/

TABLE.meibo {
	background-color: #999999;
	color: #006600;
}

TR.head {
	background-color: #CCFF99;
}

TR.meibo {
	background-color: #FFFFCC;
}


TR.clear {
	background-color: white;
}

TABLE.news {
	background-color: #99CC66;
}

TABLE.report {
	background-color: #999999;
}

/*------------------TDの行揃え------------------*/

TD.center {
	text-align: center;
}

TD.right {
	text-align: right;
}

/*---------------------#ID----------------------*/

#bold {
	font-weight: bold;
}

#italic {
	font-style: italic;
}

#ibold {
	font-style: italic;
	font-weight: bold;
}

#unormal {
	text-decoration: underline;
	font-weight: normal;
}

#ubold {
	text-decoration: underline;
	font-weight: bold;
}

#center {
	text-align: center;
}

#left {
	text-align: left;
}

#right {
	text-align: right;
}

#margin10 {
	margin-left: 10px;
}

#height30 {
	height: 30px;
}

/*-------------FONT色とFONT背景色-------------*/

.green {
	color: #008000;
}

.green2 {
	color: #006600;
}

.blue {
	color: #0000AA;
}

.bbrown {
	color: #660000;
	font-weight: bold;
}

.brown {
	color: #660000;
}

.brown2 {
	color: #CC6600;
}

.red {
	color: #CC3300;
}

.bggreen {
	background-color: #CCFF99;
}

/*---------段落のインデントとFONTサイズ---------*/

.ind-1{ 
	text-indent: -1em;
	padding-left: 1em;
}
.ind-2{ 
	text-indent: -1em;
	padding-left: 2em;
}
.ind1{ 
	text-indent: 1em;
}

.ind2 { 
	text-indent: 2em;
}

.ind4 { 
	text-indent: 4em;
}

.ind5 { 
	text-indent: 5em;
}

.margin1 {
	margin-left: 1em;
}

.margin2 {
	margin-left: 2em;
}

.margin3 {
	margin-left: 3em;
}

.margin15 {
	margin-left: 15em;
}

.text{
	font-size: small;
	font-weight: normal;
}

.texts{
	font-size: x-small;
}

.textmb{
	font-size: medium;
	font-weight: bold;
}

.textm{
	font-size: medium;
}

.textlb{
	font-size: large;
	font-weight: bold;
}

.textxl{
	font-size: x-large;
}

/*------------リストのスタイルとFONT------------*/

OL.ROMAN {
	list-style-type: upper-roman;
	font-weight: normal;
}

OL.roman {
	list-style-type: lower-roman;
	font-weight: normal;
}

OL.ALPHA {
	list-style-type: upper-alpha;
	font-weight: normal;
}

OL.alpha {
	list-style-type: lower-alpha;
	font-weight: normal;
}

UL.dis {
	list-style-type: disc;
	font-weight: normal;
}

UL.cir {
	list-style-type: circle;
	font-weight: normal;
}

UL.sq {
	list-style-type: square;
	font-weight: normal;
} 

UL.none {
	list-style-type: none;
	font-weight: normal;
}

ul.a {
margin: 0 0 0 1em;
padding: 0;
}


/*--------要綱・契約書等の条項のスタイル--------*/

DIV.art {
	text-indent: -1em;
	padding-left: 2em;
	padding-right: 1em;
	line-height: 70%;
}

.sec {
	line-height: 150%;
}

.par {
	text-indent: -2em;
	padding-left: 2em;
	line-height: 150%;
}

DIV.notes {
	padding-top: 10px;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 10px;
	border-style: dotted;
	border-color: #000000;
	border-width: 1px;
	line-height: 150%;
}

DIV.notes2 {
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	border-style: solid;
	border-color: #000000;
	border-width: 2px;
	line-height: 150%;
}

DIV.notes3 {
	padding-top: 10px;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 10px;
	border-style: solid;
	border-color: #000000;
	border-width: 1px;
	line-height: 150%;
	background-color: #FFFFCC;
}

DIV.notes4 {
	padding-top: 30px;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 30px;
	border-style: double;
	border-color: #CCFFCC;
	border-width: 3px;
	line-height: 150%;
	background-color: #FFFFCC;
}

DIV.notes5 {
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	border-style: none;
	line-height: 150%;
}

.note {
	text-indent: -1em;
	padding-left: 2em;
}

.sign {
	margin-left: 40px;
 }

/*---------------------link---------------------*/

A:link {
	color: #0000CC;
}

A:visited {
	color: #0000CC;
}

A:hover {
	color: #99FF33;
}

A.splink {
	text-decoration: none;
	font-weight: bold;
}

/*-----------------buttonの位置-----------------*/

DIV.bottom {
	text-align: right;
	padding-right: 10px;
}

/*-----------------画像の位置-----------------*/
img{
	float:right;
}

