﻿@charset "utf-8";


/* default style
-------------------------------------------------- */
html, body, div, span, object, iframe, embed, param, map, area,
h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, cite, code,
del, dfn, em, a, img, ins, kbd, q, samp, dl, dt, dd, ol, ul, li,
small, strong, sub, sup, var, script, noscript, style, b, i, hr,
fieldset, form, label, legend, table, caption, colgroup, col,
tbody, tfoot, thead, tr, th, td, article, aside, canvas, details,
figcaption, figure, footer, header, hgroup, menu, nav, section,
summary, time, mark, ruby, audio, video, rt, rp, bdo, source,
address, command, datalist, keygen, output, progress, meter {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

address, article, aside, canvas, details, figcaption, figure,
hr, legend, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}

/* info layout
-----------------------*/
.info_tb {
	width: 160px;
	color: #333;
	font-size: 12px;
	line-height: 21px;
	font-weight: bold;
	text-align: left;
	margin: 0px;
	padding: 0px;
	float: left;
}
.info_t {
	width: 160px;
	color: #555;
	font-size: 12px;
	line-height: 18px;
	text-align: left;
	border-bottom: 1px dashed #ccc;
	margin: 5px 0px 10px 0px;
	padding: 0px 0px 8px 0px;
	float: left;
}
#info_t a:link {
	color: #0066B1;
	text-decoration: underline;
}
#info_t a:visited {
	color: #0066B1;
	text-decoration: underline;
}
#info_t a:hover {
	color: #C93D6C;
	text-decoration: underline;
}
