@CHARSET "UTF-8";

html,body {
	margin: 0px;
	padding: 0px;

	background-color: #E7E7E2;
	color: #111;
	font-size: 14px;
	font-family: "UD デジタル 教科書体 N-R", "メイリオ", "ＭＳ Ｐ明朝";
	line-height: 1.3em;
	margin: 0 auto;
	padding: 0;
}

@media all and (min-width:0px){
	/*0px以上で適用する内容*/
	.siteTitle {
		font-family: "ＭＳ Ｐ明朝";
		font-size: large;
		text-align: center;
		margin-right:5px;
	}
}

@media all and (min-width:600px){
	/*600px以上で適用する内容*/
	.siteTitle {
		font-family: "ＭＳ Ｐ明朝";
		font-size: xx-large;
		text-align: center;
		margin-right:8px;
	}

}

table {	font-size: 14px; }

.none {	border: 0; }

button, input, select, textarea {
  font-family : inherit;
  font-size   : 100%;
}

/* aリンクの設定 ----------------------------------------------------*/
a {
	text-decoration: none;
}

a:link {
	color: #c66;
}

a:visited {
	color: #c66;
}

a:active {
	color: #c99;
}

a:hover {
	background-color: #a0a0a0;
	color: #e0e0e0;
}

/* 文字位置 ---------------------------------------------------------*/
.right {
	text-align: right;
}

.center {
	text-align: center;
}

table.top td{
	vertical-align: top;
}