@charset "UTF-8";
/* CSS Document */

* {
  padding: 0;
  margin: 0;
}

a {
  color: #562104;
  text-decoration: none;
}

a:visited {
  color: #B39C8D;
  text-decoration: underline;
}

img {
	border: none;
}

a:hover {
	color: #CC835F;
	text-decoration: underline;
}

a:link {
  color: #562104;
  text-decoration: none;
}

a:focus {
	outline: none;
}

.mini {
	font-size:80%;
}




#news_style2013 {
	width:auto;
	
}

#yymmddwarp ul {
	list-style:none !important;
	margin:0 !important;
	padding:2px;
}

#yymmddwarp ul li {
	font-size:70%;
	line-height:120%;
	font:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-weight:bold;
	margin:0 0 4px 0 !important;
	padding:8px 10px 8px 105px;
	width:auto;
	text-align:justify;
	overflow:hidden;
	height:auto;
	/* [disabled]min-height:60px; */
	border-bottom:#900 dotted 1px;
}

#yymmddwarp ul li a {
	display:block;
	overflow:hidden;
	margin:2px;
	padding:3px 0 3px 5px;
	font-size:110%;

}

#yymmddwarp ul li a:hover {
	opacity:0.6;
	background:#FF0;
	border-radius:3px;
}



#yymmddwarp ul li span.yymmdd {
	float:left;
	font-size:60%;
	line-height:120%;
	width:50px;
	padding:0 0 0 100px;
	min-height:60px;
}

.event {
	background:url(../images/info_icon_event.png) no-repeat left center;
	background-size:90px;
}
.info {
	background:url(../images/info_icon_info.png) no-repeat left center;
	background-size:90px;
}
.new {
	background:url(../images/info_icon_new.png) no-repeat left center;
	background-size:90px;
}
