/* -------------------------------------------------------

2013.04.22
top info
--------------------------------------------------------- */

/* -------------------------
　　link
---------------------------- */

#info a{
color: #f60;
}

#info a:hover{
}


/* -------------------------
fancybox
---------------------------- */

.fancybox-custom .fancybox-skin {
			box-shadow: 0 0 50px #222;
		}


/*　お知らせ　*/
#info {
	padding-bottom:20px;
	display:block;
}
#info .scroll {
	height:200px;
	width:660px;
	overflow:auto;
}
#info .arti {
	width: 600px;
	clear:both;
	border-bottom:1px solid #CCC;
	margin: 0 10px 5px 10px;
	padding:8px 10px;
}
#info .arti .hiduke {
	color:#F90;
	float:left;
	width:140px;
}
#info .arti .photo {
	width:80px;
	height:80px;
	float:left;
}
#info .arti .photo img {
}
#info .arti .text_con {
	float:left;
	width:460px;
	/*padding-left:10px;*/
}
#info .arti .text_con2 {
	float:left;
	width:370px;
	padding-left:10px;
}
