/* 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: #F2F2F2;
}
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: 740px;
	background: #FFF;
}

#head {
	height: 55px;
}
	#head #logo {
		padding: 10px 10px 10px 10px;
	}

	#head #kct {
		padding: 10px 10px 10px 10px;
	}

hr { 
width: 98%; 
margin-right: 0;
background-color: #CCC; 
color: #CCC; 
border: none; 
height: 1px;
}


#pnavi {
	font-size: 65%;
	padding-top: 7px;
	padding-bottom: 12px;
	padding-left: 5px; 
}


table.a {
	margin: 0 auto;
	width: 660px;
}

	td.cel1 {
		padding: 5px;
		width: 100px;
		background-color: #CFE4F1;
		border-bottom: 1px #FFF solid;
		vertical-align: top;
	}
	
	td.cel2 {
		padding: 5px;
		width: 560px;
		background-color: #FFF;
		border-bottom: 1px #ABD1E7 solid;
	}

	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;
	}

	span.mtit {
		font-weight: bold;
		color: #58A6CF;
	}

	ul.link1 {
		padding-left: 30px;
	}

	ul.link1 li {
		margin-bottom: 10px;
		list-style-image: url(img/point01.gif);
	}

	ul.link2 {
		margin-top: 5px;
		padding-left: 20px;
	}

	ul.link2 li {
		margin: 0px;
		padding: 0px;
		list-style-image: url(img/point03.gif);
	}

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; 
}
