body {
	text-align: center;
	padding: 0px;
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background: url(image/cottontop_mng.JPG) no-repeat center top;
	font-family:'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, "メイリオ", sans-serif;
	font-size: 12px;

}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

a:link {
	color: #666699;
	text-decoration: none;
}
a:visited {
	color: #666699;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #FF9933;
}

.txt {
	font-size: 12px;
	color: #FFF;
}
h1 {
	font-size: 12px;
	color: #333;
	text-align: left;
	font-weight: normal;
}
.txt-red {
	color: #C30;
}
.line {
	background-image: url(image/line.jpg);
	background-repeat: repeat-x;
	background-position: center;
	height: 13px;
}
#footer {
	background-image: url(image/footbg.jpg);
	background-repeat: repeat-x;
	text-align: center;
	height: 147px;
	width: 100%;
	margin-top: 40px;
}

#footer a:link {
	color: #ffffff;
	text-decoration: none;
}
#footer a:visited {
	color: #ffffff;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: none;
	color: #f2f2f2;
}


.img216 {
	width: 216px;
}
.img162 {
	width: 162px;
}
.txt14 {
	font-size: 14px;
}

.subMenu table td a {
	color:#000;
}

#formWrap {
	width: 100%;
	margin: 0 auto;
	color: #555;
	line-height: 120%;
	font-size: 13px;
}

table.formTable{
	width: 100%;
	margin: 0 auto;
	border-collapse: collapse;
}

table.formTable td,table.formTable th{
	border: 1px solid #ccc;
	padding: 10px;
}

table.formTable th{
	width: 35%;
	font-weight: normal;
	background: #efefef;
	text-align: left;
}

@media screen and (max-width: 572px) {
#formWrap {
	width: 95%;
	margin: 0 auto;
}
table.formTable th, table.formTable td {
	width: auto;
	display: block;
}
table.formTable th {
	margin-top: 5px;
	border-bottom: 0;
}
input[type="text"], textarea {
	width: 80%;
	padding: 5px;
	font-size: 110%;
	display: block;
}
input[type="submit"], input[type="reset"], input[type="button"] {
	display: block;
	width: 100%;
	height: 40px;
}
}