@charset "EUC-JP";



#article {

	padding-bottom: ;

}



	#article table {

		margin-top: 20px !important;

		margin-bottom: 20px !important;

		margin-left: 20px !important;

		width: 400px;

		color: red;

	}

		#article table th {

			background: #DEEAF5;

			border: solid 1px #ccc;

			width: 100px;

			padding-right: 10px;

			text-align: right;

			color: #1C8AB8;

		}

		#article table td {

			padding-left: 10px;

			border: solid 1px #ccc;

		}

	#article h3 {

		margin-top: 15px;

		margin-left: 15px;

		color: #003366;

	}

	#article p {

		text-indent: 0 !important;

	}

	#article p.desk {

		background: #fffeee;

		padding: 15px 20px !important;

	}

	#article ul {

		margin: 10px 0 0 10px;

	}

		#article ul li {

			padding: 10px;

		}

#article ul li {

	text-align: justify;

}

	*+html body #article ul li {

		text-justify: inter-ideograph;

		line-break: strict;

	}

	* html #article ul li {

		text-justify: inter-ideograph;

		line-break: strict;

	}



	#article .aside {

		border: solid 1px #ccc;

		margin: 10px;

		padding: 20px;

	}

