﻿/* CSS Document */

* {
	font-size:12px;
	margin: 0;
	padding: 0;
}
html {
	height:100%;
	overflow-y:scroll;
}
body {
	font-family:'ＭＳ Ｐゴシック','Osaka',sans-serif;
	text-align: center; /* IE 向けセンタリング指定 */
	background-image:url(../images/background.jpg);
	background-repeat:repeat-y;
	background-position:center;
	height:100%;
}
a {
	color: #18459D;
}
a:hover {
	color: #ff6600;
}
a img {
	border: medium none;
}
div#wrapper {
	width: 860px;
    /*width:auto;*/
	color: #666;
	text-align: left;
	font-size: 14px;
	min-height:100%; 
	height: auto;!important;
	height:100%;
	margin: 0 auto -60px;
	position: relative;
}
div#header {
	/*background:url(../img/header_01.jpg) no-repeat;
	height:100px;
	border-top:solid #F60 3px;*/
	background-image:url(../images/header_01.jpg);
	height:60px;
	border-top:solid #F60 2px;
}
div#header p {
	float:right;
	margin:20px 20px 0 0;
}
div#header p a {
	color:#333;
}
div#footer {
	clear:both;
	background:url(../images/footer.jpg) no-repeat;
	width:860px;
	height: 60px;
	margin: 0 auto;
}
p#copyright {
	clear:both;
	color: #ffffff;
	text-align: right;
	padding: 10px;
}
div#errorbox {
	width:600px;
	position:relative;
	margin:100px auto 0 auto;
}
p.errortitile {
	font-size:16px;
	font-weight:bold;
	padding:20px 0 0 50px;
}
p.errorlead {
	padding:20px 0 30px 50px;
}
p.errorbutton {
	text-align:center;
}
p.errorbutton a {
	font-size:16px;
}
span.attention {
	color:#F00;
	font-size:10px;
	font-weight:bold;
}
span.gray {
	color:#999;
	font-size:10px;
}

