@charset "utf-8";
/* --BODY-- */
body {
	margin:0;
	padding:0;
	line-height: 1.6;
	color: #444444;
	height: 100%;
}


	/* IEだけに適用 */
body {
	font-size: 82%;
	font-family: 'ＭＳ Ｐゴシック';
}


 /* IE以外に適用 */
html>/**/body {
	font-size: 13px;
	font-family: Veldana, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;
	letter-spacing: normal;
}


/* --OTHER TAGS-- */
a img, img { 
	border:0;
}
del {
	text-decoration: line-through;
}
blockquote, dd, div, dl, dt, h1, h2, h3, h4, h5, h6, li, ol, p, pre, span, td, th, ul {
margin:0;
padding:0;
}

abbr, acronym {
border:0;
}

address, caption, cite, code, dfn, var {
	font-style:normal;
	font-weight:normal;
}
caption  {
text-align:left;
}

code, kbd, pre, samp, tt {
font-family:monospace;
line-height:100%;
}

	/* for IE7 */
	*+html code, kbd, pre, samp, tt {
	font-size:108%; 
	}

h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:bold;
	margin-bottom: 0.2em;
	margin-top: 0.8em;
	line-height: 1.45;
}

ul {
	list-style-type: none;
	list-style-position: outside;
}
ol{
	list-style-type: decimal;
	list-style-position: outside;
	margin-bottom: 0.5em;
	margin-left: 2.4em;
}
q:before, q:after {
content:'';
}

/* form */
button, fieldset, form, input, label, legend, select, textarea {
font-family:inherit;
font-size:100%;
font-style:inherit;
font-weight:inherit;
margin:0;
padding:0;
vertical-align:baseline;
}

/* tables still need 'cellspacing="0"' */
table {
border-collapse:collapse;
border-spacing:0;
font-size:100%;
}
th, td {
	padding: 0.6em 0.8em 0.4em;
	border: 1px solid #CCCCCC;
}
p {
	margin-bottom: 0.6em;
}
a {
	color: #4e7024;
	text-decoration: underline;
	font-weight: normal;
}
a:hover {
	color: #cc6633;
}
strong {
	font-weight: bold;
	display: inline;
	clear: none;
	float: none;
}

