﻿html,body,div,
h1, h2, h3, h4, h5, h6, p, address, marquee,
ul, ol, li, dl, dt, dd,
table, caption, th, td, img, form, textarea {
	margin: 0;
	padding: 0;
	border: none;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 1.1;
	text-align: left;
}
input {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
ol,ul {
	list-style: none;
}
table {
	border-collapse: collapse;
}
a {
	text-decoration: none;
	color:#555555;
	}
a:hover {
	text-decoration: underline;
	color: #977D4C;
}
.clearfix:before,
.clearfix:after {
	content: "";
	display: table;
}
.clearfix:after {
	clear: both;
}
.wordBreak {
	word-break:break-all;
    word-wrap: break-word;
}

/************************************************************************************************************************/
html {
	width: 100%;
	height: 100%;
}
body {
	width: 100%;
	height: 100%;
	position: relative;
	z-index:0;
	text-align: center;
	color:#555555;
	background-image: url(../img/common/bodyBg.jpg);
	background-repeat: repeat-x;
	background-color: #000000;
}
#outerWrapper {
	position:relative;
	z-index:100;
	padding: 0px 2px 0px 5px;
	height: 100%;
	background-image: url(../img/common/headerBg.png);
	background-repeat: repeat-x;
}
#innerWrapper {
	min-width: 640px;
	min-height: 480px;
	height: 100%;
	border-left: 1px solid #750C00;
	border-right: 1px solid #750C00;
}
#subWrapper {
	width: 100%;
	min-height: 100%;
	position: relative;
	text-align: left;
	_height:100%;
}
body > #subWrapper {
	height: auto;
}
#wrapper {
	width: 100%;
	padding-top: 40px;
	padding-bottom: 74px;
}
#pageTitle {
	position: absolute;
	right: 8px;
	top: 23px;
	font-size: 9px;
	color: #555555;
}
#pageTitle h1 {
	display: inline;
	font-size: 9px;
}
#pageTitle span {
	font-size: 9px;
}

/************************************************************************************************************************/
#contents {
	width: 100%;
	margin-left: -100px;
	float: right;
}
#contentsArea {
	margin-left: 120px;
	padding: 13px 5px;
}
#contentsArea .blackBox {
	min-height: 180px;
	padding-bottom:13px;
	border:1px solid #111111;
	background-image: url(../img/common/blackAlphaBg.png);
	background-repeat: repeat;
}


/************************************************************************************************************************/
#menu {
	width: 100px;
	float: left;
}
#menu ul {
	padding-left: 3px;
	padding-top: 8px;
}


/************************************************************************************************************************/
#footer {
	width:100%;
	height: 74px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	text-align: right;
	background-image: url(../img/common/footerBg.gif);
	background-repeat: repeat-x;
}
#footer #footerLine {
	width: 100%;
	height: 1px;
	overflow: hidden;
	position: absolute;
	left: 0px;
	top: 0px;
}
#footer #marquee {
	display: inline-block;
	width: 100%;
	text-align: center;
}

/************************************************************************************************************************/
#bodyBg {
	width:100%;
	height:100%;
	overflow:hidden;
	position: fixed;
	left:0px;
	top:0px;
	z-index:10;
}
#bodyBgCover {
	width:100%;
	height:100%;
	position: absolute;
	left:0px;
	top:0px;
	background-image: url(../img/common/bodyBgCover.png);
}


