/* ------------------------------------- 
 *  reset css
 * ------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1;
  color: black;
	font: 13px/1.231 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', meiryo, Verdana, "lr oSVbN";
	*font-size:small;
	*font:x-small;
	letter-spacing: 0;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}

/* remember to define focus styles! */
:focus {
  outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: separate;
  border-spacing: 0;
	font-size:inherit;
	font:100%;
}
caption, th, td {
  text-align: left;
  font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
}
blockquote, q {
  quotes: "" "";
}

input,
button {
  border: none;
}

/* ------------------------------------- 
 *  common css
 * ------------------------------------- */

html {
	position: relative;
  width: 100%;
}
body {
	position: relative;
  display: block;
  width: 100%;
/* text-justify: inter-ideograph; 等幅 */
  line-height: 1.5;
  color: #000;
}
/* 段落タグ ---------------------------- */
p {
  margin: 0em 0em 1.75em 0em;
  padding: 0em 0em 0em 0em;
}
/* 見出しタグ -------------------------- */
h1 {
	width: 0;
	height: 0;
	line-height: 0;
	font-size: 0;
	visibility: hidden;
}
h2 {
	font-size: 138.5%;
	font-weight: normal;
	color: #000;
}
h3 {
	margin-bottom: 10px;
	font-size: 153.9%;
	font-weight: normal;
	color: #2d8089;
}
h4 {
}
h5 {
}
h6 {
}

/* リストタグ -------------------------- */
ul {
  list-style: none;
}
li {
  list-style: none;
}
ol {
  list-style: none;
}

/* リンクタグ -------------------------- */
a {
}
a:link {
  text-decoration: none;
	color: #009898;
}
a:visited {
  text-decoration: none;
	color: #009898;
}
a:active {
  border: none;
  text-decoration: none;
	color: #003a39;
}
a:hover {
	color: #003a39;
}

/* イメージタグ ------------------------ */
img {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border: none;
  line-height: 100%;
}
.nomargin {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

.clear {
	clear: both;
	overflow: hidden;
}