@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:"ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3",Verdana,Arial,Osaka,san-serif;
}


/*font-size初期化*/

body{
	font-size: 10px;
	_font-size:62.5%;/*IE6*/
	line-height:1;
	color:#333333;
	background:#ECEFF0;
}

/*border初期化*/
/*margin　paddingプロパティ追加*/

img,object{
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align:bottom;
}

/*table設定*/

table{
	border-collapse: collapse;
	border-spacing: 0;
}

/*clearfix*/
/*height0.1px font-size0.1em追加*/

.clearfix:after, div:after{
    content: "."; 
    display: block; 
	height: 0.1px;  
	font-size: 0.1em;  
    clear: both; 
    visibility: hidden;
}
.clearfix{
	display: inline-block;
}/*IE7用*/

.clear {
	clear:both;
}
/* Hides from IE-mac \*/
* html .clearfix { height:1%;}
.clearfix { display:block;}
/* End hide from IE-mac */

ul,
li,
ol {
	list-style:none;
}

/* アイフレーム用 */
body{ _width:88%; }



/*           news
--------------------------------------------------------------------------------------------*/
dl{
	font-size:1.2em;
	margin:0 10px 0 10px;
	border-bottom:dotted 1px #999999;
	width:610px;
}
div#news dl dt {
	float:left;
	width:59px;
	padding:8px 0 8px 8px;
}
div#news dl dd {
	margin-left:67px;
	padding:8px 10px 8px 25px;
	background:url(../images/news_dd.jpg) left top no-repeat;
}
*html dl dd{
height:1px;
}