@charset "euc-jp";

body {
	font: 10px "メイリオ", "ＭＳ ゴシック", "Osaka−等幅";
	margin: 0px;
	padding: 0px;
	color: #515151;
}
a:link {
	color: #669900;
	text-decoration: none;
}
a:visited {
	color: #669900;
	text-decoration: none;
}
a:hover {
	color: #66CC33;
	text-decoration: underline;
}
a:active {
	color: #66CC33;
	text-decoration: underline;
}
input,select,textarea {
	font: 10px "メイリオ", "ＭＳ ゴシック", "Osaka−等幅";
}
textarea {
	height: 100px;
	width: 290px;
}

#container  {
	width:500px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	padding-top: 30px;
	padding-bottom: 30px;
}
.inputtext100 {
	width: 100px;
}
.date {
	padding-left: 20px;
	width: 55px;
	background: url(../images/updateicon.gif) no-repeat left top;
	position: absolute;
	margin-left: -75px;
	height: 15px;
}
.report {
	width: 290px;
	padding-left: 75px;
	padding-top: 3px;
	padding-bottom: 4px;
	background: url(../images/updateline.gif) no-repeat left bottom;
}
.report-dummy {
	width: 290px;
	padding-left: 75px;
	padding-top: 3px;
	padding-bottom: 4px;
}
.color-01 {
	color: #515151;
	font-weight: bold;
}
.color-02 {
	color: #669900;
	font-weight: bold;
}
.color-03 {
	color: #FF0000;
	font-weight: bold;
}
.title {
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 10px;
	font-size: 12px;
}
.frame {
	width: 365px;
}
.frame-01 {
	border: 1px dotted #CCCCCC;
	margin-bottom: 10px;
}
.frame-02 {
	background: #F7F7F7;
	border: 1px dotted #CCCCCC;
	padding: 5px 10px;
	margin-bottom: 1px;
}
.frame-03 {
	background: #F7F7F7;
	border: 1px dotted #CCCCCC;
	padding: 5px 10px;
	margin-bottom: 10px;
}
