@charset "utf-8";
/* CSS Document */

html,body{
	width:100%;
	height:100%;
	margin: 0;
	padding: 0;
	background-color: #000000;
}
h2,p {
	margin:0;
	padding:0;
	font-size: 14px;
	font-weight: normal;
	line-height: 200%;
	font-style: normal;
	color: #FFFFFF;
	}
p {
	padding:0;
	font-size: 11px;
	line-height: 200%;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #c1c1c1;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
img 	{border:none;}
a 		{
	color:#FFFFFF;
	margin:0;
	padding:0;
	text-decoration: none;
}
a:hover	{color:#0080FF;}
	
/*  HEADER   */	
#header_wrapper {
	background-image: url(../images/header_topbg.gif);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	width: 100%;
}
#header {
	position: relative;
	width: 860px;
	height: 320px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#header h1 {
	position:absolute;
	left:111px;
	top:230px;
	height:70px;
	width:300px;
	margin:0;
	padding:0;
	background-image: url(../images/top_coovologo.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#header h1 a {
	display:block;
	height:70px;
	width:300px;
	text-indent:-9999px;
	overflow: hidden;
}
#header h2 {
	position:absolute;
	left:451px;
	top:230px;
	height:70px;
	width:290px;
	margin:0;
	padding:0;
	background-image: url(../images/top_propo_logo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#header h2 a {
	display:block;
	height:70px;
	width:290px;
	text-indent:-9999px;
	overflow: hidden;
}
#glovalnavi_coovo {
	position: absolute;
	height: 80px;
	width: 355px;
	left: 49px;
	top: 16px;
}
#glovalnavi_propo {
	position: absolute;
	height: 80px;
	width: 355px;
	left: 454px;
	top: 16px;
}
.coovo_url {
	width: 70px;
	height:13px;
	left: 68px;
	background-image: url(../images/header_coovourl.gif);
	background-repeat: no-repeat;
}
.coovo_url a{
	height:13px;
	background-position: 20px;
	display: block;
	text-indent:-9999px;
	overflow: hidden;
}
.propo_url {
	width: 105px;
	height:13px;
	left: 754px;
	background-image: url(../images/header_propourl.gif);
	background-repeat: no-repeat;
	position: absolute;
	background-position: right;
	top: 0px;
}
.propo_url a{
	height:13px;
	background-position: 20px;
	display: block;
	text-indent:-9999px;
	overflow: hidden;
}
/*  CONTENTS  */
#contents_wrapper {
	background-image: url(../images/body_bg.jpg);
	background-repeat: repeat-x;
	background-color: #3E3E3E;
}
#contents {
	width: 860px;
	background-image: url(../images/contents_bg.gif);
	background-repeat: repeat-y;
	margin-bottom: 0;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	height: 117px;
	width: 860px;
	background-image: url(../images/top_main_bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
	position: relative;
}
/*  FOOTER  */
#footer_wrapper {
	height: 52px;
	padding: 0px;
	width: 100%;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	}
#footer {
	width: 860px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-repeat: no-repeat;
	height: 10px;
	background-position: bottom;
	padding: 0px;
	}
/*  FOOTER STOP */
