@charset "utf-8";


/***** 共通 *****/

* { 
	box-sizing: border-box;
}
* { 
	-moz-box-sizing: border-box;
}
* {
	font: normal normal normal 96%/1.4 "ＭＳ Ｐゴシック","Osaka",sans-serif;
    margin: 0;
    padding: 0;
    color: #000;
    text-decoration: none;
}
html {
    height: 100%;
}
body {
	margin: 0px auto;
	padding: 0px;
	height: 100%;
	text-align: center;
	background: url(../images/bg.gif) repeat;
}
#container {
	position: relative;
	width: 900px;
	margin: 0px auto;
    height: 100%;
}
body > #container {
	height: auto;
}
ul {
	list-style: none;
	text-align: left;
}
p,dl,table,h1,h2,h3,h4,h5,div {
	text-align: left;
}
img {
    border:0;
    vertical-align:bottom;
}
a {
   overflow: hidden;
}
a:hover {
	color: #FE7A15;
	text-decoration: underline;
}


/***** ヘッダ *****/

#header {
	width: 900px;
	margin-top: 27px;
	height: 115px;
	position: relative;
}
h1 {
	float: left;
	margin-top: 25px;
}
#header_r {
	float: right;
	width: 650px;
	position: relative;
}
#headerInfo {
	height: 54px;
	width: 654px;
	position: absolute;
	top: 37px;
	left: 0px;
}



/***** コンテンツ *****/

#contents {
	width: 900px;
	clear: both;
}


/***** フッタ *****/

#footer {
	width: 900px;
	clear: left;
}
#footerCopy {
	float: left;
	width: 600px;
	padding: 20px 0px 40px;
	font-size: 10px;
	color: #726869;
	letter-spacing: 0.1em;
}
