﻿/* --------------------リセット------------------ */
@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:80%;
	font-weight:bold;
	line-height;1.4;
}
#wrap{
	width:560px;
	background-image:url(../img/furima_back.gif);
}
#date{
	margin:10px 10px;
	text-align:right;
}
.section{
	margin:10px 3px 40px 30px;
}
.section2{
	margin:10px 3px 10px 60px;
}
.section2 dl{
	margin:10px 0;
	line-height:2.0;
}
.section2 dl dt{
	float:left
}
h2{
	margin:5px 0;
}
h3{
	font-size:18px;
	font-weight:bold;
}
#link{
	margin:30px 3px 30px 70px;
}
#footer{
	height:30px;
	margin:0 7px;
	padding:5px;
	border-top:1px solid #cccccc;
	text-align:center;
	color:#606060;
	font-size:12px;
}