/* Default */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

table {
	font-family: Arial, Helvetica, sans-serif;
}

table,tr {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
}

td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}

body {
	line-height: 1;
	background-color: #FFF;
}
ol, ul {
	list-style: none;
}

p {
	color: #333;
	margin: 0 auto;
	font-size: 80%;
	line-height: 160%;
}

blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* Base */

#body {
	margin: 0 auto;
	width: 640px;
	background: #FFF;
}

#head {
	height: 55px;
}
	#head #logo {
		padding: 10px 10px 10px 10px;
	}

	#head #kct {
		padding: 10px 10px 10px 10px;
	}

table.a {
	margin: 0 auto;
	width: 620px;
}

	td.used-tit {
		margin-bottom: 3px;
		padding: 2px 3px;
		background-color: #CFE4F1;
		border-bottom: 2px #58A6CF solid;
	}

	td.used-tit p {
		font-weight: bold;
	}

table.b {
	width: 350px;
}

	td.cel3 {
		width: 50px;
		border-bottom: 1px #CCC dotted;
	}

	td.cel3 p {
		font-weight: bold;
		color: #58A6CF;
	}

	td.cel4 {
		width: 300px;
		border-bottom: 1px #CCC dotted;
	}

	td.cel4 p {
		padding-left: 5px;
	}

p.tit {
	font-weight: bold;
	border-bottom: 1px #CCC dotted;
	border-left: 5px #58A6CF solid;
	text-indent: 0.5em;
}

	span.mtit {
		font-weight: bold;
		color: #58A6CF;
	}



#print {
	padding: 30px 20px 0px 100px;
}



@media print { /* printメディアの場合にのみ適用 */
	#print, #close { display: none; }
	p {
		color: #000;
		font-size: 12px;
	}
}

/* Topics */
table.topi {
	width: 200px;
}

dt {
	line-height: 130%;
	font-size: 80%; 
	font-weight: bold; 
	background-image: url(img/point01.gif); background-repeat: no-repeat; 
	padding-left: 10px;
	 
}

dd {
	width: 170px;
	line-height: 110%; 
	font-size: 80%; 
	margin-left: 15px; 
	margin-bottom: 10px; 
}

a:link {
	color: #004E8C; text-decoration: none;
}

a:visited {
	color: #004E8C; text-decoration: none; 
}

a:hover {
	color: #004E8C; text-decoration: underline; 
}

a:active {
	color: #004E8C; text-decoration: none; 
}
