@charset "utf-8";

/* デザイン全般設定 ------------------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
	font-family: "ＭＳ Ｐゴシック";
}
body {
	font-size: 75%;
	line-height: 2;
	text-align: center;
	color: #3c3c3c;
	background-color: #ffffff;
	word-break:nomal;
	background-image: url(../image/bg_00.gif);
	background-repeat: repeat;
}
hr {
	display: none;
}

ol,ul,li {
	list-style: none;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
}

table {
	border-collapse:collapse;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
}
td {
	line-height: 1.6;
	margin: 0px;
	padding: 0px;
}

div.EasyBgMiddle {
	background-image: url(../image/main_bg_middle.gif);
	background-repeat: repeat-y;
	text-align: left;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
div.EasyBgFoot {
	background-image: url(../image/footer_bg.gif);
	background-repeat: no-repeat;
	background-position: 0px bottom;
	width: 800px;
}
div.EasyBgSp {
	padding: 20px;
}

h1.EasyTitle {
	font-size: 32px;
	color: #ffffff;
	background-image: url(../image/header_bg.gif);
	background-repeat: no-repeat;
	text-align: center;
	display: block;
	height: 110px;
	width: 800px;
	line-height: 132px;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
}

p.EasyCopyright {
	font-size: 100%;
	line-height: 40px;
	color: #ffffff;
	text-align: center;
	display: block;
}

.EasyRed {
	color:#ff0000;
}
.EasyBold {
	font-weight: bold;
}


/* メールフォーム設定 ------------------------------*/

table.EasyTable {
	border-collapse:collapse;
	margin-bottom: 20px;
	width: 760px;
}
table.EasyTable td {
	background-color: #ffffff;
	text-align: left;
	padding: 10px;
	border-top: 1px dotted #a0a0a0;
	border-right: 0px none;
	border-bottom: 1px dotted #a0a0a0;
	border-left: 0px none;
}

table.EasyTable td.EasyLeftTd {
	background-color: #f0f0f0;
	font-weight: bold;
	width: 220px;
}

/* ボタン用 */
.EasySubmit { width: 760px;}
.EasySubmit td { background-color: transparent;	border: 0px none;}
.EasyCheckButtonDiv {margin-top:10px}
.EasySubmit {margin-top:10px}
.EasySubmit .EasyInputLeft { width: 50%; text-align: right;}
.EasySubmit .EasyInputRight { width: 50%; text-align: left;}
.EasySubmit .EasyInputLeft input { margin-right: 20px;}
.EasySubmit .EasyInputRight input { margin-left: 20px;}
.EasyCheckButton {width:100px;height:25px;}
.EasySendButton {width:100px;height:25px;}
.EasyReturnButton {width:100px;height:25px;}
.EasyReturnButtonDiv {margin-top:10px}

