@charset "utf-8";

/* --------------------------- base --------------------------- */

* {
	margin: 0;
	padding: 0;
}

html {
	width: 100%;
	height: 100%;
	overflow-y: scroll;
}

body {
	width: 100%;
	height: 100%;
	font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-size: 1.75em; /* 修正箇所 */
	font-weight: normal;
	line-height: 190%;
	letter-spacing: 0.5px;
	color: #221815;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}

a {
	text-decoration: none;
}

ul,ol {
	list-style: none;
}

img {
	border: none;
	vertical-align: middle;
}

/* --------------------------- link --------------------------- */

a:link			{color:#0000ff;text-decoration:underline;}
a:visited		{color:#0000ff;text-decoration:underline;}
a:hover			{color:#cc0000;text-decoration:underline;}
a:active		{color:#cc0000;text-decoration:underline;}

a:link img		{border-color:#0000ff;}
a:visited img	{border-color:#0000ff;}
a:hover img		{border-color:#cc0000;}
a:active img	{border-color:#cc0000;}

a[name]: hover {
	color:#221815;			/* as text */
	background:#ffffff;		/* as background */
}

#foot a:link		{color:#eb6100;text-decoration:none;}
#foot a:visited		{color:#eb6100;text-decoration:none;}
#foot a:hover		{color:#eb6100;text-decoration:underline;}
#foot a:active		{color:#eb6100;text-decoration:none;}

/* --------------------------- box --------------------------- */

div#head {
	width: 950px;
	height: 275px;
	margin: 0 auto 0 auto;
	padding: 70px 0 0 0;
	text-align: center;
}

div#main {
	width: 950px;
	margin: 0px  auto 0 auto;
	text-align: center;
	font-size: 1.0em; /* 修正箇所 */
}

div#navi {
	width: 950px;
	margin: 0px  auto 0 auto;
	padding: 38px 0 0 0;
	text-align: center;
}

div#foot {
	width: 950px;
	margin: 0 auto 0 auto;
	padding: 76px 0 0 0;
	color: #eb6100;
	text-align: center;
	line-height: 60px;
	font-size: 1.1em; /* 修正箇所 */
}

div.clear {
	clear: both;
}

/* --------------------------- div --------------------------- */

div.div_01 {
	margin: 60px 0 20px 0;
}

div.div_02 {
	width: 900px;
	margin: 30px auto 20px auto;
	text-align: left;
	line-height: 44px;
}

/* --------------------------- span --------------------------- */

span.span_01 {
	font-family: Arial;
}

span.span_02 {
	font-weight: bold;
}

/* --------------------------- img --------------------------- */

img.img_01 {
	margin: 12px 0 0 0;
}

img.img_02 {
	margin: 0 8px 0 0;
}

img.img_03 {
	margin: 0 0 0 8px;
}

/* --------------------------- iframe --------------------------- */

iframe.iframe_01 {
	border: none;
	margin: 50px 0 0 0;
	padding: 0;
}

