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

body{
	font-family:"Century Gothic",Arial,sans-serif;
	margin:0px;
	background:#c00010;
	font-size:14px;
}
img{
	border:0 none;
}

.mainBG{
	background:url(images/choochooBG_02.png) repeat-y center;
}

.headerImg{
	background:url(images/choochoo_con_BG_01.png) no-repeat center top;
	min-height:800px;
	
	
}

.headerImgHome{
	background:url(images/choochooBG_01.png) no-repeat center top;
	min-height:800px;
	
}

.headerContent{
padding-top:70px;
min-height:130px;
width:870px;
	
}

.headerContentHome{
padding-top:70px;	
min-height:280px;
width:870px;
}

.mainContentHome{
	min-height:215px;
}

.mainContent{
	min-height:215px;
}

.footerContent{
font-size:13px;
font-weight:bold;
padding-bottom:35px;
padding-top:185px;
text-align:center;
width:784px;
clear:both;
color:#000;
}

.footerContent a{
color:#000;
text-decoration:none;
}

.footerContent a:hover{
color:#000;
text-decoration:underline;
}

.footerImg{
	background:url(images/choochoo_con_BG_03.png) no-repeat bottom center;
	min-height:800px;
	
}

.pageWrap{
	margin-left:auto;
	margin-right:auto;
	width:784px;

}
.sidebar{
float:right;
width:150px;
margin-top:100px;
	
}


.indent{
	padding:0px 15px;
}


.imgRight{
float:right;
margin:0 20px 5px 10px;
}

.imgLeft{
float:left;
margin:5px 10px 5px 0;
}
