@charset "Shift_JIS";

/***************■全体構造*********************/

/*背景色の指定*/
#backcolor{
	background-color: #fff;
	text-align: center;
}


/*見出し*/
.heading{
	background-color: #000;
	border-radius: 0px;
	color: #fff;
	font-size: 120%;
	font-weight: bold;
	vertical-align: middle;
	padding: 13px 10px;
	text-align: left;
	margin-top: 35px;
	margin-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
}


/*問い合わせ先*/
#info{
	background-color: #fff;
	color: #000;
	font-size: 110%;
	font-weight: bold;
	text-align: center;
    text-indent: 0em;
	margin-left: auto;
	margin-right: auto;
}


/* --------------------------------------------------
	リンク色
-------------------------------------------------- */
a:link{
	text-decoration:none;
	color:#fff
}
a:visited{
	text-decoration:none;
	color:#fff
}
a:hover{
	text-decoration:none;
	color:#fff
}
a:active{
	text-decoration:none;
	color:#fff
}
