@font-face{
	font-family: "あおぞら明朝";
	src: url("あおぞら明朝 Regular.ttf") fotmar("ttf");
}

html{
	min-height: 100%;
height: auto !important;
height: 100%;
}

body{
	margin: 0px;
	padding: 0px;
	font-family: "あおぞら明朝";
	min-height: 100%;
	height: auto !important;
	height: 100%;
	min-width: 900px; 
}

/*↓リンクの設定↓*/
div#footer a:hover{
	color: #dc143c;
}

	div#footer a{
		text-decoration: none;
		color: white;
	}

div#main a:hover{
	color: #dc143c;
}

	div#main a{
		text-decoration: none;
		color: black;
	}
/*↑リンク設定↑*/



/*↓メイン↓*/
#main{
	height: 800px;
	padding: 30px 70px 70px 70px;
	margin: 0px;
	/*text-align: center;*/
	background-image: url(gazo/mugen_color.png);
}

#kanban{
	margin: 0px 30px 0px 0px;
	float: left;
}


.headmenu h1{
	 font-size: 50px;
	 font-style: bold;
	 margin: 0px;
	 padding: 0px;
}

.headmenu a{
	font-size: 23px;
	font-style: bold;
}

.headmenu a:hover{
	color: #dc143c;
}

#soegaki h2{
	font-size: 18px;
	font-weight: bold;
}

#soegaki textarea{
	height: 60px;
	width: 350px;
	font-family: "あおぞら明朝";
	text-align: center;
}

.kousin{
	margin: 50px 0px 0px 0px;
}

.renraku{
	margin: 50px 0px 0px 0px;
}

/*↑メイン↑*/



/*↓フッター↓*/
div#footer{
	height: 70px;
	width: 100%;
	background: black;
	text-align: center;
	color: white;
	position: fixed;
	bottom: 0;
	overflow: hidden;
}

div#footer ul{
	line-height: 70px;
	background: black;
	margin: 0px;
	padding: 0px;
	list-style: none;
	position: relative;
	left: 50%;
	float: left;
}

#footer ul li{
	margin: 0px;
	padding-right: 10px;
	padding-left: 10pt;
	color: white;
	position: relative;
	left: -50%;
	float: left;
}

#footer .clear{
	clear: both;
}
/*↑フッター↑*/