@charset "utf-8";

body {
	color: #333333;
	margin: 0;
	padding: 0;
	background: #FFFFFF;
	font-family: "メイリオ", "ＭＳ ゴシック", "Osaka－等幅";
	font-size: 12px;
	line-height: 1.5em;
}
a:link {
	color: #FF6600;
	text-decoration: none;
}
a:visited {
	color: #FF6600;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}
a:active {
	color: #FF0000;
	text-decoration: underline;
}
#container  {
	width:500px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	padding-top: 30px;
	padding-bottom: 30px;
}
input,select,textarea {
	font-size: 12px;
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
}
textarea {
	height: 100px;
	width: 375px;
}
.inputtext100 {
	width: 100px;
}
.report {
	width: 365px;
	border-bottom: 1px dotted #CCCCCC;
	background: url(../images/update_icon.gif) no-repeat 1px 10px;
	font-size: 12px;
	line-height: 18px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.blue {
	color: #3399FF;
	font-weight: bold;
}
.orange {
	color: #FF9900;
	font-weight: bold;
}
.red {
	color: #FF0000;
	font-weight: bold;
}
.title {
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 10px;
	font-size: 14px;
}
.frame {
	width: 375px;
}
.frame-01 {
	width: 375px;
	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;
}
