@charset "UTF-8";

/*-----------------------------------------------------------------

リセット

-----------------------------------------------------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	padding: 0;
	margin: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset,img {
	border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-weight: normal;
	font-style: normal;
}
ol,ul {
	list-style: none;
}
caption,th {
	text-align: left;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	font-size: 100%;
}
q:before,q:after {
	content:'';
}
abbr,acronym {
	border: 0;
}

/*-----------------------------------------------------------------

全体

-----------------------------------------------------------------*/
body {
    font:13px Verdana,"ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",helvetica,arial,sans-serif;
    *font-size:small;
    *font:x-small;
	padding: 0 15px;
}
table {
    font-size:inherit;
    font:100%;
}
a {
	color: #000;
}
a:hover {
	color: #029ce0;
}
a img {
	border: none;
}
/*-----------------------------------------------------------------

本文

-----------------------------------------------------------------*/
h1 {
	padding: 0 0 10px 0;
	border-bottom: 1px solid #e1e5ec;
}
#newslist {
	font-size: 93%;
	padding: 30px;
	line-height: 1.5;
}
#newslist dt {
	position: relative;
	padding: 10px 0 5px 8em;
	font-weight: bold;
}
.date {
	display:block;
	position: absolute;
	left: 0;
	top: 10px;
	font-weight: normal;
	background: url(../top_images/arw01.gif) no-repeat left 3px;
	padding: 0 0 0 12px;	
}
#newslist dd {
	position: relative;
	border-bottom: 1px solid #e1e5ec;
	padding: 0 0 10px 8em;
}

