@charset "euc-jp";
/* ============================================= */
/* default.css                                   */
/* ============================================= */
/* Structure Module */
* {
	margin: 0;
	padding: 0;
	font-size: 100%;
}

html, body, div, span,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
em, img, s,
strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1.3;
	color: #000;
}
*:first-child+html body {
	position: relative;
	letter-spacing: 0;
}

/* ============================================= */
/* Hypertext Module */
a:link		{ color: #0000ff;}
a:visited	{ color: #990099;}

/* ============================================= */
/* Etc */
ol, ul {
	list-style: none;
}

li img {
	vertical-align: bottom;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

fieldset {
	border: none;
	padding: 1px 0;
}

legend {
	display: none;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

sup {
	vertical-align: text-top;
	line-height: 100%;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}

embed {
	vertical-align: bottom;
}

#iframe_dousa {
	width:880px;
	height:810px;
	margin:0 20px;
}

/* ============================================= */