@charset 'utf-8';

/* 多言語プルダウン（画像付きプルダウン）を実現しているCSS */
@import		"../js/thirdParty/marghoobsuleman.com/2.38.4/dd.css";
@import		"../js/thirdParty/scriptiny.com/TableSorter/style.css";

/* HTMLエレメント */
/* ===========================================================================*/

body {
	margin: 0;
}

body, td, th, div, p, a, pre {
	font-size: x-small;	/* macie only */
}
/* hide macie \*/ 
body, td, th, div, p, a, pre {
	font-size: small;
	line-height: 1.3;
}
html>body, html>body td, html>body th,
html>body div, html>body p,
html>body a, html>body pre {
	font-size: small;
}
/* end hide */

select, input, textarea {
	font-size: 100%;
}

body, td, th, div, p, a, pre,
select, input, textarea {
	font-family:
		'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 
		'平成角ゴシック', 'HeiseiKakuGothic', Osaka, 
		'ＭＳ Ｐゴシック', 'MS PGothic', 
		'ＭＳ ゴシック', 'MS Gothic',
		sans-serif;
}

input[type="password"] {
	font-family: Verdana, arial, helvetica, clean, sans-serif;
}

a img, noscript img {
	border: 0;
}

/*
em, strong {
	font-weight: bold;
	font-style: normal;
}
*/

br {
	letter-spacing: 0;
}

form {
	margin: 0;
	padding: 0;
}

p {
	margin: 0.8em 0 0.8em 0;
}

blockquote {
	margin: 0 0 0 25px;
}

small {
	font-size: 11px;
}

img.Pointer {
	cursor: pointer;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 120%;
	margin: 0;
}


/* 主要タグ */
/* ===========================================================================*/

.B {
	font-weight: bold;
}

.TxtL {
	text-align: left;
}

.TxtC {
	text-align: center;
}

.TxtR {
	text-align: right;
}

.Clear {
	clear: both;
	line-height: 0;
	font-size: 1px;
}

.FloatL {
	float: left;
}

.FloatR {
	float: right;
}

.NoBorder {
	border: 0;
}

img.AbsMdl {
	vertical-align: middle;
	margin: 0;
} html>body img.AbsMdl {
	margin: 0;
}

.TxtRed {
	color: #990000;
}

.TxtGreen {
	color: #006600;
}

.ImeOff {
	ime-mode: disabled;
	/*
	ime-mode: inactive;
	*/
}

.ImeOn {
	ime-mode: active;
}
