﻿@charset "utf-8";

body {
	font:13px/1.231 arial,helvetica,clean,sans-serif;
	*font-size:small; 
	*font:x-small; 
}

body ,
h1,
p {
	margin: 0;
	padding: 0;
}
img { border: none; }

h1, p {
	line-height: 1.5;
	font-family: "Lucida Grande","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",Osaka,sans-serif;
	color: #333;
	background: #FFF;
}

h1 {
	padding: 80px 0 40px 0;
	font-size: 123%;
	font-weight: bold;
	text-align: center;
}
h1 img {
	margin-right: 10px;
	vertical-align: bottom;
}
p {
	padding-top: 1em;
	text-align: center;
}
p img {
	margin: 10px 0;
}
strong {
	font-size: 108%;
	font-weight: bold;
}
a {
	color: #009EE8;
	text-decoration: none;
}
a:hover, a:active {
	text-decoration: underline;
}
