@charset "utf-8";

/* ----------------------------------------------
	This style definition is whatsnew.
------------------------------------------------- */

	.tobira {
		width: 430px;
		text-align: center;
		margin-left:25px;
		margin-right: 10px;
		margin-top: 10px;
	}
	
	.tobira img {
		-webkit-box-shadow:3px 3px 5px gray;
	}
	
	.whatsnew {
		float: left;
		width: 300px;
		color: #646464;
		font-family: "メイリオ", Verdana, "ＭＳ Ｐゴシック", sans-serif;
		font-size: 12px;
		margin-left: 10px;
		margin-right: 5px;
	}

		.whatsnew a {
			color: #4D4D4D;
			text-decoration: underline;
		}
	
		.whatsnew a:hover {
			color: #542A9A;
			text-decoration: none;
		}
	
		.whatsnew info {
			width: 265px;
			float: left;
			padding-left: 30px;
			padding-right: 5px;
			padding-top: 5px;
			padding-bottom: 5px;
			background-image: url(../img/newsinfo.gif);
			background-repeat: no-repeat;
			background-position: 0px 7px;
			border-bottom: 1px solid #8D8D8D;
		}

		.whatsnew new {
			width: 265px;
			float: left;
			padding-left: 30px;
			padding-top: 5px;
			padding-bottom: 5px;
			padding-right: 5px;
			background-image: url(../img/newsnew.gif);
			background-repeat: no-repeat;
			background-position: 0px 7px;
			border-bottom: 1px solid #8D8D8D;
		}
