﻿/* 全体*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-family: "ＭＳ Ｐゴシック", Osaka;
	color: #000000;
	text-align: center;
	background: #000000 url(../img/Top_bg.gif) no-repeat top center;
}

#wrapper {
	width: 870px;
	margin: 0 auto;
}

/* リンク文字の基本的な設定 */
a:link {
	color: #0000FF;
	text-decoration: none;
}
a:visited {
	color: #0000FF;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
}
a:active {
	color: #FF0000;
	text-decoration: none;
}

img {
	border-width: 0;
}

hr {
	clear: both;
	visibility: hidden;
}

/* ヘッダー */
#header {
	width: 870px;
	height: 140px;
	padding-top: 50px;
}

h1 {
	float: left;
	display: block;
	width: 231px;
	height: 212px;
	margin-left: 86px;
	overflow: hidden;
	background: #000000 url(../img/WiLL_Co.,Ltd_top.gif) no-repeat 0 0;
    text-indent: -10000px;
}
*html h1 {
	float: left;
	display: block;
	width: 231px;
	height: 212px;
	margin-left: 86px;
	overflow: hidden;
	background: #000000 url(../img/WiLL_Co.,Ltd_top.gif) no-repeat 0 0;
    text-indent: -10000px;
	display: inline;
}

h2 {
	float: left;
	display: block;
	width: 131px;
	height: 122px;
	margin-left: 272px;
	margin-top: 55px;
	overflow: hidden;
	background: #000000 url(../img/Martin2.gif) no-repeat 0 0;
    text-indent: -10000px;
}
*html h2 {
	float: left;
	display: block;
	width: 131px;
	height: 122px;
	margin-left: 272px;
	margin-top: 55px;
	overflow: hidden;
	background: #000000 url(../img/Martin2.gif) no-repeat 0 0;
	display: inline;
}

#flash {
	float: left;
	width: 870px;
	height: 265px;
	margin-top: -70px;
	z-index: 10;
}
*html #flash {
	float: left;
	width: 870px;
	height: 265px;
	margin-top: -70px;
	z-index: 10;
	display: inline;
}


#footer {
	clear: both;
	width: 870px;
	padding-top: 110px;
	text-align: right;
}

#footer p {
	font-size: 11px;
	color: #FFFFFF;
}
