@charset "UTF-8";

/*ブラウザの初期化̏*/

body,div,h1,h2,h3,h4,h5,h6,
p,blockquote,pre,address,
ul,ol,li,dl,dt,dd,
table,th,td,
form,fieldset,legend {
	margin: 0;
	padding: 0;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

/*font-size初期化*/

body {
	font-size: 10px;
	_font-size: 62.5%;/*IE6向け*/
}

/*border初期化*/
/*margin@paddingプロパティ追加*/

img,object {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: bottom;
}
body{
	width: 510px;
}
#wrapper{
	width: 510px;
	min-height: 160px;
	background: url(img/news.jpg) repeat-y;
	color: #666666;
	font-size: 1.2em;
}
*html #wrapper{
	height: 160px;
}
dl{
	padding: 10px 0 0;
	line-height: 140%;
}
dt{
	width: 75px;
	padding: 0 0 0 25px;
	float: left;
	clear: both;
}
dd{
	padding: 0 25px 0 0;
	margin: 0 0 0 100px;
}
*html dd{
	height: 1px;
}