﻿@charset "UTF-8";

/* ================================================================ *
	Txt CSS
 * ================================================================ */

/* ---------------------------------------------------------------- *
	All
 * ---------------------------------------------------------------- */

body {
  font-size: 62.5%;
}

body {
  font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック", "MS P Gothic","Osaka",Verdana,Arial, Helvetica, sans-serif;
  color: #333333;
}

a,
a:link {
  color: #000000;
  text-decoration: none;
}
a:visited {
  color: #000000;
}
a:hover {
  color: #FF4400;
  text-decoration: underline;
}
a:active {
  color: #FF4400;
  text-decoration: underline;
}
p {
	margin: 0px;
	padding: 0px;
}

ul, li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#mail a:link {
  text-decoration: underline;
}
#mail a:hover {
  color: #FF4400;
  text-decoration: underline;
}

/* ---------------------------------------------------------------- *
	Other
 * ---------------------------------------------------------------- */

