@charset "utf-8";

/* -----------------------------------------------
FileName:　reset.css
----------------------------------------------- */

/******************************** tags_basic ********************************/

body,
html,
div,
table,
img,
ul,
ol,
li,
p,
th,
td,
h1,
h2,
h3,
h4,
h5,
h6,
address,
dl,
dt,
dd,
textarea,
form {
	margin:0;
	padding:0;
}

body {
	color:#333333;
	font-family:'ヒラギノ角ゴ Pro W3','ＭＳ Ｐゴシック','Hiragino Kaku Gothic Pro','MS PGothic',Osaka,Verdana,Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:1.231;
	*font-size:small;
	*font:x-small;
	text-align:center;
}

html>/**/body {
	font-size /*\**/:small\9;
}

html {
	overflow-y:scroll;
}

table {
	width:100%;
	font-size:inherit;
	font:100%;
}

img {
	border:none;
}

ul,
ol {
	list-style:none;
	text-align:left;
}

h1,
h2,
h3,
h4,
h5,
h6,
address,
dt,
dd,
textarea {
	font-size:100%;
	font-style:normal;
	font-weight:normal;
}

th {
	font-weight:normal;
	text-align:left;
}

pre {
	margin:0;
	padding:0;
	font-family:'ヒラギノ角ゴ Pro W3','ＭＳ Ｐゴシック','Hiragino Kaku Gothic Pro','MS PGothic',Osaka,Verdana,Arial, Helvetica, sans-serif;
	font-weight:normal;
}

label {
	cursor:pointer;
}

input {
	margin:0;
}

p {
	line-height:1.35;
}

b {
	background-color:#B1F5DF;
	font-weight:normal;
}

h3 b {
	font-weight:bold;
}

*>/**/sup { 
	vertical-align:text-top;
	line-height: 4px;
}

/* For_Icn_Elements */

input.indicator,
select.indicator{
	margin-right:3px;
	margin-left:3px;
	vertical-align:middle;
}

img.indicator{
	margin-right:3px;
	margin-left:3px;
	vertical-align:middle;
}

html*img.indicator{
	margin-bottom:2px;
	vertical-align:bottom;
}

* html img.indicator{
	margin-bottom:0;
	vertical-align:middle;
}

/* /For_Icn_Elements */

/******************************** definition_link ********************************/

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

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

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

a:visited:hover {
	color:#333333;
	text-decoration:underline;
}

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

/******************************** definition_other ********************************/



/* CSS Document */
