@charset "utf-8";
/* CSS Document */

/* 基本設定　*/

*{
	padding:0px;
	margin:0px;
}

img{
	border:0px;
}


/* body設定　*/

body{
	font-family:arial, helvetica, "ヒラギノ角ゴ Pro W3", "メイリオ", "ＭＳ ゴシック", sans-serif;
	text-align:left;
 	line-height: 130%;
	font-size:12px;
	letter-spacing:1px;
}


marquee{
	font-size:12px;
	color:#121212;
}

.hr1{
	border-style:dotted;
	border-color:#595D46;

}


/* footer設定 */

#footer{
	font-size:10px;
}

/* 下層ページ用設定 */

