@charset "UTF-8";


@font-face {
font-family: mig;
src: 
url('mig.eot?') format('oldIE'),
url('mig.woff') format('woff'),
url('mig.ttf') format('truetype');
}

@font-face {
font-family: lemon;
src: 
url('lemon.eot?') format('oldIE'),
url('lemon.woff') format('woff'),
url('lemon.ttf') format('truetype');
}


@font-face {
font-family: min;
src: 
url('min.eot?') format('oldIE'),
url('min.woff') format('woff'),
url('min.ttf') format('truetype');
}


@-webkit-keyframes fadein {
0%{
        opacity: 0;
background-color: white;
}
100%{
opacity: 1;
background-color: white;
}
}

body {
	-webkit-animation-name: fadein;
	-webkit-animation-duration: 1s;
	-webkit-animation-timing-function: linear;
	-webkit-animation-iteration-count: 1;
	margin: 0;
	padding: 0;
	color: #333;
	font-family:"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	font-size: 14px;
	line-height: 2;
	background-color: #fffef3;
	text-align: center;
}

ul, ol, dl {
	padding: 0;
	margin: 0;
	list-style:none;
}
a img {
	border: none;
}
a:link {
	text-decoration: none;
	color: #333;
  -moz-transition: all 0.1s linear 0;
  -webkit-transition: all 0.1s linear 0;
}
a:visited {
	text-decoration: none;
	color: #333;
}
a:hover, a:active, a:focus {
	text-decoration: none;
	color: #25ae00;
	font-size: 108%;
	font-weight: bold;
}
header, section, footer, aside, nav, article, figure {
	display: block;
}
.title{
	width: 760px;
	text-align: left;
	margin: auto;
	font-family:min;
	font-size:16px;
	text-shadow:0px 1px 0px #d4d4d4;
}
.form{
	width: 760px;
	text-align: left;
	margin: auto;
}
.back{
	background-color:#ebeade;
}
