@charset "utf-8";


/* =================================================

	最新ニュースページ用CSS

==================================================== */


/* =======================================

	page

========================================== */

#page {
    width: 594px;
	margin: 10px auto;
	font-size: 93%;
}

#page h2 {
    text-indent: -9999em;
	background: url(../../img/latest/title.jpg) no-repeat;
	width: 594px;
	height: 67px;
	margin-bottom: 20px;
}

.column {
    padding: 8px 12px;
	line-height: 1.3em;
	border-bottom: solid 1px #666;
	color: #666;
}

.column img {
    float: left;
	margin-right: 10px;
}

.column h3 {
    color: #990099;
	margin-bottom: 15px;
}

#page input {
    margin: 10px 240px;
}	














