#main{
	margin-left:auto;    /* 左側マージンを自動的に空ける */
	margin-right:auto;   /* 右側マージンを自動的に空ける */
	text-align:left;     /* 中身を左側表示に戻す */
	width:850px;         /* 幅を決定する */
	color: #515151;
	font-size: small;
}

p{
	width: 750px;
	border-color: #515151;
	border-style:dotted;
	border-width: 2px;
	padding: 20px 50px;
}

.text_c{
	text-align: center;
}

.small{
	font-size:xx-small
}
	

table {
	width: 850px;
	background-image: url(image/tab2.jpg);
	text-align: center;
}

.table_g{
	width: 750px;
	border-collapse: collapse;
	background: #fff;
	text-align: center;
}

.tr_g{
	height: 150px;
}

h3{
	color: #5a84be;
}

a:link{
	color: #fff;
}

a:visited{
	color: #fff;
}

a:hover{
	color: #000;
}

a {
	text-decoration: none;
}

img {
	border-style:none;
}

.vertical-align{
	vertical-align:text-top;
}