/*共通*/

h4 {
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
p {
	font-size: 75%;
	line-height: 1.7em;
	color: #000000;
}

h5 {
	margin-top: 10px;
	margin-bottom: 10px;
}

/*テキスト装飾系*/
.text-red {
	color: #FF0000;
}
.under-line-black {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.under-line-text-red {
	color: #FF0000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}


/*リスト系*/
#contents dl {
	font-size: 75%;
	line-height: 1.3em;
	margin-left: 30px;
}

#contents dt {
	margin-top: 5px;
	margin-bottom: 5px;
}
#contents dd {
	margin-left: 30px;
}
#contents li {
	list-style-position: outside;
	list-style-type: disc;
}
#contents ul {
	font-size: 75%;
	line-height: 1.3em;
	color: #000000;
	margin-left: 30px;
}
/*#contents li1と#list-numberの順番は絶対に変えない（変えたらcssが効かなくなる）*/
#list-number li {
	list-style-position: inside;
	list-style-type: decimal;
	margin-left: 30px;
	font-size: 75%;
	line-height: 1.3em;
	color: #000000;
}


/*テーブル（通常）*/

.mat-table {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 75%;
	line-height: 1.7em;
	color: #000000;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-right-width: 1px;
	border-right-style: solid;
}
.mat-table th {
	background-color: #B3FFB3;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.mat-table td {
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #000000;
	border-left-color: #000000;
	padding-left: 10px;
}


/*テーブル（線なし）*/
.mat-table-nonline {
	font-size: 75%;
	line-height: 1.3em;
	color: #000000;
}
.mat-table-nonline td {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	text-align: left;
	vertical-align: top;
}


/*テーブル（アイコン・下線あり）*/
.i-con-table {
	color: #000000;
	font-size: 75%;
	line-height: 1.3em;
	margin-top: 5px;
	margin-bottom: 10px;
}
.i-con-table th {
	background-image: url(../img/icon-green.gif);
	background-repeat: no-repeat;
	background-position: 2px 9px;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	text-indent: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	padding-top: 5px;
}
.i-con-table td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}



/*h6としての小さい見出し*/
.h6-tit {
	font-size: 80%;
	line-height: 1.5em;
	display: block;
	margin-top: 5px;
	margin-bottom: 5px;
	font-weight: bold;
}

/*テーブルをセンターにするマージン*/
.table-center {
	margin-right: 145px;
	margin-left: 145px;
}

/*画像用マージン*/
.img-margin {
	margin-top: 20px;
	margin-bottom: 30px;
}

/*文字の上付き・右よせ・まんなかよせ*/
.table-meg-top {
	vertical-align: top;
}

.text-right {
	text-align: right;
}
.text-center {
	text-align: center;
}
.in-line {
	display: inline;
	vertical-align: top;
}
.text-big {
	font-size: 120%;
	font-weight: bold;
}
