@charset "utf-8";
/* /////////////基本設定///////////// */

#head {
	background-image: url(../chinese/images/bg_head.gif) !important ;
	background-repeat: no-repeat;
	height: 203px;
	width: 921px;
	margin-top: -10px;
}

#foot {
	background-image: url(../chinese/images/bg_foot.gif) !important ;
	background-repeat: no-repeat;
	padding-left: 50px;
	height: 157px;
	clear: both;
}
/*ぶらさげインデント*/
.hang01
{ 
	padding-left: 1em;
	text-indent: -1em; 
}
.hang02
{ 
	padding-left: 2em;
	text-indent: -2em; 
}
p.img-right {
	float: right;
	margin-bottom: 5px;
	margin-left: 5px;
}
p.img-left {
	float: left;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 15px;
}
p.img-center {
	margin-bottom: 20px;
	clear: both;
	text-align: center;
}
.clear {
	clear:both;
}
.txt {
	float: left;
	margin-bottom: 10px;
	width: 350px;
}
