@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;
}

/* popup layout
-----------------------*/
body {
	color: #333;
	text-align: left;
	}
#container {
	width: 250px;
	height: 250px;
	font-family: Verdana,MS Pゴシック,sans-serif;
	text-align: left;
	background-color: #fff;
	border: 5px solid #218BD7;
	}
h1 {
	width: 250px;
	color: #fff;
	font-size: 21px;
	text-align: center;
	background-color: #218BD7;
	padding: 6px 0px 10px 0px;
	}
h2 {
	width: 220px;
	color: #fff;
	font-size: 16px;
	line-height: 34px;
	font-weight: normal;
	border-bottom: 1px dashed #218BD7;
	text-align: left;
	}
#navi {
	width: 250px;
	text-align: left;
	padding: 15px;
	margin: 0px 0px 0px 0px;
	float: left;
}
#navi ul {
	list-style-type: none;
	padding: 0px 0px 15px 0px;
	margin: 0px;
}
#navi ul li {
	margin: 0px;
	padding: 0px 0px 0px 3px;
	float: left;
}
#navi a:link {
	color: #333;
	text-decoration: none;
}
#navi a:visited {
	color: #333;
	text-decoration: none;
}
#navi a:hover {
	color: #218BD7;
	text-decoration: underline;
}