@charset "UTF-8";
/* CSS Document */

/* ====================================================================== */
/*  STYLE SHEET                                                           */
/*                                                                        */
/* ====================================================================== */

*{
	margin:0;
	padding:0;
	font-size:12px;
	font-family:"ＭＳ Ｐゴシック", Meiryo, Verdana, Arial, Helvetica, Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
	line-height:1.4em;
}
html{
	height:100%;
	min-height:100%;
}

BODY,TD { font-size: 12px }
.ssbig { font-size: 22px }
.sbig { font-size: 18px }
.big { font-size: 16px }
.nomal { font-size: 14px }
.small { font-size: 10px }


P{
	text-indent: 0em; /*行頭に1文字分の字下げ*/
	line-height: 1.5em; /*行幅は1.5文字分*/
	margin-bottom: 0em; /*次の段落との余白は取らない*/
	font-size:14px; 
	color: #000000;
}

P.caution{
	text-indent: 0em; /*行頭に1文字分の字下げ*/
	line-height: 1.5em; /*行幅は1.5文字分*/
	margin-bottom: 0em; /*次の段落との余白は取らない*/
	font-size:12px; 
	color: #FF0000;
}

div.table1 { margin: 30px 77px 18px 25px; }

body{
background-image: url( ../img/index_bk.gif );
background-color: #FF9632 ;

margin-top: 10px ;
margin-bottom: 10px ;

}

