@charset "Shift_JIS";

/* -- default setting -- */
* {
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  margin: 0;
  padding: 0;
  text-decoration: none;
  word-break: break-all;
  word-wrap: break-word;
  line-height: 1.5;
}

html * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  _font-size: 90%;
  margin: 0;
  padding: 0;
}


/* ---tips--- */

a:link {
	text-decoration: none;
	color: #0066CC;
}

a:visited {
	text-decoration: none;
	color: #000099;
}

a:hover {
	text-decoration: underline;
	color: #0099CC;
}

a:active {
	text-decoration: none;
	color: #000099;
}

.white {
	color: #FFFFFF;
}

.red {
	color: #CC0000;
}

.red2 {
	color: #990000;
}

.orange {
	color: #FF6633;
}

.gray {
	color: #666666;
}


.blue {
	color: #0000a0;
}


.purple {
	color: #400080;
}

strong {
	font-style: normal;
	font-weight: bold;	
}

.font0 {
	font-size: 10px;
}
	
.font2 {
	font-size: 12px;
}

.font4 {
	font-size: 14px;
}	

.style1 {
	font-size: 16px;
}

.clear {
	clear: both;
	display: block;
	height: 0px;
	width: 0px;
	visibility: hidden;
}

/* ---  --- */

div, h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, blockquote, pre, address {
  display: block;
  margin: 0;
  padding: 0;
}

/* */
ul {
  list-style-type: disc;
  margin: 1em 0 1em 2em;
}

ol {
  list-style-type: decimal;
  margin: 1em 0 1em 2.5em;
}

li {
  display: list-item;
  margin: 0 0 0.3em 0;
}

ul ul,
ul ol {
  margin: 0.2em 0 0.5em 1em;
  list-style-type: square;
}

ol ol,
ol ul {
  margin: 0.2em 0 0.5em 0.5em;
  list-style-type: square;
}

ul ul li,
ol ol li,
ol ul li,
ul ol li {
  margin: 0.5em 0 0 0;
}

li img {
  margin: 0;
  padding: 0;
}

dl {
  margin: 0 0 0 1px;
}

dt {
  font-weight: normal;
  border-width: 0 0 0 0;
}

dd {
  margin-top: 0.5em;
  margin-bottom: 1em;
  margin-left: 1em;
  font-size: 95%;
}

p {
  padding: 0;
  line-height: 1.4;
  text-align: left;
  margin-bottom: 1em;
}

blockquote {
  margin: 0 1em 1em 1em;
  padding: 1em;
}

blockquote p {
  padding: 0;
  margin: 0;
}

blockquote blockquote {
  margin: 0.2em 1em;
  padding: 0.2em 0 0.2em 0.2em;
}

pre {
  padding: 0.5em 0.5em;
  margin: 0 1em 1em 1em;
  white-space: pre;
  line-height: 1.2;
  overflow: visible;
  /* Mac IE \*/
  overflow: auto;
  /* END */
}

del {
  text-decoration: line-through;
  font-weight: normal;
  color: #CCC;
}

ins {
  display: block;
  margin: 1em 0;
  padding: 1em;
  border-width: 1px;
  border-style: solid;
}

del ins {
  text-decoration: line-through;
}

h1 ins, h2 ins, h3 ins, h4 ins, h5 ins, h6 ins, p ins, pre ins, address ins, li ins, dt ins, dd ins {
  display: inline;
  margin: 0;
  padding: 2px 5px;
  text-decoration: none;
  border: none;
}

pre ins, code ins, samp ins, var ins, kbd ins {
  border: none;
  margin: 0;
  padding: 0;
  text-decoration: underline;
}


/* ---  --- */
form {
  display: block;
  margin: 0;
  padding: 0;
  line-height: 1;
  }

fieldset {
  margin: 0;
  padding: 0;
  border: none;
  -moz-border-radius: 0.7em;
  }

fieldset dt {
  border: none;
}

fieldset ul,
fieldset ol,
fieldset dl {
  display: block;
  margin: 1em 0 1em 0.5em;
}

legend {
  display: none;
}

label {
  padding: 0;
  vertical-align: baseline;
}

select, input, textarea {
  font-size: 12px;
  /*\*/
  font-family: "Hiragino Kaku Gothic Pro W3", "Osaka", "MS PGothic", verdana, arial, sans-serif;
  /**/
  font-family: "Lucida Grande", "Trebuchet MS", Trebuchet, Verdana, Arial, sans-serif;
}

/* ---  --- */


table a {
  font-weight: normal !important;
}


caption {
  line-height: 1.2;
}

address {
	margin: 0;
	text-indent: -9999px;
}


