@charset "utf-8";
/*--------------------------------------------------------------------------
   サイト：アンシンサービス24　名古屋の水道やさん CSS「index.css」
----------------------------------------------------------------------------
■制作者：miwacs
■最終更新日：(2010-10-01)
■スタイル階層
    |
    |--import.css
        |
        |--base.css(*)
        |--index.css
------------------------------------*/
/* ------------------------------------------------------
base setting
------------------------------------------------------ */
body {
	border:0;
	padding:0;
	font-size:100%;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	margin:0px;
}
h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, div, form, address {
	list-style-type:none;
	margin:0;
	border:0;
	padding:0;
	font-style:normal;
	font-weight:normal;
	font-size:100%;
}
img {
	border:none;
}
/* ------------------------------------------------------
font size
------------------------------------------------------ */
body {
  font-size: 90%; /* IE */
}
.cb {
	clear: both;
}
html>body {
	font-size: 12px; 
#wrapper #main #news dt {
	border-top: 1px dotted #666666;
	border-right: #666666;
	border-bottom: #666666;
	border-left: #666666;
}
/* ------------------------------------------------------
table
------------------------------------------------------ */
/* テーブルタグの初期化 */
table, tr, td, th {
	margin: 0px;
	padding: 0px;
}
/* ブラウザのデフォルトフォントサイズ16pxを1emと設定 */
body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 1em;
}
#contents #side ul {
	margin-top: 10px;
}