@charset "utf-8";
/* CSS Document */
/*=======================================================*/
/* html */
/*=======================================================*/
html,body {
	font-size: 12px;
	font-family: Meiryo, Verdana;
	color: #ffffff;
	background: #000000 url(../images/back.jpg) no-repeat fixed center top;
}
a {
	color: #D8152D;
	text-decoration:none;
}
a:hover {
	color: #ffffff;
	text-decoration:underline;
}
ul {
	margin: 0;
	padding: 0;
}
img{
	border:none;
}
strong{
	color:#f30010;
}
.note {
	margin: 10px;
	font-size: 10px;
}

/* CSS Document */
/*=======================================================*/
/* ヘッダーフッターを固定 */
/*=======================================================*/
body{
	margin: 0;
	padding: 100px 0 0 0;
}
* html body{
	overflow: hidden;
} 
div#headerArea {
	position: fixed !important;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100px;
	background-color: #111111;
	color: #fff;
}
#headerCenter {
	margin-left: auto;
	margin-right: auto;
	width: 780px;
	padding: 0 10px;
	height: 100%;
	text-align: center;
	border-top: 0;
	border-bottom: 0;
	border-left: 1px solid #222222;
	border-right: 1px solid #222222;
}
div#footerArea {
	bottom: 0;
	left: 0;
	width: 100%;
	height: 90px;
	background-color: #111111;
	color: #fff;
}
#footerCenter {
	margin-left: auto;
	margin-right: auto;
	width: 780px;
	padding: 0 10px;
	height: 100%;
	text-align: center;
	border-top: 0;
	border-bottom: 0;
	border-left: 1px solid #222222;
	border-right: 1px solid #222222;
}
#contentsCenter {
	margin-left: auto;
	margin-right: auto;
	width: 780px;
	padding: 5px 10px;
	height: 100%;
}

/*=======================================================*/
/* トップページ */
/*=======================================================*/
#topMainCenter {
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	padding: 0 0;
	height: 100%;
}

/*=======================================================*/
/* リストのセンタリング */
/*=======================================================*/

#paging {
	text-align: center;
}
#paging li {
	border: 0;
	display: -moz-inline-box;
	display: inline-block;
	line-height: 25px;
	height: 25px;
}
* html #paging li{
	display: inline;
	margin-right: 3px;
	zoom: 1;
}
*+html #paging li {
	display: inline;
	margin-right: 3px;
	zoom: 1;
}
#paging li a {
	display: block;
	text-decoration: none;
}