@charset "utf-8";

@import url(txt.css);
@import url(base.css);

* {
	margin:0;
	padding:0;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	border:none;
	line-height: 1.3;
}

html { height:100%; width:100%;}
body {
	font-family:'ＭＳ Ｐゴシック','メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',sans-serif;
	width:800px;
	background-position: 0px 0px;
	background:url(../images/background.gif) repeat;
	margin: 0px auto;
	padding: 0px;
}

h1,h2,h3,h4,h5,h6,p,div,form {
	margin:0;
	padding:0;
}

img	{border:0;}
table {text-align:left;}
ul {list-style:none;}

.clear {
	clear:left;
	font-size:1px;
}

.dot_1 { background:url('/img/dot_1.gif')}
.dot_1 img { width:1px; height:1px;}/* 汎用ドット線(1) */
.dot_2 { background:url('/img/dot_2.gif')}
.dot_2 img { width:2px; height:2px;}/* 汎用ドット線(2) */

