/* CSS Document */
html,body,h1,h2,h3,h4,h5,h6,p,ul,ol,dl{
	margin: 0px;
	padding:0px;
}
body {
	background-color: #000000;
	color: #FFFFFF;
	font-size: 80%;
	line-height: 180%;
	background-image: url(../img/common/lineheader_bk.gif);
	background-repeat: repeat-x;
	background-position: center 0px;
}
/* False value for IE/Mac \*/
*html #maincol {
	height: 1%;
	margin-top: -50px;
}
/* Actual value for comfortant browsers */
a:link, a:visited {
	color: #CCCCCC;
	border-bottom: 1px dotted #333333;
	text-decoration: none;
}
a:hover {
	color: #9E1425;
	border-bottom: 1px dotted #9E1425;
}
a:visited {
	border-bottom: 1px dotted #333333;
	color: #CCCCCC;
}

#header {
	display: block;
	background-image: url(../img/common/headerback_bk.gif);
	background-repeat: no-repeat;
	background-position: 50px 13px;
	
	height: 150px;
}
#header a{
	border: none;
	text-decoration: none;
}
#logo a{
	display: block;
	text-indent: -9999px;
	height: 100px;
	width: 200px;
	position: absolute;
	top: 20px;
	left: 60px;
	overflow:hidden;
	outline:none;
	float: left;
}
<!--ここからグローバルナビ-->
#navi {
	height: 20px;
	display: inline;	
	width: 500px;
}
#navi li {
	list-style-type: none;
	display: inline;
	float: left;
	position: relative;
	left: 410px;
	top: 66px;	
}
#navi li a {
	border: none;
	/*\*/ 
	overflow:hidden;
	/**/
	outline:none;
}
<!--グローバルナビここまで-->

#ws {
	font-size:75%;
	line-height: 190%;
}
#enquete li.gc a {
	background-position: 0px -18px;
}

#wrap {
	background-image: url(../img/common/copyright_bk.gif);
	background-repeat: no-repeat;
	background-position: center 99%;
	width: 860px;
	margin-left:30px;
	padding: 0px 20px;
	margin-bottom: 30px;
	padding-bottom: 80px;
	float: left;
	top: 150px;	

}
#subcol {
	width: 150px;
	float: left;
}
#subcol ul {
	
}
#subcol li {
	margin: 10px 0px;
	text-indent: -1000px;
	line-height: 160%;
	list-style-type: none;
	font-size: 12px;
}
#maincol {
	width: 700px;
	margin-left:160px;
	margin-bottom: 10px;
	padding-bottom: 30px;
	color: #ffffff;
	position: relative;
}
*html #maincol {
behavior: expression(IEPNGFIX.fix(this));
}
img {
	border: 0px;
}
h1 {
	background-color: #666666;
	width: 700px;
	height: 30px;
	margin-top: 20px;
}
#top {
	margin-top: 0px;
}
h2 {
	border-bottom: 1px solid #CCC2C2;
	width: 700px;
	margin: 55px 0px 40px 0px;
}

p {
	margin: 15px 0px;
}
.mark {
	background-image: url(../img/common/mark.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding: 0px 15px;
	margin-top: 30px;
}
.line {
	margin: 15px 0px 25px 0px;
}
.picR {
	float: right;
	margin: 0px 8px 10px 10px;
}
.picL {
	float: left;
	margin: 0px 8px 0px 0px;
}
#cstrct a{
	border-color: #FFFFFF;
	border: none;
}
.info {
	color: #9E1425;
	font-weight: bold;
}
.displaynone {
	display: none;
}
.floatL {
	float: left;
	margin-right: 10px;
}
.info2 {
	font-size: 11px;
	line-height: 110%;
}
.pagetop {
	display: block;
	margin-top: 5px;
	margin-bottom:15px;
	text-align: right;
	position: absolute;
	right: 5px;
}
.clear {
	clear:both;
}
.rate {
	vertical-align: middle;
}