@charset "utf-8";
/* CSS Document */

/*======================
　reset
======================*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,p,th,td {
	margin : 0;
	padding : 0;
}
table {
	border-collapse : collapse;
	border-spacing : 0;
}
img {
	border : 0;
	vertical-align:bottom;
}
ol,ul {
	list-style : none;
}
th {
	text-align : left;
}
h1,h2,h3,h4,h5,h6 {
	font-size : 100%;
	font-weight : normal;
}
q:before,q:after {
	content : '';
}

body {
	font-family :"Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴ Pro W3",Osaka,"MS P Gothic", "ＭＳ Ｐゴシック",sans-serif;
}


/*======================
　回り込み解除
======================*/
.clearfix {
	zoom : 1;
}

.clerafix:after {
	clear : both;
	color : #ffffff;
	content : ".";
	display : block;
	font-size : 1px;
	height : 0px;
	line-height : 1;
}

.clear {
	clear : both;
}


/*======================
　ここから
======================*/



/* 背景 冬カラー
body#rank-winter{
background:#cae2ff url(images/gekkan_bg_w.jpg);
text-align:center;
} */

/* 背景 春カラー */
body#rank-spring{
background:#cae2ff url(images/gekkan_bg_s.jpg);
text-align:center;
}

#wrapper{
	margin: 0 auto;
	background: #FFFFFF;
	text-align:center;
	width:875px;
}



/* ヘッダー */
#header{
padding:0;
border:0px solid #666666;
}



/* 本文 */
#container{
margin:0 auto;
padding-left:5px;
}


.gekkan-txt{
text-align:left;
padding:300px 20px 25px;
font-size:90%;
}

.gekkan-txt p{
margin:4px auto;
padding:4px;
line-height:130%;
border-bottom:1px dashed #CCCCCC;
}

.gekkan-txt p.kuma{
background:url(images/kuma.gif) 3px 3px no-repeat;
margin:5px auto;
padding:5px 5px 5px 25px;
border:1px solid #CCCCCC;
}

/* フッター */
#footer{
	margin-top:15px;
	padding:10px;
	text-align:center;
	font-size:85%;
	line-height:250%;
	border-top:1px dashed #CCCCCC;
}

