
@charset "utf-8";

/* --------------------------------------------------------
	newXXX.html(最新ニュース)で使用
-------------------------------------------------------- */

div.item {
	margin-top: 150px;
}

div#past_link {
	position: relative;
	left:550px;
	bottom:70px;
	background-image: url(./../../img/news/news_past_link_swap.png);
	background-repeat: no-repeat;
}

div#past_link a {
	display:block;
	widht: 150px;
	height: 20px;
	background-image: url(./../../img/news/news_past_link_swap.png);
	background-repeat: no-repeat;
}

div#past_link a:hover {
	text-indent: -9999px;
}

h3 {
	font-size: 130%;
	float: left;
	padding:0px; margin: 0px;
}

div.date {
	text-align: right;
	font-size: 110%;
	border-bottom: 1px solid #EC3702;
}

p {
	margin-bottom: 40px !important;
}

p a {
	text-decoration: underline;

}


div#pagetop {
	float:right;
	margin-top: 30px;
	background-image: url(./../../img/pagetop_swap.jpg);
	background-repeat: no-repeat;
}

div#pagetop a {
	display:block;
	background-image: url(./../../img/pagetop_swap.jpg);
	width:80px;
	height:20px;
}

div#pagetop a:hover {
	text-indent: -9999px;
}
