@charset "utf-8";

@import url(../../css/default.css);
@import url(base.css);

	article{
		background:url(../../visit/images/bg_content.gif) no-repeat 96% 100%;
		-moz-background-size:30% auto;
		background-size:30% auto;
	}

	#contenttitle{
		background:url(../houmon/images/bg_content-title.png) no-repeat;
		-moz-background-size:100% 33px;
		background-size:100% 33px;
	}

	#content{
		margin:15px 4% 0;
		padding-bottom:30px;:
	}

		#content table{
			width:100%;
			border-collapse:collapse;
			background:#fff;
		}

			#content th,
			#content td{
				border:1px solid #ccc;
				padding:5px 2px;
			}

			#content th{
				background:#eee;
				font-weight:normal;
			}

			#content td{
				width:45%;
				text-align:center;
			}

			#content .tableheader th{
				background:#d9ecff;
				color:#076697;
				padding:4px;
				width:auto;
			}


	#chartremarks{
		margin:25px 0 0 20px;
	}

		#chartremarks li{
			line-height:150%;
			margin-bottom:7px;
		}

