@charset "shift_jis";

/* =========================================================
 Reset
--------------------------------------------------------- */
div, form, input, select, textarea, 
h1, h2, h3, h4, h5, h6, 
dl, dt, dd, ul, ol, li,
p, pre, span, img, blockquote, td, th {
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}

a img, fieldset, img {
	border: 0;
}

img {
	vertical-align: middle;
}

table {  
	border-collapse: collapse;  
	border-spacing: 0; 
}

li {
	list-style-type: none;
}

/* =========================================================
 emulate
--------------------------------------------------------- */
html body,
html body #emulatePc div,
html body #emulatePc p,
html body #emulatePc span {
	font-size: 12px !important;
}

#emulatePc {
	width: 240px;
	margin: 10px auto 0;
	border: 3px double #FFFFFF;
	background-color: #FFFFFF;
}

#bodyemu {
	width: 240px;
	margin: 10px auto 0;
	border: 3px double #FFFFFF;
	background-color: #FFFFFF;
}

#emulatePc a,
#emulatePc a img {
	border: none;
}

#emulatePc marquee {
	height: 14px;
	background-color: #FF3366 !important;
	line-height: 14px;
	vertical-align: middle;
	color: #FFFFFF;
	overflow: hidden;
}

#emulatePc .line {
	height: 1px;
	margin: 5px 0;
}