@charset "UTF-8";

/*===== CONTENTS ===========================================

	1: reset
	2: base setting
	3: link setting

==========================================================*/


/* 1: reset
==========================================================*/
body {
	margin: 0;
	font-family: "MS PGothic","ＭＳ Ｐゴシック","Osaka","Meiryo","メイリオ",sans-serif;
	font-size: 100%;
	font-weight: normal;
	background: #FFFFFF;
	color: #000000;
	line-height: 1.4;
	text-align: center;
}

h1, h2, h3, h4, h5, h6, p, form, ul, ol ,li, dd, dt, dl {
	margin: 0;
	padding: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

a img {
	border: 0;
}

html > body img {
	vertical-align: bottom;
} /* IE8, Modern browser */ 

br {
	letter-spacing: 0px;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

table {
	margin: 0;
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
}

th, td {
	padding: 0;
	font-size: 100%;
}

option { padding-right: 10px; }

input, select, textarea {
	margin: 0;
}

html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
}

html input[disabled] {
  cursor: default;
}

input::-moz-focus-inner {
  border: 0;
  padding: 0;
} /* Firefox 4+ */

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #C0C0C0;
  margin: 0 2px;
  padding: 0.35em 0.6em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

address, caption, cite, code {
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
}


/* 2: base setting
==========================================================*/
/* h1-h6 */
#contentsArea h1 { margin-bottom: 1em; font-size: 150%; line-height: 1.7; }
#contentsArea h2 { margin-bottom: 1em; font-size: 110%; line-height: 1.5; }
#contentsArea h3 { margin-bottom: 0.75em; font-size: 105%; line-height: 1.4; }
#contentsArea h4, #contentsArea h5, #contentsArea h6 { margin-bottom: 0.75em; font-size: 100%; line-height: 1.4; }

/* list */
#contentsArea ol,
#contentsArea ul {
	margin-bottom: 1em;
	padding-left: 1.75em;
	list-style-position: outside;
}

#contentsArea ol li,
#contentsArea ul li {
	margin-bottom: 0.25em;
}

#contentsArea p {
	margin-bottom: 0.75em;
}

/* 3: link setting
==========================================================*/
a {
	color: #3333FF;
	text-decoration: underline;
}

a:visited {
	color: #3333FF;
}

a:hover {
	color: #3333FF;
}

a:active {
	color: #3333FF;
}