@charset "utf-8";
html{
	overflow:scroll;
}
body{
	margin:30px;
	padding:0px;
	line-height:1.5em;
	font-size:80%;
	color:#333333;
	font-family: Verdana;
}
table{
	font-size:100%;
}
div{
	margin:0px;
	padding:0px
}
p{
	margin:0px;
	padding:0px
}
img {
	border:0px;
	padding:0px;
	margin:0px;
	vertical-align:bottom;
}
form {
	padding:0px;
	margin:0px;
}
h1 , h2 , h3 , h4 , h5{
	margin:0px;
	padding:0px;
}
a:link {
	text-decoration:none;
}
a:visited {
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
a:active {
	text-decoration:none;
}

/************************************/
/*  共通
/************************************/
#header{
	width:450px;
}
h1{
	margin-bottom:8px;
	font-size:120%;
	color:#0064C8;
}
h2{
	margin-bottom:8px;
	font-size:220%;
	color:#0064C8;
}
#header p{
	font-weight:bold;
}


/************************************/
/*  メイン
/************************************/
#main{
	width:450px;
}
h3 a {
	width:450px;
	height:30px;
	margin:10px 0px ;
	background-image:url(http://www.sweep-web.com/img/404_title.gif);
	background-position:0 0;
	background-repeat:no-repeat;
	text-indent:-9999px;
	display: block;
}
h4{
	background-color:#000;
	border-left:5px solid #ccc;
	color:#fff;
	padding:2px;
	font-size:100%;
}

.ad a {
	width:450px;
	height:450px;
	margin:10px 0px ;
	background-image:url(http://www.sweep-web.com/img/404.gif);
	background-position:0 0;
	background-repeat:no-repeat;
	text-indent:-9999px;
	display: block;
}
#footer a {
	width:200px;
	height:60px;
	margin:10px 0px ;
	background-image:url(http://www.sweep-web.com/img/logo.gif);
	background-position:0 0;
	background-repeat:no-repeat;
	text-indent:-9999px;
	display: block;
}
