@charset "utf-8";
/* CSS Document */

.center{
	text-align:center;
}
.left{
	text-align:left;
}
.center_small{
	text-align:center;
	font-size:small;
}

h1,h2,h3,h4,h5{
	text-align:center;
}
.BigFont
{
	font-size:42px;
}

img{
	border-width:0;
}

.table1{
	border:1px;
	border-style:solid;
  border-collapse:collapse;
	cellpading:5px;
}
.table1 th{
  border:1px solid;
	text-align:center;
	vertical-align:top;
}

.table1 td{
  border:1px solid;
	vertical-align:top;
	width:auto;
}
/*---------------------------------------------
	float
---------------------------------------------*/
#float_left{
	float:left;
}
#float_right{
	float:right;
}
#float_clear{
	clear:both;
}

/*---------------------------------------------
	color
---------------------------------------------*/
#pink{
	color:#F6F;
}
#green{
	color:#060;
}
/*---------------------------------------------
	申し込み・お問い合わせ先
---------------------------------------------*/
.entry{
	margin:0 auto;
}
.entry p{
	text-align:left;
}

