@charset "utf-8";
/* CSS Document */



body,
h1, h2, h3, h4, h5, p,
ul, ol, li, dl, dt, dd,
form, input {
	margin:0;
	padding:0;
	color:#737373;
	list-style:none;
	font-weight:normal;
	font-family:"メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ丸ゴ Pro W3", "ＭＳ Ｐゴシック", Osaka;
}

header, nav, section, article, aside, footer {
	display:block;
}
html,body{height:100%;}
body {
	background:url(/blog/wp-content/themes/t2d2009v2/_common/img/bg_body_01.jpg) no-repeat 50% 0 fixed #f0f0f0;
}

img {
	border:none;
	vertical-align:bottom;
}

article > p, article > ol {
	margin:0 0 12px;
}


section + section > ul:first-child a {
	outline:none;
}
