@charset"utf-8";

html {
} 
body {
	font-family: "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Verdana, Geneva, sans-serif;
	margin: 0px;
	padding: 0px;
	color: #333333;
}
h1 {
	font-size: 20px;
	text-align: center;
	margin: 15px 0px 10px 0px;
    line-height:1;
    color: #efa2a2;
}
h2 {
	font-size: 16px;
	text-align: center;
	margin: 0px 0px 15px 0px;
    line-height:1;
}
h3 {
	font-size: 14px;
	text-align: center;
    line-height:1;
    color: #159296;
}
p {
    font-size: 12px;
    line-height:20px;
}
p.cap {
    font-size: 12px;
	padding: 0px 0px 15px 0px;
	margin: -10px 0px 0px 0px;
    color: #666666;
}
table {
    font-size: 12px;
}


#main {
	margin: 0px auto;
	width: 600px;
}
/* header */
#header {
	padding: 0;
	width: 600px;
	text-align: center;
	background-image: url(../img/main/header_01.gif);
	margin: 5px 0 20px 0;
}
address {
    font-size: 12px;
    line-height:1.5;
	text-align: center;
    font-style: normal;
    color: #999999;
	margin: 20px 0 20px 0;

}

.blink {
  animation:blink 0.2s ease-in-out infinite alternate;
  color: #93ceb5;
}

@keyframes blink {
  0% { opacity: 1.0; }
  100% { opacity: 0; }
}
