@charset "shift_jis";
h1 {
	font-size: medium;
	border-bottom-width: 1px;
	border-left-width: 2px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #666666;
	border-left-color: #666666;
	padding: 7px;
}
body {
	font-size: small;
	color: #333333;
	border:solid,1px,#FF6600;
}
.notice {
	color: #FF6600;
	font-weight: bold;
}
.smalltxt {
	font-size: small;
	font-weight: normal;
}
.left{
	float: left;
	margin: 5px;
	padding: 5px;
	border: 1px solid #CCCCCC;
}
.left2{
	float: left;
	margin: 5px;
	padding: 5px;
}
.clear{
clear:both;
}
