@charset "UTF-8";

/*contactページ-----------------------------------------*/

.contact_body {
	background-color:#070707;
	font-size:92%;
	padding:0 50px;
}

/*contactタイトル　h1*/
.contact_h1 {
	background:url('../img/contact/title.gif') no-repeat;
	text-indent: -1000em;
	width: 182px;
	height: 50px;
}

dl {
	width:540px;
}

dt {
	float:left;
	width:80px;
	clear:both;
}

dd {
	width:420px;
	margin:20px 0 0 120px;
	padding-top:3px;
}

/*共通フォーマット-----------------------------------------*/

.blank_ud {
	margin:1em 0;
}

.line550 {
	background:url(../img/common/line550.gif) no-repeat;
	margin:2em 0;
	height:1px;
	width:550px;
}


/*閉じるボタン-----------------------------------------*/
.thickbox_close{
	width:630px;
	margin:1em 0;
	text-align:right;
}


