@charset "utf-8";
/* CSS Document */

/* reset styles */

html, body, div, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, address,
ul, ol, li, dl, dt, dd,
table, th, td, form, fieldset {
	margin: 0;
	padding: 0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	line-height: 1.4;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
ul li, ol li {
	list-style-type: none;
}
a {
	text-decoration: none;
}
img {
	border: 0;
}
img, input, select, textarea {
	vertical-align: middle;
}


/* 繰り返し利用するもの ------------------------------------------- */

.clearfix{
	zoom:100%;	
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/*新着情報 */

div.news {
	width: 680;
	margin: 0 15px 15px;
	padding-bottom: 10px;
	background:url(../images/common/news_border.gif) 0 bottom no-repeat;
}

div.news p.date {
	float:left;
	background:url(../images/common/list_mark.gif) 0 center no-repeat;
	padding-left: 15px;
}

div.news p.news_txt {
	margin-left: 130px;	
}
