/*			ヘッダーのTELEPHONE & FAX			*/
#h_tel	{
		float: left;
		width: 100px;
		height: 11px;
}



/*			ヘッダーのE-MAIL		*/
#h_mail	{
		float: left;
		width: 100px;
		height: 11px;
}



/*			ヘッダーのADDRESS		*/
#h_address	{
		float: left;
		width: 100px;
		height: 11px;
}



/*			ヘッダーここまで*/



/*			TELEPHONE & FAX本文			*/
#tel	{
		margin: 0px 0px 50px 0px;
		padding: 0px;
}

.tel_fax1,.tel_fax2	{
		font-size: 20px;
		line-height: 25px;
		font-weight: bold;
}

.tel_fax1	{
		margin: 40px 0px 0px 0px;
}

.tel_fax2	{
		margin: 0px;
}



/*			ここまでTELEPHONE & FAX本文			*/



/*			E-MAIL本文			*/
#mail	{
		margin: 0px 0px 50px 0px;
		padding: 0px;
}

.mail_address	{
		font-size: 20px;
		line-height: 25px;
		font-weight: bold;
		margin: 40px 0px 0px 0px;
}

.mail_address a	{
		color: #3D3DFF;
		text-decoration: none;
}

.mail_address a:visited	{
		color: #3D3DFF;
		text-decoration: none;
}

.mail_address a:hover	{
		color: #3D3DFF;
		text-decoration: underline;
}



/*			ここまでE-MAIL			*/



/*			ADDRESS本文			*/
#address	{
		margin: 0px 0px 0px 0px;
		padding: 0px;
}

.address	{
		font-size: 20px;
		line-height: 25px;
		font-weight: bold;
		margin: 40px 0px 100px 0px;
}

.address a	{
		color: #3D3DFF;
		text-decoration: none;
}

.address a:visited	{
		color: #3D3DFF;
		text-decoration: none;
}

.address a:hover	{
		color: #3D3DFF;
		text-decoration: underline;
}

.map	{
		font-size: 15px;
		line-height: 25px;
		font-weight: normal;
}
