@charset "UTF-8";
/*

	base CSS

		Reset CSS
		Default Elements
			Body 設定
			基本フォント設定
			a 設定
			List 設定

*/

/* -----------------------------------------------

	Reset CSS
	スタイルリセット

----------------------------------------------- */
body, div, h1, h2, h3, h4, h5, h6, pre, fieldset, p, ul, ol, dl, dt, dd, ins, blockquote, th, td, a {
	margin: 0;
	padding: 0;
	border: none;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	font-size: 100%;
	clear: both;
}
img, a img {
	border: 0;
	vertical-align: top;
}
hr {
	display: none;
}

/* -----------------------------------------------

	Default Elements
	基本要素

----------------------------------------------- */

/* Body 設定
----------------------------------------------- */
body {
	font-size: 60%;
	font-weight: normal;
	font-style: normal;
	font-family: 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Verdana, Osaka, sans-serif;
	line-height: 1.45;
	color: #333333;
	background: #FFFFFF;
}


/* 基本フォント設定
----------------------------------------------- */
em {
	font-style: normal; font-weight: bold;
}
strong {
	font-weight: bold;
}
abbr {
border-bottom: 1px dotted #cccccc; cursor: help;
}
sup {
line-height: 0.5;
}
pre {
word-wrap: break-word; white-space: pre-wrap;
}


/* a 設定
----------------------------------------------- */
a:link,
a:visited {
	color: #003366;
	text-decoration: underline;
}
a:active,
a:hover,
a:focus {
	color: #003366;
	text-decoration: underline;
}


/* List 設定
----------------------------------------------- */
ul {
	list-style-type: none;
}


/* Table 設定
----------------------------------------------- */
table {
	margin: 0;
	padding: 0;
	border: none;
	width: 100%;
	font-size: 100%;
}
table td,
table th {
	margin: 0;
	padding: 0;
	border: none;
	text-align: left;
	vertical-align: top;
	font-weight: normal;
	word-wrap: break-word;
	word-break: break-all;
}
table thead th {
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
}
table tbody th {
	text-align: left;
	vertical-align: middle;
}
caption {
	text-align: left;
}

/* -----------------------------------------------

	Decoration Font
	装飾フォント

----------------------------------------------- */
/*- 装飾系 -*/
.txLblue {
	color: #088cd6;
}
