/* カレンダー
==========================================================================*/

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background:#FFFFFF;
	margin:0;
	padding:0;
	
-webkit-text-size-adjust: none;
	}


/*
================================
reset.cssの中のものとぶつかるので、削除している
================================*/

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3 {
    margin: 0; 
    padding: 0;
}
html {
	height: 100%;
	width: 100%;
}

h1, h2, h3, h4, h5, h6{
    font-size: 100%; 
    font-weight: normal;
}
ol, ul{
    list-style:none;
}
fieldset, img{
     border:0;
}


img {
	vertical-align: middle;
}
a:focus {
	outline:none;
}
.clear {
	clear: both;
}


/*
====================================
ページタイトル
===================================*/

#title h2{ text-indent:-9999px;
/* border-bottom:#EEE solid 1px;*/}





/*
====================================
リード
===================================*/
.lead { text-align:center; font-size:14px; color:#003F97;/* margin:20px 0 0 0;*/}


/*
====================================
コンテンツ
===================================*/
#inf_contents{width:880px; margin:0 auto;}


#navi { width:880px; height:109px; margin:0 auto 0; padding-top:60px; background:url(images/title.png) no-repeat center;}


#filter li {
	float: left;
	margin: 50px 15px 0 80px;
	display: block;
}

#filter li a {
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	height: 19px;
	width: 135px;
}
#filter li a:hover {
	background-position: 0px -19px;
}

#filter li#all a:hover {
	display: block;
	height: 19px;
	width: 74px;
	background-position: 0px -19px;
}
#filter li#inf a:hover {
	display: block;
	height: 19px;
	width: 135px;
	background-position: 0px -19px;
}
#filter li#rac a:hover {
	display: block;
	height: 19px;
	width: 135px;
	background-position: 0px -19px;
}

#filter li#all a {
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	height: 19px;
	width: 74px;
	text-indent: -9999px;
	background-image: url(images/bt_all.png);
}

#filter li#inf a {
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	height: 19px;
	width: 135px;
	text-indent: -9999px;
	background-image: url(images/bt_inf.png); 
}
#filter li#rac a {
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	height: 19px;
	width: 135px;
	text-indent: -9999px;
	background-image: url(images/bt_rac.png);
}
#filter li.current a {
	background-position: 0px -50px;
	/*cursor: default;*/
	cursor:pointer;
	text-decoration:none;
}

#backnumber {
	width: 130px;
	padding-top: 48px;
	padding-right: 40px;
    float:right;
	text-align:right;
}

#list {
	clear: both;
	margin: 0;
	padding: 0 ;
}

#list ul { overflow:hidden;}

#list li {
	display: block;
	float: right;
	width: 880px;
	padding:0;
	margin-bottom: 0px;
}
#list .photo {
	float: left;
	padding:10px 10px 0 0;
}

#list .date_inf {
	font-size: 38px;
	font-weight:bold;
	line-height:1.1em;
	margin:0;
	padding-top:15px;
	color: #333;
	width:150px;
	min-height:140px;
	float:left;
	text-align:center;
	background-image: url(images/back_inf.png);
	background-repeat:no-repeat;
	background-position:top left;
	position:relative;

}
#list .date_rac {
	font-size: 38px;
	font-weight:bold;
	line-height:1.1em;
	margin:0;
	padding-top:15px;
	color: #333;
	width:150px;
	min-height:140px;
	float:left;
	text-align:center;
	background-image: url(images/back_rac.png);
	background-repeat:no-repeat;
	background-position:top left;

}
#list .caution {
	width:105px;
	height:30px;
	position:absolute;
	left: 23px;
	top: 59px;

}
#list .title {
	font-size: 22px;
	line-height:1.2em;
	font-weight:bold;
	color: #1F64A5;
	padding:15px 0 10px 5px;
	margin-bottom:5px;
	width:715px;
	float:right;
	background-image: url(images/line.png);
	background-position:bottom;
	background-repeat:no-repeat;
}
#list .text {
	font-size: 14px;
	line-height:1.4em;
	color: #333;
	padding:3px 5px 10px;
	padding-bottom:25px;
	width:710px;
	float:right;
}
