@charset "utf-8";

/***********************************/
/* サイトマップ　　                */
/***********************************/

/* ページタイトル画像 */
h2#contact_tit {
	width:760px;
	height:90px;
	}

#contact_main{
	width:770px;
	text-align:center;
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
	}

.txt_contact{
	width:750px;
	background-color:#E3F2B0;
	margin-bottom:10px;
	padding:10px;
	font-weight:bold;
	}

.contact_table{
	width:700px;
	border-collapse:collapse;
	border:1px solid #cccccc;
	text-align:left;
	}
	
.contact_table_cell{
	width:400px;
	height:24px;
	line-height:24px;
	border:1px solid #cccccc;
	padding-top:5px;
	padding-left:10px;
	padding-bottom:5px;
	}

.contact_table_cell_g{
	width:280px;
	height:24px;
	line-height:24px;
	font-weight:bold;
	border:1px solid #cccccc;
	background-color:#F2F2F2;
	padding-left:10px;
	}

.contact_table_button{
	width:700px;
	height:36px;
	line-height:36px;
	border:1px solid #cccccc;
	text-align:center;
	}
