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

/* reset
====================================== */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
address, article, aside, figure, figcaption, footer, header, hgroup, hr, legend, menu, nav, section, summary {
	display: block;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}
img {
	vertical-align: top;
}
mark {
	background: none;
}
input {
	opacity: 1;
}
.center {
	text-align: center;
}
a {
	color: #400;
	text-decoration: none;
}
a:link, a:visited {
	color: #400;
	text-decoration: none;
}
a:hover, a:active {
	color: #666;
	text-decoration: underline;
}

/* news
========================================= */
body {
	color: #eeebe2;
	background-color: #faf5e7;
	margin-top: 15px;
	padding: 0px;
	text-align: left;
	color: #444;
	font: 0.8em "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.5em;
	width: 530px;
}
.news_pack {
	margin: 0px 0px 10px 10px;
	padding: 0px;
	float: left;
	height: auto;
	width: 510px;

}
.date {
	color: #ff7f00;
	font-weight: bold;
}
#frame {
	margin: 0px 0px 20px;
	padding: 0px;
	float: left;
	height: 550;
	width: 530px;
	border: 1px solid #CCC;
}
