@charset "utf-8";
.clearfix {width:100%;}
.clearfix:after{
    content: ""; 
    display: block; 
    clear: both;}
.titleBar{
	width:98%;
	border-bottom:solid 1px #996c33;
	text-align:center;
	margin:0 1%;
}
body {
	background-color:#7d0000;
	font-size: 14px;
	line-height: 20px;
}
#contents{
	background-color:#CCC;
	background-image: url(../images/mainBack.jpg);
	min-width:1000px;
}
#header {
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #e60012;
	width: 100%;
	min-width:1000px;
}
#header #menuList li{
	float:left;
}
#header #mMenuList{
	display:none;
}
#header #mHead{
	display:none;
}
#header #headerContents {
	width:100%;
	max-width:1000px;
	margin:0 auto;
}
#contents #main {
	width: 100%;
	max-width:1000px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 20px;
}

#header #headerContents #headTable {
	width: 100%;
	margin-top: 15px;
}
#footer {
	background-image: url(../images/footerLine.png);
	background-repeat: repeat-x;
	height: 272px;
	width: 100%;
	margin-top: 30px;
}
#footer #footerContents {
	background-image: url(../images/footerBack.png);
	background-repeat:no-repeat;
	height: 232px;
	width: 100%;
	max-width:1000px;
	margin:0 auto;
}
#contents #footer #footerContents #footerNavigation {
	color: #FFF;
	width: 330px;
	padding-top: 82px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#contents #footer #footerContents #footerNavigation b {
	font-weight: bold;
	margin-bottom: 10px;
	font-size: 14px;
}


#footer #copyright {
	text-align: center;
	line-height: 40px;
	color:#FFF;
}
