@charset "Shift_JIS";

* {
	margin: 0;
	padding: 0;
	color: #333;
	font-size: 9pt;
	font-family:	'ＭＳ Ｐゴシック',
					'ヒラギノ角ゴ Pro W3',
					'Hiragino Kaku Gothic Pro',
					sans-serif;
	letter-spacing:0.1em;
	word-spacing: 0.2em;
}
body {
/*
	text-align: center;
	line-height: 1.4;
*/
	-webkit-text-size-adjust: none;

}
/* IE6対策 複数指定すると適用されない */
body,
h1,h2,h3,h4,h5,
#page_list li a,
#page_list ul li ul li ,
#menu-area li,
#menu-area li a,
#pankuzu,
table, tr
{
	/* ここからIE5 mac には読めない\*/
	font-family:	'ＭＳ Ｐゴシック',
					sans-serif;
	/* ここまで IE5 mac には読めない*/

}
body *,
body p {
	line-height:1.4;
}
table {
	font-size: 1em;
}
td {
	color: #333;
	font-size: 9pt;
	font-family:	'ＭＳ Ｐゴシック',
					'ヒラギノ角ゴ Pro W3',
					'Hiragino Kaku Gothic Pro',
					sans-serif;
	letter-spacing:0.1em;
	word-spacing: 0.2em;
}
a {
	color: #C00;
	text-decoration:none;
}
a:hover,
a:focus,
a:active {
	text-decoration:underline;
}
img {
	border: none;
	-webkit-backface-visibility: hidden;
}
p {
/*	margin-bottom: 10px;
*/
	margin-top: 10px;
}
.clear {
	clear:both;
}

.desc .title {
  margin: 0.5em auto;
  font-size: 120%;
  font-weight: bold;
}

