﻿@charset "utf-8";

/* 初期リセット */
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, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table,
caption, tbody, tfoot, thead, tr, th, td, figure {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font-family: inherit;
	font-weight: normal;
	font-style: normal;
	line-height: 100%;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup,
menu, nav, section {
	display: block;
}
* {
	letter-spacing: 0;
}



/* IE7用のおまじない */
ul {
	list-style: none;
}



html,
body {
	font-family: "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", Osaka, sans-selif;
	color: #333;
}

/*
#d2wBody {
	max-width:650px;
}
#d2wBody:after {
	font-size: 20px;
	line-height:10;
	background: #ccc;
}
.pcCol2spCol1L {
	float:left;
	width:40%;
	background: #ddd;
}
*/
