@charset "utf-8";
/* CSS Document */

body {
	font-size: medium;
	color: #333333;
	background-color: #FFFFFF;
	text-align: center;
}
#contents {
	text-align: left;
	width: 640px;
	border:1px solid #0033CC;
	padding-bottom: 10px;
}
#contents h1 {
	background-image: url(tibet_ttl.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	margin: 0px;
	height: 120px;
	width: 640px;
}
#contents .text-box {
	font-size: 90%;
	margin: 20px 10px　0px 10px;
	line-height: 150%;
	padding-bottom: 20px;
	border-bottom: 1px dotted #ccc;
}
.red{color:#FF0000}
#contents .text-box img {
	float: right;
}
#contents .text-box hr {
	display: block;
	visibility: hidden;
	float: none;
	clear: both;
}
