﻿@charset "utf-8";

/* --------------------------------- */
/* 初期設定 */


*{
	margin		: 0;
	padding		: 0;
}

html{
	direction	: ltr;
	border		: 0;
}

address,blockquote,dd,div,dl,dt,form,h1,h2,h3,h4,h5,h6,map,ol,p,pre,ul{
	display		: block;
}

code, pre, samp, var, kbd, input, select, textarea{
	font-family: Meiryo, Verdana, "メイリオ", "ＭＳ Ｐゴシック", Hiragino Kaku Gothic Pro, Osaka;
}

img {
	border: 0px;
}

table {
	border-collapse: collapse;
	/* border-collapse: separate; */
}

input, select, textarea{
	font-size: 12px;	
}

a { color: #66574A; text-decoration: none; font-weight: normal;}
a:hover { color: #FF0000; text-decoration: underline;}

.c-both {
	clear:both;
}

.none {
	display:none;
}

ul,dl,ol {list-style:none;}



/* 初期設定 End */
/* --------------------------------- */

body {
	margin:0;
	padding:0;
	font-family: Meiryo, Verdana, "メイリオ", "ＭＳ Ｐゴシック", Hiragino Kaku Gothic Pro, Osaka;
	font-size: 12px;
	color:#666;
	text-align:center;
	line-height:0;
}

#wrap {margin:0 auto; padding:15px 0 0 0; width:421px;}
#wrap h1 {width:421px; font-size:15px; color:#FF9900; text-align:left; line-height:1.4;}
#wrap h2 {
	margin:0 0 10px 0;
	padding:0 0 5px 0;
	width:421px;
	font-size:12px;
	font-weight:normal;
	text-align:left;
	line-height:1.4;
	border-bottom: 1px dotted #ccc;
}

table {
	margin:0 0 20px 0;
	width:421px;
}
table th {width:219px; text-align:left; vertical-align:top;}

table td {
	font-size:12px;
	line-height:1.4;
	text-align:left;
	vertical-align:middle
}

#wrap div {padding:15px 0 0 0; width:421px; font-size:12px; text-align:left; line-height:1.4; border-top:1px dotted #CCC;}
p{ 	font-size:12px;
	line-height:1.4;
	text-align:left;
	padding-top:15px;
	border-top:#CCC 1px dotted;
}
