@charset "utf-8";

/* --------------------------------- */
/* 基本 */
html {
	height: 100%;
}
body {
	margin: 0;
	padding: 0;
	color: #414141;
	font-family: "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
	font-size: 14px;
	*font-size: small;
	*font: x-small;
	line-height: 1.3;
	height: 100%;
}
a:link { color: #00F; text-decoration: none }
a:visited { color: #00F; text-decoration: none }
a:hover { color: #00F; text-decoration: underline }
a:active { color: #00F; text-decoration: none }
a:active, a:focus { outline: none; }

a img { border: 0 }
img { vertical-align: bottom }


/* --------------------------------- */
/* 見出し */
h1,h2,h3 {
	margin: 0;
	padding: 0;
	font-size: 100%;
	text-align: left
}
h4,h5,h6 {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight: normal;
	text-align: left
}
p {
	margin: 0;
	padding: 0;
}
p.clear { clear: both }


/* --------------------------------- */
/* リスト */
ul,ol,dl,dt,dd,li {
	margin: 0;
	padding: 0;
}
ul li {
	list-style: none;
}
ol li {
	margin-left: 15px;
}


/* --------------------------------- */
/* テーブル */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
th,td {
	font-weight: normal;
	/* vertical-align: top; */
}


/* --------------------------------- */
/* フォーム */
form {
	margin: 0;
	padding: 0;
}
textarea, input, select {
	font-size: 14px;
}
td.ime input, 
input.ime {
	ime-mode: disabled;
}

