@charset "utf-8";
body {
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	margin: 0px;
	padding: 0px;
}
h1 {
	margin: 0px;
	padding: 0px;
}
h2 {
	margin: 0px;
	padding: 0px;
}
h3 {
	margin: 0px;
	padding: 0px;
	color: #666666;
	letter-spacing: 1px;
	font-size: 10px;
}

p {
	font-size: 14px;
	color: #333333;
	letter-spacing: 1px;
	line-height: 18px;
}
a {
	color: #333333;
	text-decoration: underline;
}
a:hover {
	color: #0066FF;
	text-decoration: none;
}
a:visited {
	color: #333333;
}



a:active {
	color: #FF6600;
	text-decoration: underline;
}

/*ラッパー*/
.wrapper {
	background-color: #FFFFFF;
	width: 828px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	height: 500px;
	background-image: url(images/PROS_LOGO.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.errortext {
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	letter-spacing: 1px;
	float: left;
	padding-top: 50px;
	width: 828px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #006699;
}
.errortext .right_m {
	font-size: 14px;
	float: right;
	color: #996600;
}
.box1 {
	float: left;
	width: 824px;
	padding-top: 20px;
}
.box1 img {
	float: left;
}
.box1 .box_text {
	float: right;
	width: 460px;
	padding-right: 20px;
	display: inline;
}
ul {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	float: left;
}
.box1 .box_text li {
	list-style-type: none;
	float: left;
	clear: left;
	padding-top: 10px;
	padding-left: 20px;
	background-image: url(images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 6px 14px;
	width: 440px;
}


.errortext .left_m {
	float: left;
}

/*===========ＩＥ６用============*/

* html .box1 .box_text {
	float: left;
	width: 460px;
	padding-left: 20px;
	display: inline;	
}
