﻿/* --------------------リセット------------------ */
@charset "utf-8";

/* reset css */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img {
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}


ul.tdftad {
	display: none;
}

/* --------------------個別------------------ */
body{
	font-family:"メイリオ",sans-serif;
	font-size:14px;
	font-weight:bold;
	background-color:#dcebf0;
}
#wrap{
	width:600px;
	margin:0 50px 50px 50px;
	padding:10px;
	background-color:#ffffff;
}
#header{
	background-color:#d9d3f5;
	margin-bottom:10px;
}
#content{
	float:right;
	width:440px;
	margin-bottom:10px;
	background-color:#f0ece0;
}
#sidebar{
	float:left;
	width:150px;
	margin-bottom:10px;
	background-color:#e7fdcf;
}
#footer{
	clear:both;
	background-color:#ede0e7;
}