﻿html {
    min-height:100%;
    background: url(mate/back2.png) no-repeat center center fixed;
    background-position:center;
    background-repeat:no-repeat;
    background-size:cover;
}
body {
    font-family:"Meiryo","Hiragino Maru Gothic Pro";
    color: #24140e;
    font-size:16px;
	line-height:1.4;
}
body,td,th {
	margin: 0px;
	padding: 0px;
}
/*コンテンツ*/
#content {
	height: auto;
	width: 55%;
	position: absolute;
	left: 20%;
	right:20%;
	top: 10%;
	bottom: 10%;
	overflow: auto;
	background-color: #fff;
	border: 1px solid #ffffff;
	filter:alpha(opacity=95);
	opacity:0.65;
	position: absolute;
	padding: 10px 40px 10px 40px; /*上右下左*/
}
#content h1 {
    font-size:24px;
    font-family:Trebuchet MS;
    color: #222222;
    letter-spacing:5px;
    padding-top:15px;
}
#content h2{
    font-size:20px;
    font-family:Trebuchet MS;
    letter-spacing:3px;
}
#content p {
	line-height: 24px;
	margin: 0px;
	letter-spacing:0.1em;
}
A{
  color:#24140e;
  text-decoration:none;
}
A:hover{
  color:#666;
}
#form {
   font-size: 14px;
}
.lisket-form-maker-form               { width: 60%; }            /* テーブルの横幅をピクセルで指定 */
.lisket-form-maker-form td,
.lisket-form-maker-form th            { border: 0; }  /* テーブルの枠線のスタイルを指定 */
.lisket-form-maker-form th            { background-color: #fff; }  /* 見出しセルの背景色を指定 */
input.button {
    padding: 5px 10px;         /* 縦　横 */
    background-color: #ccc;    /* 背景色 */
    color: #222;               /* 文字色 */
    border-style: none;        /* ボーダー */
}
input.button:hover {
    background-color: #222;    /* 背景色 */
    color: #fff;               /* 文字色 */
}