@charset "UTF-8";

/* -------------------------------------------------------
  Base style Sheet
  Last Update 2011-01-04 SOY Labs

  01. html
  02. body
  03. a
  04. form
  05. list
  06. table
  07. other

------------------------------------------------------- */

/* -------------------------------------------------------
  01. html
------------------------------------------------------- */
html {
	width: 100%;
	height: 100%;
	color: #000000;
	background: #FFFFFF;
}

/* -------------------------------------------------------
  02. body
------------------------------------------------------- */
body {
	width: 100%;
	height: 100%;
	line-height: 1;
	font-style: normal;
	color: #000000;
	background: #FFFFFF;
}

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

	/* for IE7 */
	*+html body {
	font-family: "メイリオ", "ＭＳ Ｐゴシック";
	}

	/* for IE6 */
	* html body {
	font-family: "ＭＳ Ｐゴシック";
	}


/* -------------------------------------------------------
  03. a
------------------------------------------------------- */
a {
	cursor: pointer;
	text-decoration: none;
	outline: none;
	overflow: hidden;
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover,
a:active,
a:focus {
	text-decoration: none;
}


/* -------------------------------------------------------
  04. form
------------------------------------------------------- */
fieldset {
	border: 1px solid #ccc;
	margin-bottom: 1em;
	padding: 0 1em 1em 1em;
}

legend {
	background: #FFFFFF;
	padding: 0.3em;
}

input, textarea {
	line-height: 1.4;
	padding: 0;
	vertical-align: middle;
}

input[type="checkbox"],
input[type="radio"] {
	vertical-align: text-bottom;
}

input[type="submit"] {
	padding: 0.1em;
}

select {
	padding: 0;
}

input.clear {
	padding: 0;
}
input.submit {
	margin-left: 20px;
	padding: 0;
}
input.back {
	padding: 0;
}

	/* for IE6 */
	* html input {
	padding:0.1em;
	}

	* html input.checkbox,
	* html input.radio {
	vertical-align:-0.3em;
	}

	* html input.submit {
	line-height:1.2;
	padding-top:0.2em;
	}

	* html select {
	vertical-align:-0.2em;
	}

	/* for IE7 */
	*+html input {
	padding:0.1em;
	}

	*+html input.submit {
	line-height:1.2;
	padding-top:0.2em;
	}

	*+html select {
	vertical-align:-0.2em;
	}


/* -------------------------------------------------------
  05. list
------------------------------------------------------- */
ol, ul {
	text-align: justify;
	text-justify: inter-ideograph;
}

dl {
	margin: 0;
}

ol li {
	list-style: decimal outside;
}

ul li {
	list-style: none;
}

dl dd, ol li, ul li {
	margin-bottom: 0;
}



ul,
ol {
   margin:auto -3em 1em 0;
   padding:0;
   position:relative;
   left:-3em;
   overflow:hidden;
}

ul li,
ol li {
   margin-top:0.25em;
   margin-bottom:0.25em;
}

ul li
{
	list-style: disc outside;
}
ul ul, ul ol,
ol ol, ol ul{
   margin-left:1em;
   padding-left:0;
}
ul li,
ol li {
   margin-left:5em;
}
li li {
   margin-left:1em;
}


/* -------------------------------------------------------
  06. table
------------------------------------------------------- */
table {
	font-size: 100%;
}

table {
	width:100%;
	margin-bottom:20px;
}

tr{
}

td{
	padding:5px 10px;
	border:1px #ddd solid;
}

th{
	padding:5px 10px;
	border:1px #ddd solid;
}


/* -------------------------------------------------------
  07. other
------------------------------------------------------- */
abbr, acronym {
	border-bottom: 1px dotted;
	cursor: help;
}

blockquote {
	margin: 1em;
}

caption {
	margin-bottom: 0.5em;
	text-align: center;
}

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

p {
	text-align: justify;
	text-justify: inter-ideograph;
}

h2{
	margin-bottom: 20px;
	font-size: 123.1%;
	font-weight: normal;
	line-height: 1.2;
}

h3{
	margin-bottom: 15px;
	font-size: 116%;
	font-weight: bold;
	line-height: 1.2;
}

h4{
	margin-bottom: 10px;
	font-size: 108%;
	font-weight: bold;
	line-height: 1.2;
}

h5{
	margin-bottom: 5px;
	font-size: 100%;
	font-weight: bold;
	line-height: 1.2;
}

h6{
	margin-bottom: 5px;
	font-size: 100%;
	font-weight: bold;
	line-height: 1.2;
}



hr{
margin-bottom:30px;
}