/* ----- 共通設定 -------------------------------------------------- */
* {
	font-size:14px;
}
body {
	background-color:#af0102;
	text-align:center;
} 
/* ----- 共通リンク色 -------------------------------------------------- */
a:link,a:visited,a:active{
	color: #FFFFFF;
	text-decoration:none;
}
a:hover{
	color: #FFFFFF;
	text-decoration:underline;
}
/* ie7 mac-ie5 */
.clearfix {
	display:inline-block;
}
/* ie4-6 */
/* Hides fram IE-mac ￥*/
*html .clearfix {
	height:1%;
}
.clearfix {
	display:block;
}
/* End hide frame IE-mac */

/*------------ mainContainer --------------------------*/

#mainContainer{
	position: relative;
	margin: 0 auto;
	width: 900px;
	border-left:1px #968d50 solid;
	border-right:1px #968d50 solid;
	border-bottom:1px #968d50 solid;
	background-color:#b70304;
}

/*------------ mainContent --------------------------*/
#mainContent {
	line-height: 0;
	width: 900px;
	overflow: hidden;
}
#mainContent #content{
	line-height: 1.5;
	}
/*------------ header --------------------------*/
#header {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1000;
}
/*--  シャルレ ロゴ   --*/
#logo a {
}
/*--  バナー1（右）   --*/
#header .banner1 {
}/*--  バナー2（中央）  --*/
#header .banner2 {
}
#header a img {
	border: none;
}

/*------------ content --------------------------*/
#content {
	margin:0;
	padding:0;
	color:#FFFFFF;
	line-height:1.5;
}
/*---- ページトップへ戻る -------------------*/
#pagetop{
	text-align:right;
	width:860px;
	margin:10px 0 20px;
}
#pagetop a {
	font-size:12px;

}
/*------------ footer --------------------------*/
.copyright {
	font-size:11px;
}
/* top */
#topPage #footer {
	clear:both;
	margin:0 auto;
	border-top:1px solid #968d50;
	width:900px;
	padding-top:10px;
	padding-bottom:10px;
}
#topPage #footer ul {
	margin:0 0 0 30px ;
	text-align:left;
	list-style:none;
	position:relative;
	height:55px;
}
#topPage #footer li {
	color:#FFFFFF;
	margin-left:150px;
}
 #footer li a {
	color:#FFFFFF;
	font-size:12px;
}
#topPage #footer li.logo-c {
	top:0;
	left:0;
	position:absolute;
	margin-left:0;
}
/* second */
#footer {
	clear:both;
	margin:0 auto 10px;
	border-top:1px solid #968d50;
	padding-top:15px;
	padding-bottom:10px;
	font-size:12px;
	color:#FFFFFF;
}
#footer ul {
	list-style:none;
}

