@charset "UTF-8";
/* CSS Document */
/* ==================================================全体レイアウト */
#contents .box-main{
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 80px;
	text-align: left;
	width: 700px;
}
/* ==================================================背景画像・キービジュアルなど */
/* メイン背景画像--------------------------- */
body #box02{
}
/* キービジュアルボックス--------------------------- */
#visual{
	text-align: center;
}
.box-visual{
	width: 820px;
	margin-right: auto;
	margin-left: auto;
}
.box-visual h2{
	height: 200px;
	width: 820px;
	background-image: url(img/bg_title_contact.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font-size: 2px;
	text-indent: -9999px;
}
.box-visual h2.thanks{
	height: 200px;
	width: 820px;
	background-image: url(img/bg_title_thanks.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font-size: 2px;
	text-indent: -9999px;
}
/* ==================================================ここからコンテンツ */
/* #contents 内のリンク--------------------------- */
#contents a:link {
	color : #FF3399;
	text-decoration : none;
	}
#contents a:active {
	color : #FF3399;
	text-decoration : none;
	}
#contents a:visited {
	color : #FF3399;
	text-decoration : none;
}
#contents a:hover {
	color : #FF3399;
	text-decoration: underline;
}
/* ==================================================メイン部分 */
/* フォム絡み--------------------------- */
.form-head{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding-bottom: 10px;
	color: #666666;
	font-size: 10px;
}
.form-foot{
	font-size: 12px;
	color: #FE49A4;
	padding: 5px;
}
.form-foot p{
	margin-top: 50px;
	line-height: 140%;
	color: #999999;
	font-size: 10px;
}
/* ==================================================メイン部分 */
/* サンクス--------------------------- */
.message{
	height: 350px;
	text-align: center;
	width: auto;
}

