@charset"Shift-JIS";

body {
}

html,body {
    height:100%;
}

*html #wrap {
	height:100%;
}

/* default reset */

body,p,ul,li,form,input,h1,h2,h3 {
	margin: 0;
	padding: 0;
}

ul,li {
	list-style:none;
}

a img {
	border:none;
}

/* link */

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/* clear */

.clear {
	clear:both;
}

.clearfix {
  zoom: 1; /* for IE5.5 - IE7 */
}

.clearfix:after { /* for modern browser */
  content: ".";
  display: block;
  height: 0px;
  clear: both;
  visibility: hidden;
}

/* basic style */

.displaynone {
	display:none;
}

.left {
	float:left;
}

.left5 {
	float:left;
	margin-right:5px;
}

.left10 {
	float:left;
	margin-right:10px;
}

.right {
	float:right;
}

.top60 {
	margin-top:60px;
}

.btm5 {
	margin-bottom:5px
}

.btm10 {
	margin-bottom:10px;
}

.indent10 {
	margin-left:10px;
	margin-right:10px;
}

.block10 {
	margin:10px;
}

.txt10 {
	font-size:10px;
}

.indent_txt {
	padding-left:12px;
	text-indent:-12px;
}

.center_obj {
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}

.r_txt {
	color: #FF0000;
	font-weight: bold;
}

.border {
	border:#cccccc solid 1px;
}

/* ranking */

#rank {
	width:210px;
}

#rank .box {
	width:206px;
	margin:8px 0;
	border:solid #ccc 1px;
	padding:1px;
	background:url(../img/rank_bg.gif) no-repeat 0 0;
}

#rank .box img{
	float:left;
	margin-right:5px;
}

#rank .box p{
	font-size:10px;
	line-height:15px;
	padding-top:2px;
	margin-left:77px;
}

#rank .box p a{
	color:#4a4a4a;
}

/* calendar */

#calendar {
	width:210px;
	font-size: 12px;
	margin-left: 7px;
}

#calendar table{
	width: 196px;
	margin-bottom: 10px;
}

#calendar td {
	background:url(../img/c_1.gif) no-repeat right bottom;
	width: 28px;
	text-align: center;
	line-height: 20px;
}

#calendar .r_txt {
	font-weight:normal; /* 日・祝日 */
}

#calendar .b_txt {
	color:#0060FF; /* 土曜 */
}

#calendar .g_txt {
	color:#CCCCCC; /* 先月・次月 */
}

#calendar .close {
	background:url(../img/c_3.gif) no-repeat left top; /* 定休日で平日 */
}

#calendar .close_r {
	background:url(../img/c_3.gif) no-repeat left top; /* 定休日で日祝 */
	color: #FF0000;
}

#calendar .close_b {
	background:url(../img/c_3.gif) no-repeat left top; /* 定休日で土曜 */
	color:#0060FF;
}

#calendar th {
	text-align: center;
	height: 15px;
	padding: 3px;
}

#calendar .month {
	font-size:14px;
	background-color: #E4E4E4;
	border-top:#cccccc  solid 1px;
	border-bottom:#cccccc  solid 1px;
}
