@charset "utf-8";

/* CSS Document */

A {
	text-decoration:none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

A:link, A:active, A:visited {
	color:#00f;
	background-color:#fff;
}

A:hover {
	color:#fff;
	background-color:#00f;
}

.list1 {
	font-size:2.5em;
	font-weight:bold;
}

.list2 {
	font-size:2em;
	line-height: 2em;
}

body {
/*  font-size: 85%; */
  text-align: center;
  font-family: "メイリオ", Meiryo, "ヒラギノ丸ゴ ProN", "Hiragino Maru Gothic ProN";
  padding: 0;
  margin: 0;
  background-color: #fff;
}

	html,body {
		height: 100%;
		margin: 0;
		padding: 0;
	}
