@charset "shift_jis";

body {
	margin:0;
	padding:0;
  	font-size:14px;
  	*font-size:90%;
	line-height:1.4;
	color:#333333;
	font-family:"ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro",'ヒラギノ角ゴ Pro W3',Osaka,sans-serif;
	background:url(../img/bg.jpg) repeat-x left top #FBF2DD;
	text-align:center;
	}
img { 
	border:none;
	}
h1, h2, h3, h4, h5, h6,p, ul, li, dl, dt, dd {
	margin:0;padding:0;
	}
ul,li {
	list-style-type:none;
	}
form {
	margin:0;padding:0;
	}
.clearfix:after {
  	content:".";
  	display:block;
  	height:0;
  	clear:both;
  	visibility:hidden;
	}
/* リンク ------------------------------*/
a:link {
	color:#0066cc;
	text-decoration	: none;
	}
a:visited {
	color:#0066cc;
	text-decoration	: none;
	}
a:hover {
	color:#0099ff;
	text-decoration	: underline;
	}
a:active {
	color:#0099ff;
	text-decoration	: underline;
	}
/* 行揃え------------------------------*/
.right {text-align:right;}
.left {text-align:left;}
.center {text-align:center;}
/* コンテンツ------------------------------*/
#main {
	width:890px;
	margin:50px auto;
	text-align:left;
	background: #fff;
	border: 1px solid #ccc;
	}
#title {
	padding: 20px 20px 12px 20px;
	}
.line {
	padding: 0 20px;
	}
/* フォーム部分------------------------------*/
#mailform table {
	width: 850px;
	margin: 20px;
	line-height: 1.9;
	border: solid 1px #ccc;
	border-collapse: collapse;
	border-spacing: 0;
	}
#mailform tr th {
	width: 210px;
	border: solid 1px #ccc;
	background: #f8f4e6;
	}
#mailform tr td {
	border: solid 1px #ccc;
	}
#mailform tr th,
#mailform tr td {
	text-align: left;
	font-weight: normal;
	padding: 8px 10px 8px 10px;
	}
#mailform input.mf {
	width: 180px;
	}
#mailform span.hissu {
	color: #cc3300;
	font-size: 100%;
	}
/*----------*/
.thanks {
	padding: 30px;
	line-height: 1.9;
	}
/* 装飾------------------------------*/
.b {
	font-weight: bold;
	}
.u {
	text-decoration: underline;
	}
.red {
	color: #ff6347;
	}