* {
	margin: 0;
	padding: 0;
}
img{border:0}

body {
	text-align: center;
	background-color: #FBCADC;
}

body div {
	text-align: left;
	margin: 0 auto;
}

#header {
	/*height:25px;*/
	background:#fff url("../images/bg_check.gif") repeat center bottom;
}
#header-c {
	width: 800px;
	margin: 0 auto;
	padding:8px 0;
	font-weight:bold;
	text-align:right;
}
#toplink {
	padding:8px 0;
	text-align:center;
	font-weight:bold;
}

/*コンテンツ表示エリア*/
#contents{
	margin: 0 auto;
	width: 750px;
	text-align: left;
}

/*メインコンテンツ*/
#main {
	background-color: #fff;
}

#footer {
	/*height:50px;*/
	background:#fff url("../images/bg_check.gif") repeat center bottom;
}
#footerlink {
	margin: 0 auto;
	padding:8px 0;
	text-align:center;
	font-weight:bold;
}
#footerbar {
	height:20px;
	background-color: #5C1C00;
	/*margin-bottom:20px;*/
}
#footerbarspace {
	height:20px;
}



#topleftbox{
	float:left;
	width:592px;
}

#addbox {
	margin:10px 0;
}

#toprightbox{
	float:right;
	width:146px;
}
#news {
	margin-top:8px;
}

#schedule {
	margin-top:8px;
}

#counter {
	/*width:100%;*/
	/*margin:5px 0;*/
	text-align:center;
}
#bannars {
	margin-top:8px;
}

.widebox {
	margin:10px 0;
	background-color: #fff;
}


/*フロート解除　汎用*/
.clear {
	clear:both;
}

